Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | compiler: optimise dir diff for output cleanup | pacien | 2020-02-01 |
| | | | | | | n log n by sorting instead of silly n^2 GitHub: closes #70 | ||
* | compiler: switch to imagemagick | pacien | 2020-01-29 |
| | | | | | | | | | | Use ImageMagick to resize images instead of JuicyPixels, using the superior Lanczos resampling and cutting memory usage. This requires ImageMagick to be installed on the host system and the `magick` executable to be present in the PATH. GitHub: closes #49 | ||
* | compiler: properly reject invalid dates in sidecar files | pacien | 2020-01-06 |
| | | | | GitHub: closes #31 | ||
* | compiler: default item date to filesystem last mod date | pacien | 2020-01-06 |
| | | | | GitHub: closes #14 | ||
* | compiler: replace file filter with inclusino and exclusion glob lists | pacien | 2020-01-05 |
| | | | | GitHub: closes #16 | ||
* | compiler: turn warnings into errors | pacien | 2020-01-05 |
| | |||
* | compiler: enable language extensions on whole project | pacien | 2020-01-05 |
| | |||
* | compiler: enable warnings and fix them | pacien | 2020-01-05 |
| | | | | GitHub: fixes #9 | ||
* | compiler: add option to ignore files matching a regex | pacien | 2019-12-31 |
| | | | | GitHub: closes #10 | ||
* | compiler: add option to include static web app in the output | pacien | 2019-12-31 |
| | | | | GitHub: closes #6 | ||
* | compiler: enable parallelisation | pacien | 2019-12-27 |
| | |||
* | compiler: switch to cmdargs | pacien | 2019-12-27 |
| | |||
* | compiler: add compiler config keys | pacien | 2019-12-27 |
| | |||
* | compiler: add command line interface | pacien | 2019-12-27 |
| | |||
* | compiler: implement resource processing | pacien | 2019-12-27 |
| | | | | but break directory cleanup | ||
* | compiler: refactor transform stages | pacien | 2019-12-25 |
| | |||
* | compiler: fix item tree tag aggregation and path concat | pacien | 2019-12-23 |
| | |||
* | compiler: add base structures and encoding | pacien | 2019-12-23 |
| | |||
* | compiler: init stack project | pacien | 2019-12-21 |