summaryrefslogtreecommitdiff
path: root/src/dxfdim.cc
AgeCommit message (Collapse)Author
2013-06-19Added missing include stdint.h to work with gcc 4.8.1Miro 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-01bugfix: dxf_cross() on file-not-foundMarius Kintel
2013-05-09Forgot to actually add most files in previous commit (#217)Marius Kintel
2013-04-27Fixes remaining dxfdim() issue from #217Marius Kintel
2013-04-26Experiment: Lazy evaluation of argument lists in evaluation context. Allows ↵Marius Kintel
e.g. for loop variables to be dependent on each other
2013-04-09Refactored 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-05I think this should fix issue #217Marius Kintel
2012-08-19rewrite Eigen detection in CMakelists. cleanup files for pull request.don bright
2012-08-19cleanup for pull requestdon bright
2012-08-19debugging failed test: throwntogethertest polygonsdon bright
2012-08-18more 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-18initial 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-27Rewrote the Value class to be based on boost::variant - this should reduce ↵Marius Kintel
memory footprint and improve performance
2012-01-25Ported printutils away from QtMarius Kintel
2011-12-06Ported from QFileInfo to boost::filesystemMarius Kintel
2011-11-06Slight refactoring of builtin function and module handlingMarius Kintel
2011-09-03De-Qt-ification continues, almost done with DxfDataMarius Kintel
2011-09-03Some cleanup of the Context classMarius Kintel
2011-09-03Ported a bunch of stuff from Qt to STLMarius Kintel
2011-08-05Started on getBoundingBox functionality, refactored some vector code as part ↵Marius Kintel
of this initiative
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-01-22filenames are case sensitive on some filesystemsMarius Kintel
2011-01-21Merge branch 'master' of https://github.com/meta23/openscadmeta
Conflicts: openscad.pro
2011-01-21Copyright updatesMarius Kintel
2011-01-17use QFileInfo instead of stat()meta
2011-01-17add C99 math for win32meta
2010-11-07Value::QVector -> std::vectorMarius Kintel
2010-11-07Refactored some QString usage in the backend to std::stringMarius Kintel
2010-02-23Multiple 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-01Clifford 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-30header file reorgkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30reorganized file structure layout. more to follow...kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum