Age | Commit message (Expand) | Author |
2013-07-28 | In this commit i'll change just the Qt project, c and header files to get Ope... | Ivo Noorhoff |
2013-05-26 | merge branch to get windows "library path" working. tweak build system, | Don Bright |
2013-05-10 | Added support for 2D scaling in linear_extrude | Marius Kintel |
2013-05-10 | Initial code to support scaling of linear_extrude(). Part of Issue #273 | Marius Kintel |
2013-05-09 | Forgot to actually add most files in previous commit (#217) | Marius Kintel |
2013-04-26 | Re-added donb's patch for handling deprecated parameters to import | Marius Kintel |
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ... | Marius Kintel |
2013-04-20 | accept 'layername' and 'filename' in import, WARNING deprecation | don bright |
2013-04-19 | Added bugfix hints. Related to #116 | Marius Kintel |
2013-04-18 | Merge branch 'master' into issue116 | Marius Kintel |
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel |
2013-04-09 | Disable context debug output | Marius Kintel |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval cont... | Marius Kintel |
2013-04-05 | I think this should fix issue #217 | Marius Kintel |
2013-03-28 | Print warning in import() if OFF file is not found | Marius Kintel |
2013-03-04 | fix build broken on older gcc | don bright |
2013-03-04 | older gcc doesn't know about __builtin_bswap32 | don bright |
2013-02-02 | replace packed struct with union. remove some extraneous/debug code | don bright |
2013-02-02 | enable import STL to work on big-endian computers | don bright |
2013-01-28 | Support reading binary STLs which happen to start with the string 'solid'. Fi... | Marius Kintel |
2012-10-09 | Catch exceptions as const references. Related to #204 | Marius Kintel |
2012-08-18 | more eigen3 fixes. | don bright |
2012-08-18 | initial rework to enable eigen3 per issue #174. | don bright |
2012-07-15 | fix bugs in build | don bright |
2012-07-15 | Add timestamp to cache key for modules importing files. Fixes #141 | Marius Kintel |
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce me... | Marius Kintel |
2012-01-25 | Ported printutils away from Qt | Marius Kintel |
2012-01-15 | Open files which can be binary in binary mode. Hopefully solves problem readi... | 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 th... | Marius Kintel |
2011-12-25 | Removed last traces of Qt | Marius Kintel |
2011-12-23 | Ported binary STL file reader away from Qt | Marius Kintel |
2011-12-06 | Ported away more of the STL parser from Qt | Marius Kintel |
2011-12-06 | Started on porting import() away from Qt | Marius Kintel |
2011-11-07 | Correctly escape special characters in dumped strings. Fixes dumptest_import_... | Marius Kintel |
2011-11-07 | Don't dump timestamp of included files, this wasn't really used anywhere | Marius Kintel |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel |
2011-11-03 | Bugfix: import module toString() output was not parsable | Marius Kintel |
2011-09-30 | Removed unused variable | Marius Kintel |
2011-09-09 | Initial attempt of cleaning up polyset handling. PolySet no longer keeps a re... | Marius Kintel |
2011-09-07 | Updated tests to reflect recently changed import behavior | Marius Kintel |
2011-09-07 | Implemented OFF import, refactored PolySet/Polyhedron conversion | Marius Kintel |
2011-09-06 | Added support for an untyped import() module, deprecating the explicitly type... | Marius Kintel |
2011-09-03 | Extracted handle_dep() to separate source file | 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-09-01 | Refactored some non-CGAL functionality into separate functions in PolySetCGAL... | Marius Kintel |
2011-08-05 | Started on getBoundingBox functionality, refactored some vector code as part ... | Marius Kintel |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel |