Parametric 2d/3d CAD
Go to file
whitequark 1bbf61b8a2 Fix accidental glibc dependency.
fltkmain accidentally used optind instead of optndx. optind is
defined as an extern int in glibc but not on BSD systems.
This also broke passing a filename on command line.
2015-07-05 06:20:25 +03:00
exposed Apply automake option `subdir-objects' globally 2015-03-02 21:46:11 +01:00
extlib Updated the bundled LibPNG/zlib, and polished the MSVC makefile further 2013-11-13 00:33:23 -05:00
include Fix stdint.h dependency in slvs.h. 2015-07-05 06:20:25 +03:00
m4 Use separate directories for macros and auxiliary build tools 2015-03-02 21:46:11 +01:00
src Fix accidental glibc dependency. 2015-07-05 06:20:25 +03:00
tools Use C99 integer types and C++ boolean types/values 2013-10-02 01:45:13 -04:00
.gitattributes Added a .gitattributes file 2013-11-19 18:17:55 -05:00
.gitignore Add files generated by autotools to `.gitignore' 2015-03-02 21:46:11 +01:00
autogen.sh Don't remove autoconf cache/backup files automatically 2015-03-02 21:46:11 +01:00
configure.ac Apply automake option `subdir-objects' globally 2015-03-02 21:46:11 +01:00
COPYING.txt Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
Makefile.am Use separate directories for macros and auxiliary build tools 2015-03-02 21:46:11 +01:00
Makefile.msvc Compare ((char *)p)[0] against '\0', not (char *)p. 2013-12-08 00:32:50 -08:00
wishlist.txt Make oops() calls exit instead of entering debugger by default, 2011-03-05 12:52:57 -08:00