summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-09Added --upload command line optiona-e-m
2013-12-09Revert to uploading to dinkypage, gists won't worka-e-m
2013-12-08Taking out test accidentially left in, my user tokena-e-m
2013-12-08Changed upload code to use gistsa-e-m
2013-12-08Moved include_passeda-e-m
2013-12-08Fixed variable name errora-e-m
2013-12-08Fixed small error in Templates.geta-e-m
2013-12-08Adding importsa-e-m
2013-12-07Update design philosopy commentsa-e-m
2013-12-07Add html report upload to test_pretty_print.py, removed wiki supporta-e-m
2013-12-06Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-12-06delete ps when short-circuiting return, no need for explicit boost::formatMarius Kintel
2013-12-06Fail if any polygon points for rotate_extrude are less than 0David Eccles (gringer)
2013-12-06#559 fixes for 10.9Marius Kintel
2013-12-05Update Mac deployment target to make it build on 10.9, apply Qt4 patchesMarius Kintel
2013-12-05Qt4 patches to make it build on 10.9Marius Kintel
2013-12-04clang fix: Clang claims to be gccMarius Kintel
2013-12-04Killed warningsMarius Kintel
2013-12-01Merge pull request #554 from openscad/issue410xMarius Kintel
Issue410x
2013-11-30build bug fixDon Bright
2013-11-30print errmsg for applyHull. add quotes around err msg in version check.Don Bright
2013-11-30Merge branch 'master' into issue410xDon Bright
2013-11-30disallow gcc 4.8.2Don Bright
2013-11-30Merge branch 'master' of github.com:openscad/openscadDon Bright
2013-11-30MXE c/o 'stable' instd of 'master' from github b/c master has gcc 4.8.2 whichDon Bright
is causing crashes. also allow 'build only' builder.sh script command
2013-11-30Merge pull request #553 from Gazer/editor_improvementsMarius Kintel
Keep cursor position on save
2013-11-29Move main code inside Editor classRicardo Markiewicz
Before open a new file now we cleanup the Editor, so the new file get the cursor on the first character.
2013-11-29Try to keep cursor and scroll in place on refreshRicardo Markiewicz
When the file is saving, the cursor position was resetting to the top and you should keep scrolling by hand every time you save the file. This patch saves the scroll and cursor position and set it again after the file is refreshed so we can continue edition from where we were.
2013-11-27finish adding new test, add png for new testDon Bright
2013-11-27simplify nef polyhedron code. attempt to add test for bugDon Bright
2013-11-27prevent crash in CGAL nef3. fix #issue 410 . also deal w qmake bug re .h filesDon Bright
2013-11-25Split projection tests into cut vs. projectMarius Kintel
2013-11-25Merge branch 'master' of github.com:openscad/openscadDon Bright
2013-11-25revert to GMPQ number type kernel due to bugs like issue #481Don Bright
2013-11-24Added test for implicit union of render() childrenMarius Kintel
2013-11-24Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-11-24Added test for polygon with holeMarius Kintel
2013-11-24mxe64 build fix. make 'qt disabled' message less confusing on test binary.Don Bright
2013-11-23Merge pull request #550 from t-paul/ubuntu-fixMarius Kintel
Fix compilation error on Ubuntu where uint32_t is not defined.
2013-11-23Fix compilation error on Ubuntu where uint32_t is not defined.Torsten Paul
2013-11-20Split up projection tests to avoid long running timesMarius Kintel
2013-11-15Removed eigen2 from build system and documentation. We now require eigen3Marius Kintel
2013-11-15Merge pull request #542 from t-paul/issue500Marius Kintel
Allow for statement with negative step value.
2013-11-15Change nbsteps() to uint32_t to make it independent from 32/64-bit platform.Torsten Paul
2013-11-11Update 'for' test cases to match the new range expression handling.Torsten Paul
2013-11-11Fix output of range expressions.Torsten Paul
2013-11-11Update 'children' test case using range [4 : -1 : 0] which is now valid.Torsten Paul
2013-11-11Add test cases for new range expression handling.Torsten Paul
2013-11-11Add support for handling negative step values in ranges (fixes #500).Torsten Paul
2013-11-10download eigen 3 package , eigen2 no longer worksDon Bright
contact: Jan Huwald // Impressum