Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-07 | Use Python script to run Asymptote. | Michael Schwarz | 1 | -9/+8 | |
2015-07-12 | support: Workaround for tempdir on different mount. | Michael Schwarz | 1 | -1/+13 | |
This adds a workaround for setups where the user has checked out the project on a different mount point than where the temporary directory is located. | |||||
2015-03-15 | Fix make jobserver warning. | Michael Schwarz | 1 | -2/+11 | |
When running the make file with a number of jobs, the following warning was generated by the make process used to parse the dependency makefile generated by OpenSCAD: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. With this change, the variables MAKELEVEL and MAKEFLAGS are removed from the environment before starting the child make process. | |||||
2014-12-21 | Rewritten unit conversion methods of inkex.py to properly handle viewport ↵ | Michael Schwarz | 1 | -1/+6 | |
settings. | |||||
2014-12-12 | Added support for recording dependencies while compiling OpenSCAD files. | Michael Schwarz | 1 | -1/+19 | |
2014-12-10 | Extracted common functions to separate module. | Michael Schwarz | 1 | -0/+18 | |