summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-05Added builtin-testsMarius Kintel
2011-11-05refactored away duplicate codeMarius Kintel
2011-11-05bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate codeMarius Kintel
2011-11-05Added support for parsing numbers in scientific notation, e.g. to allow ↵Marius Kintel
roundtripping of written csg files as well as parsing of externally generated scad files
2011-11-05Added parser-testsMarius Kintel
2011-11-03Added example001 as an initial roundtrip test known to failMarius Kintel
2011-11-03Also test roundtripping the dumped fileMarius Kintel
2011-11-03Output relative files to current directory, not source file directoryMarius Kintel
2011-11-03Updated tests with latest toString() bugfixMarius Kintel
2011-11-03Bugfix: import module toString() output was not parsableMarius Kintel
2011-11-03man page contributed by chrysnMarius Kintel
2011-11-03don't use curly braces in cmd-line usage message. Patch from chrysnMarius Kintel
2011-11-03Applied configurable PREFIX patch from chrysnMarius Kintel
2011-10-31de-Qt'ified printutilsMarius Kintel
2011-10-31syncMarius Kintel
2011-10-31Pass flag to QApplication to tell it we're a cmd-line toolMarius Kintel
2011-10-31bugfix: filenames with spaces caused a syntax error with the use keyword ↵Marius Kintel
(fixes #31)
2011-10-30Added test for rotation of open polylineMarius Kintel
2011-10-30import_dxf -> importMarius Kintel
2011-10-30Merge branch 'visitortests'Marius Kintel
2011-10-30deprecationMarius Kintel
2011-10-30Enable standard shortcuts for save and reload on Linux and Windows. F2/F3 ↵Marius Kintel
will still work.
2011-10-30Minor eigen include fixMarius Kintel
2011-10-30Killed unnecessary using statementMarius Kintel
2011-10-30extracted version config to separate .pri fileMarius Kintel
2011-10-27Increased threshold to 300 to avoid minor details from failing a testMarius Kintel
2011-10-27Merge branch 'visitortests' of https://github.com/openscad/openscad into ↵Marius Kintel
visitortests
2011-10-27Better GL error reportingMarius Kintel
2011-10-27Updated test case with recent linear_extrude improvementMarius Kintel
2011-10-27Merge branch 'master' into visitortestsMarius Kintel
2011-10-27Improved quality of linear_extrude with twist by forcing all quads to be ↵Marius Kintel
tessellated the same direction
2011-10-27Merge branch 'master' into visitortestsMarius Kintel
2011-10-27Improved quality of linear_extrude with twist by forcing all quads to be ↵Marius Kintel
tessellated the same direction
2011-10-26Merge branch 'master' into visitortestsMarius Kintel
2011-10-26Bugfix: Changed caching strategy to avoid the risk of sibling nodes being ↵Marius Kintel
evicted from the cache before the parent node has evaluated.
2011-10-26Make some code more readable and better error reporting on a reporter assert ↵Marius Kintel
error
2011-10-26Minor namespace fixesMarius Kintel
2011-10-26fix broken linux build (eigen)don bright
2011-10-26integrate Brad Pitcher's cross compile linux->win32-mingw qmake stuffDon Bright
2011-10-25Merge remote branch 'upstream/visitortests' into visitortestsDon Bright
2011-10-25remove experimental html output debug code.don bright
2011-10-25confine date detection to win32-msvc, set VERSION, hide debug messagedon bright
2011-10-24Merge branch 'master' into visitortestsMarius Kintel
2011-10-24Evaluate expressions for the ternary operator the same way as for if-else, ↵Marius Kintel
i.e. cast any value to bool
2011-10-24fdef getopt.h for MSVC, cleanup makefile, ignore another msvc warningdon bright
2011-10-24fix windows compile (glew.h / gl.h issue)don bright
2011-10-24auto detect date in windows qmakedon bright
2011-10-23Merge remote-tracking branch 'upstream/visitortests' into visitortestsdon bright
2011-10-23Evaluate expressions for the ternary operator the same way as for if-else, ↵Marius Kintel
i.e. cast any value to bool
2011-10-22fix no-rounding-math flag for windows G++ build in cgal.pridon
contact: Jan Huwald // Impressum