Commit Graph

1902 Commits (99633dd0da51d5797599101343c1513647b890cc)

Author SHA1 Message Date
Marius Kintel f963d1ab7f Merge branch 'master' of github.com:openscad/openscad 2012-01-08 04:43:02 +01:00
Marius Kintel 1ff3616965 Drop possibly corrupt polyhedron after a minkowski error 2012-01-08 04:42:24 +01:00
Don Bright 7af27e1838 add CMAKE_RC_COMPILER to fix bug report by Brad Pitcher 2012-01-07 07:15:49 -06:00
Don Bright c3a2dfcf47 fix typo in path to CMingw-cross-env.cmake in instructions 2012-01-06 18:56:03 -06:00
Marius Kintel 56692369ce Merge pull request #58 from openscad/monofont2
Use Qt's fontfind algorithm for default, so that QFontComboBox works pro...
2012-01-05 06:53:35 -08:00
Don Bright a7bb2229dc Use Qt's fontfind algorithm for default, so that QFontComboBox works properly 2012-01-04 19:53:46 -06:00
Marius Kintel e2684d692b Merge branch 'master' of github.com:openscad/openscad 2012-01-05 00:21:55 +01:00
Marius Kintel 1acfe4e10b Added some recent bugfixes 2012-01-05 00:20:11 +01:00
Marius Kintel 9495f11be0 Added Linux desktop icon and .desktop file from chrysn 2012-01-05 00:00:29 +01:00
Marius Kintel 52dfffd97b Merge branch 'master' into threading
Conflicts:
	RELEASE_NOTES
2012-01-04 23:29:08 +01:00
Marius Kintel 11fb1f71da Additional fixes after merging with master 2012-01-04 23:28:16 +01:00
Marius Kintel 666621e220 Additional fixes after merging with master 2012-01-04 23:27:59 +01:00
Marius Kintel 01103c44c0 Added BBEdit/TextWrangler syntax highlighting module by Mike Thomson 2012-01-04 23:19:19 +01:00
Marius Kintel fdce8d15fc Merge branch 'master' into boost_filesystem
Conflicts:
	boost.pri
	src/lexer.l
	tests/CMakeLists.txt
2012-01-04 23:07:32 +01:00
Marius Kintel ba8aa515d1 Disabled the old include syntax; i.e. without the include keyword 2012-01-04 19:03:33 +01:00
Marius Kintel 7337f86c96 minor fix: version and vendor output was mixed up in the info string 2012-01-04 18:40:58 +01:00
Marius Kintel 761eb4f8af Another unit normal update from Xyne: Defer conversion to double until we've performed the division 2012-01-04 18:40:33 +01:00
Marius Kintel 9856607d27 Merge pull request #54 from openscad/parserfix
fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt exist
2012-01-04 09:05:30 -08:00
Marius Kintel 9bac643ed8 Merge pull request #55 from openscad/netbsd_build
Netbsd build
2012-01-04 09:04:21 -08:00
Marius Kintel 5b503543a4 Merge pull request #56 from openscad/mingw_cross_tests
Mingw cross tests
2012-01-04 09:01:21 -08:00
Don Bright cc147f9612 remove debug code 2012-01-04 15:47:00 +01:00
Don Bright f5a42696d2 added likely names of monospace fonts for mac, linux, and win 2012-01-04 15:47:00 +01:00
Don Bright 101fa843c9 make default font monospace per bug rep by brad pitcher 2012-01-04 15:47:00 +01:00
Don Bright f5b1e37f2d do not need 'installation prefix' for tests 2012-01-04 00:41:52 -06:00
don bright c0ccad0216 adding flags for NetBSD build 2012-01-03 23:05:02 +00:00
Marius Kintel 47c51d128a Based on a patch from Xyne, this should be a slightly less verbose way of safely calculating normals. Note that CGAL does have a unit_normal() function, but since the Gmpq kernel doesn't support sqrt(), this cannot be used. 2012-01-03 21:55:44 +01:00
Marius Kintel 9f16204889 Added expected files for use-tests 2012-01-03 20:47:09 +01:00
Marius Kintel ef7ab1c275 Small clarification of Don's Windows parser crash fix 2012-01-03 20:35:14 +01:00
Marius Kintel fac508c8cd Added use-tests, minimal change to include-tests 2012-01-03 20:34:31 +01:00
Marius Kintel 597c561107 Ignore more generated files 2012-01-03 20:33:11 +01:00
Don Bright e437182c09 add --mingw-cross-env switch to test_cmdline_tool.py 2012-01-03 12:27:03 -06:00
don bright 277c762912 changes to enable building on NetBSD 2012-01-03 18:21:28 +01:00
Don Bright 3164d30593 Merge branch 'mingw_cross_tests' of github.com:openscad/openscad into mingw_cross_tests
Conflicts:
	tests/CMingw-env-cross.cmake
2012-01-02 20:47:55 -06:00
Don Bright b9c027a699 use pkg-config to find QT libraries in mingw-cross-env, not FindQt4.cmake 2012-01-02 20:44:50 -06:00
Don Bright c765f5162f fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt exist 2012-01-01 21:30:39 -06:00
don bright e222db689d Merge branch 'mingw_cross_tests' of github.com:openscad/openscad into mingw_cross_tests 2012-01-01 01:12:44 +01:00
don bright 83abde79d4 remove lzma and add note about using manually if needed 2012-01-01 01:11:43 +01:00
Don Bright 0acf0fee5b add instr. for out-of-source build for cross-compilation 2011-12-31 18:06:28 -06:00
don bright 7860d85daa add -no-strict-aliasing for mingw cross compiles. add lzma lib flag 2011-12-31 15:53:39 -08:00
don bright 807261e01e fix typo in test build script 2011-12-31 15:39:48 -08:00
Don Bright 3f1cb83f4b various tweaks for cross compiling tests under mingw 2011-12-31 17:02:34 -06:00
don bright 3d686118bb enable linux->mingw32 cross-compilation of tests 2011-12-31 17:02:55 +01:00
Marius Kintel 7a044adfb8 build system patch for OpenCSG-1.3.2 for Mac OS X 2011-12-30 15:27:23 +01:00
Marius Kintel a2f8b11ff4 Set back version to date-tagged 2011-12-30 15:26:16 +01:00
Marius Kintel 44360abe09 build system bugfix: set version back to 2011.12 2011-12-30 14:50:23 +01:00
Marius Kintel 8df595120f packaging bugfix: Make archive include MCAD 2011-12-30 14:32:10 +01:00
Marius Kintel 7a74c62147 Updated MCAD 2011-12-30 14:31:42 +01:00
Marius Kintel dd110b7ff3 Merge branch 'master' of github.com:openscad/openscad 2011-12-29 18:11:36 +01:00
Marius Kintel 7c314b88e4 This should fix the problem with version() and version_num() returning 0 in release builds 2011-12-29 18:11:09 +01:00
Marius Kintel c1e612c10f Merge pull request #52 from brad/win32
fixes version() for cross-compiled windows builds
2011-12-29 09:10:10 -08:00