Commit Graph

2803 Commits (b4568a09df8be0f212ba1c4fd1660459900e3cf0)

Author SHA1 Message Date
don bright 1949403689 boost s/b >=1.48 not >1.48 2013-03-17 11:58:53 -07:00
don bright f409424418 update to match Marius' version 2013-03-17 11:57:29 -07:00
don bright c8c749de18 fix some bugs in wrapper of canonical() 2013-03-17 11:21:15 -07:00
don bright 100b1733df backport boost functions to pre-1.48 2013-03-17 18:34:47 +01:00
don bright c855e4d043 Merge branch 'noqt' of ssh://ssh.github.com:443/openscad/openscad into noqt_tweaks 2013-03-16 21:56:01 +01:00
don bright 5edc8c57da update cmakelist for building tests in same dir as gui binary 2013-03-16 21:55:38 +01:00
don bright eb8772539c update test results 2013-03-16 13:34:47 -05:00
don bright c46fb24bf2 update regression test results 2013-03-16 13:18:10 -05:00
don bright 035f022e0a Merge branch 'master' of github.com:openscad/openscad into resize5 2013-03-16 13:07:21 -05:00
don bright 9891d8c86c fix 3d test bug, improve 2d test, update release note 2013-03-16 13:04:32 -05:00
Marius Kintel 5628a18f6a boostfs_relative_path was buggy, replaced with boostfs_uncomplete for now 2013-03-12 12:35:32 -04:00
Marius Kintel dccc039211 Got rid of remaining Qt dependencies. The test framework should now be Qt-free 2013-03-12 01:14:58 -04:00
Marius Kintel eb9139b34e sync 2013-03-12 01:13:59 -04:00
Marius Kintel 6b8a5e266c Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 2013-03-11 22:14:00 -04:00
Marius Kintel 5f03fbee6b Merge branch 'master' of github.com:maandree/openscad into maandree-master 2013-03-11 21:07:49 -04:00
Marius Kintel 9899f75a25 Fixes problem where local changes are overwritten on automatic reload when included files has changed. Fixes #162 2013-03-11 21:05:53 -04:00
Marius Kintel 4b7fe104f0 sync 2013-03-11 21:03:34 -04:00
don bright 4fa2338b26 fix bug showed during circle test 2013-03-11 17:40:02 -07:00
don bright 7294d29789 Merge branch 'resize5' of github.com:openscad/openscad into resize5 2013-03-11 17:09:14 -07:00
don bright ea0bb94be9 Merge branch 'master' of github.com:openscad/openscad into resize5 2013-03-11 16:40:51 -07:00
don bright 40cd64042a Merge branch 'master' of github.com:openscad/openscad into resize5 2013-03-11 18:29:45 -05:00
don bright 79ce1e47d0 add new test results and updated versions of old ones 2013-03-11 17:59:02 -05:00
don bright fc257c9383 make resize of flat objects fail in the direction normal to the flat.
also fail on resize to negative size.
update tests
2013-03-11 17:23:53 -05: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
don bright 1726c26518 fix bug 2013-03-11 13:30:40 -05:00
don bright 6d3089032c allow resize's autosize to apply to individual dimensions 2013-03-11 12:00:15 -05:00
don bright 8bf53bc019 replace fprintf with PRINT 2013-03-11 11:02:01 -05:00
don bright 4e2965ac17 fix crashbug 2d resize. add 2d tests. print offscreen warning better. 2013-03-11 10:59:52 -05:00
Marius Kintel ee579894fd Merge branch 'master' of /Users/kintel/code/OpenSCAD/clang/../openscad 2013-03-11 10:24:58 -04:00
Marius Kintel 6a2967a1f4 Qt fixes for clang 2013-03-11 10:24:55 -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
don bright 5559ae9a6a move transform from CGALEvaluator to Nef_polyhedron - reuse in resize(). also
move ZRemover code to cgalutils, also cleanup SVG code
2013-03-10 21:35:30 -05:00
don bright 33a54b52f2 test output for resize() 2013-03-09 20:36:35 -06:00
don bright 3cf6c24d83 beginning of resize() command implementation. 2013-03-09 20:28:43 -06: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