Commit Graph

2721 Commits (4b7fe104f0fc9fb5fa06f6e29a75bfdae80cfd6c)

Author SHA1 Message Date
Marius Kintel 4b7fe104f0 sync 2013-03-11 21:03:34 -04:00
Marius Kintel d9c4b77942 Added test case for value reassignment issue. #289 2013-03-11 17:58:05 -04:00
Marius Kintel 40d9ffe6a4 Changed redeclaration of assignment so that the last declaration defines the order. This hopefully fixes the confusing error message discussed on the mailing list nov 27-30 (Variable bug) 2013-03-11 17:54:49 -04:00
Marius Kintel adb16cb7dd Expected files for recently added tests 2013-03-11 17:54:00 -04:00
Marius Kintel be645d8a54 Small generalization of cmd-line test driver. Added tests for image output and camera settings for the OpenSCAD app 2013-03-11 16:12:35 -04:00
Marius Kintel a1308a6a5e Merge branch 'master' of github.com:openscad/openscad
Conflicts:
	openscad.pro
2013-03-11 10:20:40 -04:00
Marius Kintel 20b2a709f9 Somehow MACOSX_DEPLOYMENT_TARGET cannot be lower then 10.6 without developing on old boxes 2013-03-11 10:19:27 -04:00
donbright e05bbaf5ea Merge pull request #300 from openscad/cgal-boost-linux
Disable use of multithreaded boost libs when building CGAL to ensure it ...
2013-03-09 12:25:15 -08:00
Marius Kintel 58e9eff236 Disable use of multithreaded boost libs when building CGAL to ensure it finds our libraries instead of the system libraries 2013-03-09 20:43:44 +01:00
Marius Kintel 65e65b6c4c Support cmake < 2.8.3 2013-03-09 13:05:07 -05:00
Marius Kintel 8711bd2500 Set preprocessor define for deployment builds. Don't include sparkle in development builds. Note: Development snapshots are considered deployment builds 2013-03-09 13:04:36 -05:00
Marius Kintel e868b4a5a1 Merge pull request #299 from openscad/testdriver-fix
Testdriver fix
2013-03-09 08:05:29 -08:00
don bright a7ee238a51 clarify error message when no image is generated 2013-03-09 09:58:54 -06:00
don bright 74432b3206 fix for when running under wine. also fix test_pretty_print bug 2013-03-09 09:42:53 -06:00
Marius Kintel b308ec270d Merge branch 'master' of github.com:openscad/openscad 2013-03-09 10:39:55 -05:00
Marius Kintel b7bb0071fb Added tests which slipped through earlier. Fixes #298 2013-03-09 10:39:46 -05:00
don bright 1221b66edb use pkgconfig for eigen + fix mingw builds 2013-03-08 20:07:40 -06:00
Marius Kintel 2ab5a0cc9b Use function instead of module to avoid leaking global variables 2013-03-08 11:29:55 -05:00
Marius Kintel 5acc695399 Generalized the test driver a tiny bit 2013-03-08 11:08:36 -05:00
Marius Kintel 9d97afa376 minor namespace fix 2013-03-06 20:49:52 -05:00
Marius Kintel 6603015897 Workaround for QTBUG-22829 2013-03-06 20:45:13 -05:00
Marius Kintel cfc67f928f Merge branch 'master' of github.com:openscad/openscad 2013-03-06 13:08:31 -05:00
Marius Kintel fe44758f50 Updated gmp to 5.1.1, boost to 1.53, tweaked Sparkle build (again) 2013-03-06 13:08:17 -05:00
don bright 974abf1304 fix strecthing with --imgsize per bug rept from Marius Kintel 2013-03-05 21:10:10 -06:00
don bright 51be86ad29 check for stale pkgconfig under /usr/local/lib 2013-03-05 17:57:22 -06:00
donbright 42f21c3a08 Merge pull request #288 from openscad/issue11_2
Issue11 2
2013-03-05 15:47:14 -08:00
Marius Kintel 4734172c3a Tag test as heavy 2013-03-05 14:16:59 -05:00
Marius Kintel 20bea6e1b7 Ignore user-libraries for test drivers 2013-03-05 14:16:49 -05:00
Marius Kintel 72d3cf4659 compile fix: include opencsg.h 2013-03-05 14:16:17 -05:00
don bright dc955eccb9 fix build broken on older gcc 2013-03-03 20:10:34 -08:00
don bright e60b0b7419 lol far_far_away should be double not size_t 2013-03-03 19:37:57 -08:00
don bright 80457c9c46 older gcc doesn't know about __builtin_bswap32 2013-03-03 21:16:27 -06:00
don bright 52f0071958 render settings wrong syntax 2013-03-03 20:24:24 -06:00
don bright 94d4acf765 cleanup tab spacing 2013-03-03 20:23:03 -06:00
don bright 689fdad0ac move FAR_FAR_AWAY (gl clipping limit) to rendersettings 2013-03-03 20:08:04 -06:00
don bright 50fcfe63c9 update documentation 2013-03-03 19:59:27 -06:00
don bright 42ca2151b1 cleanups 2013-03-03 19:47:07 -06:00
don bright daf695b089 update doc 2013-03-03 18:10:12 -06:00
don bright 2d64fbcf3d update man page. change == in shell script to = 2013-03-03 17:58:25 -06:00
don bright c92d9bde92 update manpage 2013-03-03 17:28:12 -06:00
don bright 9c287dc317 Merge branch 'master' of github.com:openscad/openscad into issue11_2 2013-03-03 17:10:09 -06:00
don bright 95bb1128fa make xvfb test message not spill over the edge of the screen 2013-03-03 20:52:44 +01:00
don bright 58de93af95 add --projection=ortho|perspective option to cmdline 2013-03-03 13:48:23 -06:00
don bright 3f345b9361 begin to make offscreen opencsg compile look like the one in mainwin.cc 2013-03-03 13:12:37 -06:00
don bright 03de7fce81 try to fix gimbal camera view on Offscreen mode 2013-03-03 12:50:32 -06:00
don bright 653cb36ce8 fix bug in --imgsize 2013-03-03 12:40:08 -06:00
don bright d7b07893df simplify camera parameters down to --camera 2013-03-03 12:30:04 -06:00
don bright f190b9605c add imgsize cmdline parameter for png output 2013-03-03 12:20:18 -06:00
don bright 9f5c6133bf update manpage 2013-03-03 11:54:34 -06:00
don bright bacaa2b1b9 fix bugs in testing 2013-03-03 18:41:37 +01:00