summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-17removed unused unistd.hmeta
2011-01-17add some more missing C99 math.h functionsmeta
2011-01-17fix truncation warningmeta
2011-01-17use QFileInfo instead of stat()meta
2011-01-17add C99 math for win32meta
2011-01-17rename to fix a name clash with inner scopemeta
2011-01-17rename to fix a name clash with inner scopemeta
2011-01-17replace stat() with QFileInfometa
2011-01-16indent properlymeta
git-svn-id: http://svn.clifford.at/openscad/trunk@590 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-16make the default VERSION initialization work on windowsmeta
git-svn-id: http://svn.clifford.at/openscad/trunk@589 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-11Merge branch 'master' of git.openscad.org:openscad/openscadMarius Kintel
2011-01-11Default dropbox installation has changedMarius Kintel
2011-01-09Output 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-09Output 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-09Added 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-09Added 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-09Merge branch 'experiments' of git://gitorious.org/openscad/openscad into gileskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@586 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09Merge branch 'experiments' of git://gitorious.org/openscad/openscad into gileskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@586 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09synckintel
git-svn-id: http://svn.clifford.at/openscad/trunk@585 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09synckintel
git-svn-id: http://svn.clifford.at/openscad/trunk@585 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09Removed some unneeded cruft.kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@584 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09Removed some unneeded cruft.kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@584 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09Added support for nested includes.kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@583 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09Added support for nested includes.kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@583 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09Improvement 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-09Improvement 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-09This 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-09This 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-09added notes about byacc and boost, removed fixed macos x build issueskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@580 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-09added notes about byacc and boost, removed fixed macos x build issueskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@580 b57f626f-c46c-0410-a088-ec61d464b74c
2010-12-25Suggest filename based on document name on exportMarius Kintel
2010-12-25some 2d export testsMarius Kintel
2010-12-25merged with masterMarius Kintel
2010-12-25Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵Marius Kintel
Lars Kruse
2010-12-25Added section for proposed language changes for 'V2.0'Marius Kintel
2010-12-11Merge branch 'experiments' of git://gitorious.org/openscad/openscad into gilesMarius Kintel
2010-12-11syncMarius Kintel
2010-12-11Fix 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-10A basic test for the escape sequences in strings.Giles Bathgate
2010-12-10Added some tests for new nested include feature.Giles Bathgate
2010-12-09Ported random function to visitor branchMarius Kintel
2010-12-09merged current masterMarius Kintel
2010-12-09syncMarius Kintel
2010-12-09Removed some unneeded cruft.Giles Bathgate
2010-12-03Added support for nested includes.Giles Bathgate
2010-11-30Improvement to lexing of strings don't use QString.replace, use the power of ↵Giles Bathgate
flex instead.
2010-11-17This adds support for escape sequences in strings e.g \t \n \r \" \\Giles Bathgate
2010-11-17Working state, still requires a show()Marius Kintel
2010-11-17set GLEW_DIRMarius Kintel
2010-11-17Prefer our glew over macportsMarius Kintel
contact: Jan Huwald // Impressum