summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-18Added note about adding examplesMarius Kintel
2012-02-18Removed deprecated fileMarius Kintel
2012-02-18Merge branch 'glewfix'Marius Kintel
2012-02-18GLEW fix: Support GLEW installed in the default system locationMarius Kintel
2012-02-18Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-02-18Try pkg-config to find GLEW if no override path was specified. Simplifies ↵Marius Kintel
build on Ubuntu
2012-02-18Removed redundant dependency on tests-commonMarius Kintel
2012-02-18Reenable output in the OpenSCAD consoleMarius Kintel
2012-02-18Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-02-18Kill warningsMarius Kintel
2012-02-18Merge branch 'clothbot-search_function'Marius Kintel
2012-02-18Updated MCADMarius Kintel
2012-02-18Revert "Setting QTDIR via qmake -query"Marius Kintel
This reverts commit 2e7a27f64416b3bb5b8e0a5d2969292cbacde7b6.
2012-02-18minor fixes: Don't copy input vectors, fixed a leak of a Value object + some ↵Marius Kintel
cosmetics
2012-02-18Updated MCADMarius Kintel
2012-02-18Merge branch 'search_function' of https://github.com/clothbot/openscad into ↵Marius Kintel
clothbot-search_function
2012-02-17Merge branch 'master' into modulecacheMarius Kintel
2012-02-17Handle include dependenciesMarius Kintel
2012-02-17missing include boost/version.hppMarius Kintel
2012-02-17Added matrix/vector multiplicationMarius Kintel
2012-02-17Merge branch 'vector_math' of https://github.com/clothbot/openscad into ↵Marius Kintel
clothbot-vector_math
2012-02-16Merge pull request #91 from tjhowse/patch-1Marius Kintel
Added licensing information.
2012-02-16Added licensing information.tjhowse
2012-02-15Setting QTDIR via qmake -queryAndrew Plumb
For CLI purposes, set QTDIR based on qmake query and prepend it on $PATH.
2012-02-15Replaced static paths with $$PWD and $QTDIRAndrew Plumb
Hand-editing openscad.pro.user to make all paths relative to $$PWD (the location of openscad.pro) and $QTDIR works.
2012-02-15Print info about module cache sizeMarius Kintel
2012-02-15Test using search() and MCAD/fonts.scadAndrew Plumb
A more comprehensive test that exercises the search function and MCAD/fonts.scad approach to text rendering together.
2012-02-15Added search functionAndrew Plumb
Search for characters, strings and integers in a lookup table and return the index (or indices) for matches.
2012-02-15Added vector math support.Andrew Plumb
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix support.
2012-02-15Started on sanitizing compile handling in mainwindowMarius Kintel
2012-02-15Minor clarification, cleanup file readingMarius Kintel
2012-02-15Simplify file readingMarius Kintel
2012-02-15Reenable console outputMarius Kintel
2012-02-15expected file for updated projection-testsMarius Kintel
2012-02-15Comment out some debug info to let tests passMarius Kintel
2012-02-15Recursively handle dependencies after parsingMarius Kintel
2012-02-15Don't try to handle non-existing use'd librariesMarius Kintel
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
2012-02-15Renamed OpenGL Info to Library Info and added version info of other ↵Marius Kintel
libraries there
2012-02-14Merge branch 'clothbot-master'Marius Kintel
2012-02-14Merged the 64-bit only script back into the main script. Use the -6 option ↵Marius Kintel
for 64-bit only
2012-02-14Minor unsigned fixesMarius Kintel
2012-02-14EIGEN2DIR not needed - build system uses OPENSCAD_LIBRARIES directlyMarius Kintel
2012-02-14Fix bug including files from within an included file inside a folder. ↵Marius Kintel
Reported by nop head.
2012-02-14Merge branch 'master' of https://github.com/clothbot/openscad into ↵Marius Kintel
clothbot-master Conflicts: scripts/macosx-build-dependencies.sh
2012-02-13Cleaned up unsigned int compiler warningsAndrew Plumb
2012-02-13EIGEN2DIR and MAC_OSX_VERSION_MINAndrew Plumb
Defining EIGEN2DIR in setenv. Set MAC_OSX_VERSION_MIN=10.5.
2012-02-12Build Deps for 64-bit only mac osxAndrew Plumb
To work with QtSDK 4.7.4 and more current versions of Mac OS X.
2012-02-10Parametrized version-min and added eigen2.Andrew Plumb
- Made "macosx-version-min" set via MAC_OSX_VERSION_MIN variable. - Added build-deps for eigen2 - Added EIGEN2DIR to openscad.pro.user - Unchecked "Use Shadow Build" to build OpenSCAD.app in project directory.
2012-02-09Merge branch 'master' of github.com:clothbot/openscadAndrew Plumb
contact: Jan Huwald // Impressum