Commit Graph

1601 Commits (b6a01a76b98377983a562b36a757483a01d3cfa2)

Author SHA1 Message Date
Don Bright 750f3c8fc9 cleanup 2011-12-06 18:56:58 -06:00
Marius Kintel bb0ec94290 #undef NDEBUG before including any CGAL headers 2011-12-06 01:43:44 +01:00
Marius Kintel 65a5aa23bf Refactoring: Use shared_ptr instead of our own shared pointer implementation for CSGTerm 2011-12-06 01:17:03 +01:00
Marius Kintel d392ee33f6 Commented out yee_compare 2011-12-06 01:17:03 +01:00
Marius Kintel faf4a64851 Killed some warnings 2011-12-04 22:20:19 +01:00
Marius Kintel 1e2e2f6944 update 3rd party version numbers 2011-12-03 01:24:49 +01:00
Marius Kintel e68773df50 Upgraded OpenCSG to 1.3.2 2011-12-03 01:21:44 +01:00
Don Bright d6ad921f5f Merge branch 'cakebaby' of github.com:donbright/openscad into cakebaby 2011-11-30 22:24:59 -06:00
Don Bright b1b46e8070 fix up testing, add opencsg version info 2011-11-30 22:24:14 -06:00
Don Bright 8e85f09b29 Merge remote branch 'upstream/master' into cakebaby 2011-11-30 18:46:46 -06:00
Marius Kintel 24d7edd8ca fix: Ctrl-Left drag on Mac now behaves as right-drag on other platforms 2011-11-30 22:47:13 +01:00
don bright 40815157a4 add 'finis' 2011-11-30 05:15:57 -06:00
Don Bright bcc6120f9b tweak pretty print 2011-11-29 20:57:44 -06:00
Don Bright 988a88a64f simplify test_pretty_print to work better with multiple page uploads 2011-11-29 20:41:28 -06:00
don bright e077b31865 enable uploading of build.make and flags.make files to wiki 2011-11-29 22:15:07 -06:00
Marius Kintel fc9847f625 testing notes 2011-11-29 02:07:20 +01:00
Marius Kintel ad0f9f59c9 bugfix: Using the % modifier caused the cache to return an empty object even after removing the % 2011-11-29 00:18:43 +01:00
Marius Kintel 18c44b2dee Ctrl-Q 2011-11-29 00:16:47 +01:00
Marius Kintel 750bf565fc ignore *.dSYM 2011-11-29 00:16:28 +01:00
Marius Kintel acc10ec938 Update from Len Trigg 2011-11-28 03:01:50 +01:00
Marius Kintel 4e98f5552d Merge branch 'master' of github.com:openscad/openscad 2011-11-28 01:50:48 +01:00
Marius Kintel 97f61b07e6 Make Ctrl-Q quit - I can't believe this has gone unnoticed until now 2011-11-28 01:50:15 +01:00
Marius Kintel cd33efb4ed GLXEW mixed with eigen2 causes weird compiler errors. This is a temporary fix 2011-11-28 01:41:36 +01:00
Marius Kintel 01f1a2f9cf Removed some more Qt dependencies 2011-11-28 01:00:21 +01:00
Marius Kintel a4aabf7241 sync 2011-11-28 00:29:18 +01:00
Marius Kintel e09c0781db Turn off ccache when building releases 2011-11-27 23:18:26 +01:00
Marius Kintel f6aa0353b3 sync 2011-11-27 23:03:32 +01:00
Marius Kintel 10185d2de8 More correct preference and warning settings for OpenCSG capability 2011-11-27 23:02:38 +01:00
Marius Kintel 3bf98dd19f Check for GL extensions, not just OpenGL 2, before dismissing OpenCSG capabilities. 2011-11-27 22:52:28 +01:00
Don Bright 610ab20ddb Merge remote branch 'upstream/master' into cakebaby
Conflicts:
	doc/testing.txt
	tests/CMakeLists.txt
	tests/system-gl.cc
	tests/system-gl.h
2011-11-26 22:21:38 -06:00
Marius Kintel 0fee2c5540 Killed some memory leaks 2011-11-27 05:20:18 +01:00
Don Bright 2376814f2c make opencsg use framebuffer not pbuffer 2011-11-26 21:35:53 -06:00
Marius Kintel 04c340b35d expected files for example tests 2011-11-27 02:47:58 +01:00
Marius Kintel c2f29733b5 Modified test to not cause z buffer fighting 2011-11-27 02:47:15 +01:00
Marius Kintel a159135e97 Modified test to not cause z buffer fighting 2011-11-27 02:40:49 +01:00
Marius Kintel 46ce786edc Updated tests after recent deprecation fixes of examples 2011-11-26 23:39:49 +01:00
Marius Kintel 9038f6b857 Use macro instead of functions since we may change global variables 2011-11-26 23:33:53 +01:00
Marius Kintel 5b4632b040 Initialize CGAL error behaviour, remove duplicate debug output 2011-11-26 23:33:19 +01:00
Marius Kintel 1c1098f8b4 Minor debug output fixes 2011-11-26 23:32:50 +01:00
Marius Kintel 47bd0b639b bugfix: We didn't correctly set back CGAL error behaviour after changing it 2011-11-26 23:31:11 +01:00
Don Bright 2454c85348 improve html output, logging 2011-11-26 13:43:40 -06:00
Marius Kintel c6a6ad46da Removed use of deprecated functionality from examples, with a few temporary exceptions 2011-11-26 19:41:48 +01:00
Marius Kintel 8d97fb3939 Temporarily fall back to deprecated module 2011-11-26 19:30:25 +01:00
Marius Kintel e158384eb8 Rewrite deprecated code in examples, discovered bugs in open polyline handling 2011-11-26 19:30:25 +01:00
Marius Kintel 6e030b5716 Updated testing docs 2011-11-26 19:25:31 +01:00
Marius Kintel 07800da508 Better config handling 2011-11-26 19:25:16 +01:00
Don Bright 8197294d4c Merge branch 'cakebaby' of github.com:donbright/openscad into cakebaby
Conflicts:
	tests/CMakeLists.txt
2011-11-26 12:17:54 -06:00
Marius Kintel 9171a48b1b Reorganized a bit, added support for test configurations 2011-11-26 18:58:53 +01:00
Don Bright 2bd48629ef add CGAL version to info 2011-11-26 11:24:38 -06:00
don bright 14b4ed4b5b Merge remote-tracking branch 'upstream/master' into cakebaby
and tweak tests for win32 run
Conflicts:
	tests/test_cmdline_tool.py
2011-11-26 11:11:55 -06:00