Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | rename to fix a name clash with inner scope | meta | |
2011-01-17 | replace stat() with QFileInfo | meta | |
2011-01-16 | indent properly | meta | |
git-svn-id: http://svn.clifford.at/openscad/trunk@590 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-16 | make the default VERSION initialization work on windows | meta | |
git-svn-id: http://svn.clifford.at/openscad/trunk@589 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-11 | Merge branch 'master' of git.openscad.org:openscad/openscad | Marius Kintel | |
2011-01-11 | Default dropbox installation has changed | Marius Kintel | |
2011-01-09 | Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵ | kintel | |
Lars Kruse git-svn-id: http://svn.clifford.at/openscad/trunk@588 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵ | kintel | |
Lars Kruse git-svn-id: http://svn.clifford.at/openscad/trunk@588 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Added section for proposed language changes for 'V2.0' | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@587 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Added section for proposed language changes for 'V2.0' | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@587 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Merge branch 'experiments' of git://gitorious.org/openscad/openscad into giles | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@586 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Merge branch 'experiments' of git://gitorious.org/openscad/openscad into giles | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@586 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | sync | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@585 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | sync | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@585 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Removed some unneeded cruft. | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@584 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Removed some unneeded cruft. | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@584 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Added support for nested includes. | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@583 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Added support for nested includes. | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@583 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Improvement to lexing of strings don't use QString.replace, use the power of ↵ | kintel | |
flex instead. git-svn-id: http://svn.clifford.at/openscad/trunk@582 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | Improvement to lexing of strings don't use QString.replace, use the power of ↵ | kintel | |
flex instead. git-svn-id: http://svn.clifford.at/openscad/trunk@582 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | This adds support for escape sequences in strings e.g \t \n \r \" \\ | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@581 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | This adds support for escape sequences in strings e.g \t \n \r \" \\ | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@581 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | added notes about byacc and boost, removed fixed macos x build issues | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@580 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-09 | added notes about byacc and boost, removed fixed macos x build issues | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@580 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-12-25 | Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵ | Marius Kintel | |
Lars Kruse | |||
2010-12-25 | Added section for proposed language changes for 'V2.0' | Marius Kintel | |
2010-12-11 | Merge branch 'experiments' of git://gitorious.org/openscad/openscad into giles | Marius Kintel | |
2010-12-11 | sync | Marius Kintel | |
2010-12-11 | Fix for when the included file doesn't exist. Needed because we will never ↵ | Giles Bathgate | |
get an EOF, and so never pop the stack. | |||
2010-12-10 | A basic test for the escape sequences in strings. | Giles Bathgate | |
2010-12-10 | Added some tests for new nested include feature. | Giles Bathgate | |
2010-12-09 | Removed some unneeded cruft. | Giles Bathgate | |
2010-12-03 | Added support for nested includes. | Giles Bathgate | |
2010-11-30 | Improvement to lexing of strings don't use QString.replace, use the power of ↵ | Giles Bathgate | |
flex instead. | |||
2010-11-17 | This adds support for escape sequences in strings e.g \t \n \r \" \\ | Giles Bathgate | |
2010-11-03 | added notes about byacc and boost, removed fixed macos x build issues | Marius Kintel | |
2010-11-02 | TOK_NUMBER lexer improvement by Steven Dick | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@579 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | TOK_NUMBER lexer improvement by Steven Dick | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@579 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Tag deprecation as such | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@578 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Tag deprecation as such | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@578 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Recently added features | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@577 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Recently added features | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@577 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | use is implemented, added note about include limitation | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@576 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | use is implemented, added note about include limitation | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@576 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | coding style | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c | |||
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-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-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c |