summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14rewrite documentation of visitor()Don Bright
2012-02-14fix debug printingDon Bright
2012-02-14fix tab spacing. comment out debugging line.Don Bright
2012-02-14improve documentationDon Bright
2012-02-14cleanup tabs + wording.Don Bright
2012-02-14fix crash.Don Bright
2012-02-14use shared_ptr in shell visitor. add dump() code. hide debug cout.Don Bright
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-11use Nef_polyhedron3 intersection to do projection(cut).Don Bright
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
2012-02-09Adding CCACHE_BASEDIR & PATH update.Andrew Plumb
Explicitly added CC_CACHE_BASEDIR and prepended /opt/local/libexec/ccache to PATH as per setenv_mjau.sh settings.
2012-02-08Fixes #87 - don't mix positional and non-positional parameters with ↵Marius Kintel
boost::format
2012-02-08Conditionally download bundles if they don't exist.Andrew Plumb
Saves having to re-download the bundles every time, assuming downloaded successfully the (N-1)th time.
2012-02-08Fix linux releasesBrad Pitcher
2012-02-08missing -f for rm, spotted by Andrew PlumbMarius Kintel
2012-02-07Merge pull request #85 from brad/linux-releaseMarius Kintel
Fix linux releases
2012-02-07Merge pull request #2 from clothbot/qt_cleanupAndrew Plumb
Qt cleanup
2012-02-07Clarify human readable description of non-obvious testsMarius Kintel
2012-02-07Quick sanity check: script must be run from the source root in order to ↵Marius Kintel
correctly find patches and place libraries
2012-02-07Merge pull request #84 from clothbot/qt_cleanupMarius Kintel
Qt cleanup
2012-02-06Replaced user- with PWD-dependent pathsAndrew Plumb
contact: Jan Huwald // Impressum