Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-27 | test throwntogether | Don Bright | |
2011-09-27 | fix crash | Don Bright | |
2011-09-27 | forgot to commit csgtestcore | Don Bright | |
2011-09-27 | This should fix the double C:/C:/ bug when dropping a file into the editor ↵ | Marius Kintel | |
under Windows, reported by Stony Smith | |||
2011-09-27 | Merge branch 'master' into visitor | Marius Kintel | |
2011-09-22 | separate throwntogethertest and opencsgtest | Don Bright | |
create 'expected' images for throwntogethertest create imgdiff_fail html file generation | |||
2011-09-20 | get throwntogetherrenderer working in tests (initalize csgInfo to null) | Don Bright | |
2011-09-18 | copyright notice | Don Bright | |
2011-09-18 | opencsg testing | Don Bright | |
2011-09-17 | added png and image comparison, enabling testing on linux | Don Bright | |
2011-09-16 | Merge remote branch 'upstream/visitor' into visitortests | Don Bright | |
2011-09-13 | Merge pull request #24 from donbright/visitorxpfix2 | Giles Bathgate | |
I don't have a platform to test this on but the change looks simple enough and from a previously trusted author. | |||
2011-09-13 | intmax_t patch - make smaller | don bright | |
2011-09-13 | fix intmax_t problem on older windows visual studio | Don Bright | |
2011-09-12 | merge | Don Bright | |
Merge remote branch 'upstream/visitor' into visitortests Conflicts: src/export.cc src/openscad.cc src/polyset.cc src/transform.cc tests/CMakeLists.txt tests/FindGLEW.cmake tests/csgtermtest.cc | |||
2011-09-12 | merge | Don Bright | |
2011-09-12 | merge | Don Bright | |
2011-09-12 | merging | Don Bright | |
Merge remote branch 'upstream/master' into visitortests Conflicts: src/cgaladv.cc src/export.cc src/openscad.cc src/polyset.cc src/transform.cc | |||
2011-09-12 | Some typos | Marius Kintel | |
2011-09-12 | Don't output deprecated parameters if they're not specified | Marius Kintel | |
2011-09-12 | Added horn torus example known to cause a CGAL assertion | Marius Kintel | |
2011-09-11 | Change link on web page when publishing snapshots | Marius Kintel | |
2011-09-11 | Change the diagonal view so that the object's front faces the light | Marius Kintel | |
2011-09-11 | note about lighting | Marius Kintel | |
2011-09-11 | bugfix: Clear both caches before rebuilding | Marius Kintel | |
2011-09-11 | Linux build fixes | Marius Kintel | |
2011-09-11 | helper to include TR1 stuff | Marius Kintel | |
2011-09-11 | helper to include TR1 stuff | Marius Kintel | |
2011-09-11 | Forgot to commit CGALCache class | Marius Kintel | |
2011-09-11 | Implemented CGAL caching | Marius Kintel | |
2011-09-11 | Fixed bug introduced by the new PolySet cache; string filtering done in the ↵ | Marius Kintel | |
wrong place, refactored cache into separate class | |||
2011-09-11 | Merge branch 'polyset-cleanup' into visitor | Marius Kintel | |
2011-09-11 | Testing ccache | Marius Kintel | |
2011-09-11 | Reenabled PolySet caching. Pass shared_ptrs to polysets around to better ↵ | Marius Kintel | |
manage memory | |||
2011-09-10 | Don't leave files open on parse errors | Marius Kintel | |
2011-09-09 | Make PolySet cache global | Marius Kintel | |
2011-09-09 | Initial attempt of cleaning up polyset handling. PolySet no longer keeps a ↵ | Marius Kintel | |
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator | |||
2011-09-08 | sync | Marius Kintel | |
2011-09-08 | sync | Marius Kintel | |
2011-09-08 | Update recent file also on save/saveas | Marius Kintel | |
2011-09-08 | sync | Marius Kintel | |
2011-09-08 | Catch CGAL assert on certain minkowski operations | Marius Kintel | |
2011-09-08 | Added ifelse-tests | Marius Kintel | |
2011-09-08 | Updated boolean handling of if/else | Marius Kintel | |
2011-09-08 | Added child-tests | Marius Kintel | |
2011-09-08 | dummy commit | Marius Kintel | |
2011-09-08 | Localization indicator of CGAL errors | Marius Kintel | |
2011-09-08 | Don't try exporting a non-3D object to stl or off | Marius Kintel | |
2011-09-08 | bugfix: off export from the command-line was broken | Marius Kintel | |
2011-09-08 | Removed duplicate error message on parser error | Marius Kintel | |