Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-19 | Added missing include stdint.h to work with gcc 4.8.1 | Miro Hrončok | |
Without this include, this was not possible to build with gcc 4.8.1: Build log (without this commit): http://kojipkgs.fedoraproject.org//work/tasks/1370/5521370/build.log | |||
2013-06-01 | bugfix: dxf_cross() on file-not-found | Marius Kintel | |
2013-05-09 | Forgot to actually add most files in previous commit (#217) | Marius Kintel | |
2013-04-27 | Fixes remaining dxfdim() issue from #217 | Marius Kintel | |
2013-04-26 | Experiment: Lazy evaluation of argument lists in evaluation context. Allows ↵ | Marius Kintel | |
e.g. for loop variables to be dependent on each other | |||
2013-04-09 | Refactored context handling into using separate Module contexts and Eval ↵ | Marius Kintel | |
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 | |||
2013-04-05 | I think this should fix issue #217 | Marius Kintel | |
2012-08-19 | rewrite Eigen detection in CMakelists. cleanup files for pull request. | don bright | |
2012-08-19 | cleanup for pull request | don bright | |
2012-08-19 | debugging failed test: throwntogethertest polygons | don bright | |
2012-08-18 | more eigen3 fixes. | don bright | |
1. finish converting 'using namespace boost::filsystem' to 'namespace fs = boost::filesystem'. 2. initial version of changes to CMakelists.txt for the regression test | |||
2012-08-18 | initial rework to enable eigen3 per issue #174. | don bright | |
1. enable eigen3 in qmake build system 2. convert Transform3d and cwise() per the eigen2->eigen3 porting faq online 3. get rid of 'using namespace boost::filesystem' as it conflicts with eigen3 | |||
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce ↵ | Marius Kintel | |
memory footprint and improve performance | |||
2012-01-25 | Ported printutils away from Qt | Marius Kintel | |
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-09-03 | De-Qt-ification continues, almost done with DxfData | Marius Kintel | |
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-08-05 | Started on getBoundingBox functionality, refactored some vector code as part ↵ | Marius Kintel | |
of this initiative | |||
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-01-22 | filenames are case sensitive on some filesystems | Marius Kintel | |
2011-01-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta | |
Conflicts: openscad.pro | |||
2011-01-21 | Copyright updates | Marius Kintel | |
2011-01-17 | use QFileInfo instead of stat() | meta | |
2011-01-17 | add C99 math for win32 | meta | |
2010-11-07 | Value::QVector -> std::vector | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
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-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 |