Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-18 | Lion compile fix | Marius Kintel | |
2012-08-01 | change value so that ECHO works more like old Qstring.sprintf | don bright | |
2012-07-15 | fix bugs in build | don bright | |
2012-04-03 | Killed some warnings | Marius Kintel | |
2012-03-31 | Implemented vector and matrix multiplication | 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-19 | bugfix: Fix crash bug when using zero scale factors. Reported by Alan Cox | Marius Kintel | |
2012-02-18 | nan vs. -nan fix to make inf-tests work under Linux | Marius Kintel | |
2012-02-15 | Added vector math support. | Andrew Plumb | |
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix support. | |||
2012-01-09 | Another try at fixing double-to-text conversion for testing | Marius Kintel | |
2012-01-08 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
2012-01-08 | Force test output to fixed notation, otherwise the clamping will give wrong ↵ | Marius Kintel | |
results for output in scientific notation | |||
2011-12-25 | Added FIXME for potential beautification | Marius Kintel | |
2011-11-24 | Attempt to batte floating point rounding differences for testing purposes | Marius Kintel | |
2011-11-09 | Only quote strings when using the stream operator. Fixes #35 | Marius Kintel | |
2011-11-07 | Correctly escape special characters in dumped strings. Fixes ↵ | Marius Kintel | |
dumptest_import_dxf-tests | |||
2011-11-07 | Custom stream operator for outputting relative filenames | Marius Kintel | |
2011-11-06 | Removed FIXME which was in the wrong place | Marius Kintel | |
2011-11-06 | Added FIXME for text dumping bug | Marius Kintel | |
2011-10-08 | echo output adjustments: same style for vector and range, output boolean ↵ | Marius Kintel | |
values as true/false instead of 1/0 | |||
2011-09-30 | Implemented string comparison for >, >=, <, <= operators | Marius Kintel | |
2011-09-08 | Updated boolean handling of if/else | Marius Kintel | |
2011-09-06 | Killed some warnings | Marius Kintel | |
2011-09-03 | More de-Qt-ify | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-02-05 | Dump number values with correct precision. | Giles Bathgate | |
You might want to apply this patch so that the output of echo($pi) is not truncated. | |||
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 | 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-09 | bugfix: NUMBER*VECTOR was broken. this'ified to make code easier to read | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@421 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 |