solvespace/extlib
whitequark e969bc94ad Enable -Wall -Wextra -Wno-unused-parameter on GCC/Clang.
This is good practice and helps to catch bugs. Several changes
were made to accomodate the newly enabled warnings:
  * -Wunused-function:
    * in exposed/, static functions that were supposed to be inlined
      were explicitly marked as inline;
    * some actually unused functions were removed;
  * -Wsign-compare: explicit conversions were added, and in
    the future we should find a nicer way than aux* fields;
  * -Wmissing-field-initializers: added initializers;
  * -Wreorder: reordered properly;
  * -Wunused-but-set-variable: remove variable.

-Wunused-parameter was turned off as enabling it would result in
massive amount of churn in UI code. Despite that, we should enable
it at some point as it has a fairly high SNR otherwise.
2016-05-08 00:01:35 +00:00
..
libdxfrw@62e4a3cd8b Enable -Wall -Wextra -Wno-unused-parameter on GCC/Clang. 2016-05-08 00:01:35 +00:00
libfreetype@44accb9e2e Add freetype dependency. 2016-02-13 21:08:18 +00:00
libpng@5b6a6f914b Update libpng to 1.6.20. 2015-12-26 14:07:11 +08:00
si Add support for the 3dconnexion six degree of freedom input devices 2009-07-20 11:05:33 -08:00
zlib@5089329162 Add support for cross-compiling from Linux. 2015-07-10 15:59:12 +03:00