Commit Graph

1455 Commits (dcf4b83306d0ebf50a43aedba4f2be1c169a7152)

Author SHA1 Message Date
Marius Kintel d5e229702a Compile common sources into static libs to shorten compilation time 2011-11-06 21:54:17 +01:00
don bright b00edfdd22 fix one-line bug in cmake's findboost. 2011-11-06 20:39:13 +01:00
Marius Kintel 86884456d9 Removed unnecessary CGAL defines 2011-11-06 19:52:17 +01:00
don bright 8baead275a Merge remote-tracking branch 'upstream/master' 2011-11-06 10:19:09 -08:00
Marius Kintel d27a20d01f Initial work: Created a Filename class 2011-11-06 19:18:59 +01:00
Marius Kintel 6bb261bcd5 win32 fix: Output exponents the same way as for *nix 2011-11-06 18:38:16 +01:00
Marius Kintel 45161d4356 Slight refactoring of builtin function and module handling 2011-11-06 18:37:12 +01:00
Marius Kintel 970c6c1c6e ignores 2011-11-06 18:36:16 +01:00
Marius Kintel ae37a04ee9 Give app version to Qt 2011-11-06 15:41:23 +01:00
Marius Kintel 61f2081129 sync 2011-11-06 15:38:38 +01:00
Don Bright 31a97f34e1 Merge remote branch 'upstream/master' 2011-11-06 08:26:59 -06:00
don bright 9ab95e6d72 provide helpful error message when 'qmake' for qt3 is run 2011-11-06 14:28:35 +01:00
Marius Kintel a9fa377c5e Removed FIXME which was in the wrong place 2011-11-06 05:19:37 +01:00
Marius Kintel a221eeee99 Added expected files for new test, updated files for recently fixed issues 2011-11-06 04:25:55 +01:00
Marius Kintel 11f3cd3364 Added examples and features to dumptest 2011-11-06 04:24:27 +01:00
Marius Kintel 6d4b420855 Compare dump of readback with original dump, don't dump implicit root node 2011-11-06 04:02:45 +01:00
Marius Kintel a64d8077d3 output intersection() instead of intersection_for() for evaluated nodes 2011-11-06 04:01:55 +01:00
Marius Kintel 9d8c1f1a72 Added FIXME for text dumping bug 2011-11-06 04:01:49 +01:00
Marius Kintel 91394ed8bd Bugfix: rotate_extruder and linear_extrude module toString() output was not parsable 2011-11-06 03:25:59 +01:00
Marius Kintel 93e365b476 removed old fixme 2011-11-06 03:24:57 +01:00
Marius Kintel e26d872373 Use new import() statement instead of import_*() 2011-11-06 02:24:18 +01:00
Marius Kintel 7cfd61c53e typo 2011-11-06 02:19:27 +01:00
Marius Kintel efcbf8e1a2 Minor refactoring of test code 2011-11-05 19:38:03 +01:00
don bright 273672c418 Merge remote-tracking branch 'upstream/master' 2011-11-05 12:17:06 -06:00
Marius Kintel d14a24a2b6 copyright updates 2011-11-05 19:01:19 +01:00
Marius Kintel 29347507a2 sync 2011-11-05 18:33:07 +01:00
Marius Kintel f4bd15912a Last CGAL assert fix wasn't enough; expanded the fix to all operators 2011-11-05 18:25:05 +01:00
Marius Kintel 4120846d18 Catch a CGAL assert caused by a subtraction resulting in non-manifold geometry. see testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad 2011-11-05 18:07:56 +01:00
Marius Kintel 73c715ad9c scientific notation 2011-11-05 17:07:51 +01:00
Marius Kintel 14b806c9c0 Added builtin-tests 2011-11-05 17:06:13 +01:00
Marius Kintel 3cda438624 refactored away duplicate code 2011-11-05 17:05:30 +01:00
Marius Kintel 5466efe7ef bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate code 2011-11-05 17:04:09 +01:00
Marius Kintel 04bc3ed890 Added support for parsing numbers in scientific notation, e.g. to allow roundtripping of written csg files as well as parsing of externally generated scad files 2011-11-05 16:22:48 +01:00
Marius Kintel 5ff79c6393 Added parser-tests 2011-11-05 16:21:47 +01:00
Don Bright 88b8080f30 Merge branch 'master' of github.com:donbright/openscad 2011-11-05 09:21:17 -05:00
Don Bright 21dcb622bf document how to run tests on a headless server 2011-11-05 09:20:53 -05:00
don bright 167975c4ff make minimum boost required 1.35.0 to match README 2011-11-05 05:50:30 +01:00
Don Bright 2b17825b5b add copyright notice for stuff copied from mesademos glxgears 2011-11-04 23:41:57 -05:00
don bright 651651c00a fix bug that caused glxXMakeContextCurrent to fail sometimes 2011-11-05 03:38:05 +01:00
don bright 81b4e9e5ab Merge branch 'master' of git@github.com:donbright/openscad 2011-11-05 01:28:28 +01:00
don bright 8c1b0c614a improve cmake reporting 2011-11-05 01:27:46 +01:00
don bright f90d2917e6 add BOOST_ROOT detection to test CMakeLists, for custom boost locations 2011-11-05 01:19:48 +01:00
Marius Kintel 2b49795442 Added example001 as an initial roundtrip test known to fail 2011-11-03 19:50:56 +01:00
Marius Kintel 7845bd0598 Also test roundtripping the dumped file 2011-11-03 19:50:10 +01:00
Marius Kintel c3f44b4953 Output relative files to current directory, not source file directory 2011-11-03 19:49:02 +01:00
Marius Kintel 5b0db2e793 Updated tests with latest toString() bugfix 2011-11-03 19:48:29 +01:00
Marius Kintel a8db9fa3dd Bugfix: import module toString() output was not parsable 2011-11-03 19:38:57 +01:00
Marius Kintel 6aad275d0a man page contributed by chrysn 2011-11-03 18:40:54 +01:00
Marius Kintel 7c7d151aed don't use curly braces in cmd-line usage message. Patch from chrysn 2011-11-03 18:38:15 +01:00
Marius Kintel 3bc0371351 Applied configurable PREFIX patch from chrysn 2011-11-03 15:13:33 +01:00