Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-18 | Added note about adding examples | Marius Kintel | |
2012-02-18 | Removed deprecated file | Marius Kintel | |
2012-02-18 | Merge branch 'glewfix' | Marius Kintel | |
2012-02-18 | GLEW fix: Support GLEW installed in the default system location | Marius Kintel | |
2012-02-18 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2012-02-18 | Try pkg-config to find GLEW if no override path was specified. Simplifies ↵ | Marius Kintel | |
build on Ubuntu | |||
2012-02-18 | Removed redundant dependency on tests-common | Marius Kintel | |
2012-02-18 | Reenable output in the OpenSCAD console | Marius Kintel | |
2012-02-18 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2012-02-18 | Kill warnings | Marius Kintel | |
2012-02-18 | Merge branch 'clothbot-search_function' | Marius Kintel | |
2012-02-18 | Updated MCAD | Marius Kintel | |
2012-02-18 | Revert "Setting QTDIR via qmake -query" | Marius Kintel | |
This reverts commit 2e7a27f64416b3bb5b8e0a5d2969292cbacde7b6. | |||
2012-02-18 | minor fixes: Don't copy input vectors, fixed a leak of a Value object + some ↵ | Marius Kintel | |
cosmetics | |||
2012-02-18 | Updated MCAD | Marius Kintel | |
2012-02-18 | Merge branch 'search_function' of https://github.com/clothbot/openscad into ↵ | Marius Kintel | |
clothbot-search_function | |||
2012-02-17 | Merge branch 'master' into modulecache | Marius Kintel | |
2012-02-17 | Handle include dependencies | Marius Kintel | |
2012-02-17 | missing include boost/version.hpp | Marius Kintel | |
2012-02-17 | Added matrix/vector multiplication | Marius Kintel | |
2012-02-17 | Merge branch 'vector_math' of https://github.com/clothbot/openscad into ↵ | Marius Kintel | |
clothbot-vector_math | |||
2012-02-16 | Merge pull request #91 from tjhowse/patch-1 | Marius Kintel | |
Added licensing information. | |||
2012-02-16 | Added licensing information. | tjhowse | |
2012-02-15 | Setting QTDIR via qmake -query | Andrew Plumb | |
For CLI purposes, set QTDIR based on qmake query and prepend it on $PATH. | |||
2012-02-15 | Replaced static paths with $$PWD and $QTDIR | Andrew Plumb | |
Hand-editing openscad.pro.user to make all paths relative to $$PWD (the location of openscad.pro) and $QTDIR works. | |||
2012-02-15 | Print info about module cache size | Marius Kintel | |
2012-02-15 | Test using search() and MCAD/fonts.scad | Andrew Plumb | |
A more comprehensive test that exercises the search function and MCAD/fonts.scad approach to text rendering together. | |||
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-02-15 | Added vector math support. | Andrew Plumb | |
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix support. | |||
2012-02-15 | Started on sanitizing compile handling in mainwindow | Marius Kintel | |
2012-02-15 | Minor clarification, cleanup file reading | Marius Kintel | |
2012-02-15 | Simplify file reading | Marius Kintel | |
2012-02-15 | Reenable console output | Marius Kintel | |
2012-02-15 | expected file for updated projection-tests | Marius Kintel | |
2012-02-15 | Comment out some debug info to let tests pass | Marius Kintel | |
2012-02-15 | Recursively handle dependencies after parsing | Marius Kintel | |
2012-02-15 | Don't try to handle non-existing use'd libraries | Marius Kintel | |
2012-02-15 | Initial implementation of ModuleCache and dependency tracking of used modules | Marius Kintel | |
2012-02-15 | Renamed OpenGL Info to Library Info and added version info of other ↵ | Marius Kintel | |
libraries there | |||
2012-02-14 | Merge branch 'clothbot-master' | Marius Kintel | |
2012-02-14 | Merged the 64-bit only script back into the main script. Use the -6 option ↵ | Marius Kintel | |
for 64-bit only | |||
2012-02-14 | Minor unsigned fixes | Marius Kintel | |
2012-02-14 | EIGEN2DIR not needed - build system uses OPENSCAD_LIBRARIES directly | Marius Kintel | |
2012-02-14 | Fix bug including files from within an included file inside a folder. ↵ | Marius Kintel | |
Reported by nop head. | |||
2012-02-14 | Merge branch 'master' of https://github.com/clothbot/openscad into ↵ | Marius Kintel | |
clothbot-master Conflicts: scripts/macosx-build-dependencies.sh | |||
2012-02-13 | Cleaned up unsigned int compiler warnings | Andrew Plumb | |
2012-02-13 | EIGEN2DIR and MAC_OSX_VERSION_MIN | Andrew Plumb | |
Defining EIGEN2DIR in setenv. Set MAC_OSX_VERSION_MIN=10.5. | |||
2012-02-12 | Build Deps for 64-bit only mac osx | Andrew Plumb | |
To work with QtSDK 4.7.4 and more current versions of Mac OS X. | |||
2012-02-10 | Parametrized 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-09 | Merge branch 'master' of github.com:clothbot/openscad | Andrew Plumb | |