Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | Merge branch 'master' into value | Marius Kintel | |
2012-06-04 | Don't prefix filenames which are already absolute with document path. Fixed #123 | Marius Kintel | |
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce ↵ | Marius Kintel | |
memory footprint and improve performance | |||
2012-02-15 | Initial implementation of ModuleCache and dependency tracking of used modules | Marius Kintel | |
2012-01-25 | Ported printutils away from Qt | Marius Kintel | |
2012-01-14 | add boosty.h for compatability with boost <1.44 | donb | |
2012-01-09 | Don't use native() to extract strings from boost::filesystem::path() since ↵ | Marius Kintel | |
that will use wchar under Windows | |||
2011-12-26 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
Conflicts: openscad.pro src/module.h | |||
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel | |
2011-12-23 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
Conflicts: tests/CMakeLists.txt | |||
2011-12-19 | Changed the default value of to 2 to avoid breaking existing scripts which ↵ | Marius Kintel | |
assume a certain default tesselation behavior | |||
2011-12-06 | Ported from QFileInfo to boost::filesystem | Marius Kintel | |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel | |
2011-11-05 | bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate code | Marius Kintel | |
2011-09-06 | Added support for an untyped import() module, deprecating the explicitly ↵ | Marius Kintel | |
typed import_*() ones | |||
2011-09-06 | Deprecated dxf_linear_extrude(), dxf_rotate_extrude() and the file ↵ | Marius Kintel | |
parameters to linear_extrude() and rotate_extrude() | |||
2011-09-03 | Some cleanup of the Context class | Marius Kintel | |
2011-09-03 | Ported a bunch of stuff from Qt to STL | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-02-05 | Proof of concept implementation of builtin constants. | Giles Bathgate | |
2011-01-21 | Copyright updates | Marius Kintel | |
2010-10-31 | Ignore empty filenames when calculating absolute path | Marius Kintel | |
2010-02-28 | Clifford Wolf: | clifford | |
Implemented 'use' statement git-svn-id: http://svn.clifford.at/openscad/trunk@459 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-23 | Multiple non-MDI assumptions were made, setting CWD and assuming it didn't ↵ | kintel | |
change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. git-svn-id: http://svn.clifford.at/openscad/trunk@451 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-10 | typo in warning message | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@429 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-01 | Clifford Wolf: | clifford | |
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | header file reorg | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | reorganized file structure layout. more to follow... | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c |