Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-27 | Directory reorg: Put renderer into its own subdir | jaseg | 1 | -35/+0 | |
2019-09-26 | Add zip generation | jaseg | 1 | -5/+13 | |
2019-09-26 | Pogojig mostly done: KiCAD export works | jaseg | 1 | -27/+14 | |
2019-09-26 | Modify for pogojig infrastructure | jaseg | 1 | -91/+10 | |
2015-09-29 | Only convert SVG to Asymptote/DXF if necessary. | Michael Schwarz | 1 | -3/+4 | |
Instead of always converting all SVG files to both Asymptote and DXF, only the formats which may be used as dependencies are compiled. | |||||
2015-09-16 | Added some missing comments in the make file. | Michael Schwarz | 1 | -3/+7 | |
2015-09-16 | Implemented Asymptote dependency tracking. | Michael Schwarz | 1 | -5/+5 | |
2015-09-16 | Convert all SVG file to DXF and Asymptote. | Michael Schwarz | 1 | -3/+2 | |
Currently, the user has to configure which SVG files are exported to DXF and which to Asymptote, without a possibility to do both. With this change, all SVG files are exported to both file formats, if necessary. | |||||
2015-09-16 | Ignore $PYTHONPATH. | Michael Schwarz | 1 | -1/+1 | |
We only use standard library features and thus can safely ignore PYTHONPATH. | |||||
2015-09-16 | Only print abstract information about commands being executed. | Michael Schwarz | 1 | -4/+19 | |
Most commands only show the python wrapper being called, which does not tell the user much anyways. | |||||
2015-09-16 | Remove targets when commands fail. | Michael Schwarz | 1 | -0/+3 | |
The make file now removes targets when commands fail. In some cases (e.g. generating files), an error would lead to a half-written file being left behind and that file would not get updated in the next invocation of `make`. | |||||
2015-08-27 | Fixed automatism which clobbered file name extensions. | Michael Schwarz | 1 | -1/+1 | |
2015-08-27 | Fixed make warning. | Michael Schwarz | 1 | -1/+1 | |
This fixes a bug producing warnings like the following: Makefile:91: target 'src/cube.pdf' given more than once in the same rule | |||||
2015-08-27 | Makefile: Fixed a potential bug which would include too many files. | Michael Schwarz | 1 | -1/+1 | |
2015-08-08 | Makefile: Fixed missing dependencies. | Michael Schwarz | 1 | -2/+2 | |
Asymptote and OpenSCAD targets would not include intermediate files in their dependencies. | |||||
2015-08-07 | Reworked make file. | Michael Schwarz | 1 | -20/+25 | |
This time to remove duplicate functionality in generating list of different products. | |||||
2015-08-07 | Makefile: Fix duplicate dependency warning. | Michael Schwarz | 1 | -1/+1 | |
2015-08-07 | Use Python script to run Asymptote. | Michael Schwarz | 1 | -1/+1 | |
2015-08-06 | Integrated Asymptote compilation into makefile. | Michael Schwarz | 1 | -8/+24 | |
2015-08-06 | Inkscape export: Renamed module to inkscape. | Michael Schwarz | 1 | -1/+1 | |
This module will later be used for other export types than just DXF. | |||||
2015-08-06 | Simplified makefile. | Michael Schwarz | 1 | -26/+16 | |
2015-03-15 | Compile OpenSCAD files to DXF. | Michael Schwarz | 1 | -19/+41 | |
This adds support to selectively compile some OpenSCAD files to DXF instead of STL. | |||||
2015-03-09 | Added makefile targets to build the project to a certain step. | Michael Schwarz | 1 | -1/+8 | |
2015-03-08 | Fixed failure when settings.mk or config.mk doesn't exist. | Michael Schwarz | 1 | -1/+1 | |
2015-03-07 | Re-compile on makefile change. | Michael Schwarz | 1 | -4/+7 | |
2015-03-07 | Support for setting the DXF export quality. | Michael Schwarz | 1 | -7/+10 | |
2015-03-07 | makefile: Call find only once. | Michael Schwarz | 1 | -6/+7 | |
2015-03-07 | Added a warning for when the src directory contains files with spaces in ↵ | Michael Schwarz | 1 | -0/+4 | |
their names. | |||||
2014-12-12 | Added support for recording dependencies while compiling OpenSCAD files. | Michael Schwarz | 1 | -15/+15 | |
2014-12-10 | Moved DXF export scripts to separate directory. | Michael Schwarz | 1 | -1/+2 | |
2014-12-06 | Replaced Script used for DXF export by more advanced version working with ↵ | Michael Schwarz | 1 | -1/+1 | |
Inkscape 0.99. | |||||
2014-12-04 | Make all generated files, even if they're not used by the make file. | Michael Schwarz | 1 | -3/+3 | |
2014-12-04 | Let the script to generate the sources also open the resulting files. | Michael Schwarz | 1 | -1/+1 | |
2014-11-27 | First version of the template project. | Michael Schwarz | 1 | -0/+47 | |