Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Kill warnings | Marius Kintel | |
2012-02-18 | minor fixes: Don't copy input vectors, fixed a leak of a Value object + some ↵ | Marius Kintel | |
cosmetics | |||
2012-02-15 | Added search function | Andrew Plumb | |
Search for characters, strings and integers in a lookup table and return the index (or indices) for matches. | |||
2012-01-08 | bugfix: Infinite loop in deg2rad/rad2deg when giving it an inf number, e.g. ↵ | Marius Kintel | |
1/0. Reported by Triffid Hunter. | |||
2011-11-12 | Added a len() function | Giles Bathgate | |
This returns the number of elements in a vector, and the length of a string. Added a basic test script that can be checked for echo output. | |||
2011-11-09 | Only quote strings when using the stream operator. Fixes #35 | Marius Kintel | |
2011-11-09 | Make old way of specifying version work as well | Marius Kintel | |
2011-11-08 | Fix for dates being interpreted as octal numbers | Marius Kintel | |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel | |
2011-10-03 | Redefined version() to return the version as a vector. Added version_num() ↵ | Marius Kintel | |
to return a comparable number | |||
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel | |
2011-09-30 | Added version() function | 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-12 | fix build errors on windows | don bright | |
2011-04-12 | Ported recent changes to master into the visitor branch | 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-18 | change literal to help choose a proper overload | meta | |
2011-01-18 | add missing include | meta | |
2011-01-17 | add C99 math for win32 | meta | |
2010-12-09 | Ported random function to visitor branch | Marius Kintel | |
2010-12-09 | merged current master | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
2010-10-31 | coding style | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Added a rands() function that returns a vector of random numbers. | kintel | |
the function takes either 3 arguments or 4 rands(min,max,num) or rands(min,max,num,seed) git-svn-id: http://svn.clifford.at/openscad/trunk@574 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-07-09 | sign() function suggested by Dan Zuras and implemented by Giles Bathgate | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@568 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-26 | Clifford Wolf: | clifford | |
Added abs() function git-svn-id: http://svn.clifford.at/openscad/trunk@454 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-21 | Clifford Wolf: | clifford | |
Added exp(x), log(b, x), log(x) and ln(x) functions git-svn-id: http://svn.clifford.at/openscad/trunk@447 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-10 | Added sqrt() | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@435 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-31 | added round(), ceil() and floor() | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@387 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 |