aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
Commit message (Collapse)AuthorAge
* compiler: set version number for first releasepacien2020-05-01
|
* compiler: update compiler package urlspacien2020-02-24
|
* compiler: rename output binarypacien2020-02-22
|
* compiler: optimise dir diff for output cleanuppacien2020-02-01
| | | | | | n log n by sorting instead of silly n^2 GitHub: closes #70
* compiler: switch to imagemagickpacien2020-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 filespacien2020-01-06
| | | | GitHub: closes #31
* compiler: default item date to filesystem last mod datepacien2020-01-06
| | | | GitHub: closes #14
* compiler: replace file filter with inclusino and exclusion glob listspacien2020-01-05
| | | | GitHub: closes #16
* compiler: turn warnings into errorspacien2020-01-05
|
* compiler: enable language extensions on whole projectpacien2020-01-05
|
* compiler: enable warnings and fix thempacien2020-01-05
| | | | GitHub: fixes #9
* compiler: add option to ignore files matching a regexpacien2019-12-31
| | | | GitHub: closes #10
* compiler: add option to include static web app in the outputpacien2019-12-31
| | | | GitHub: closes #6
* compiler: enable parallelisationpacien2019-12-27
|
* compiler: switch to cmdargspacien2019-12-27
|
* compiler: add compiler config keyspacien2019-12-27
|
* compiler: add command line interfacepacien2019-12-27
|
* compiler: implement resource processingpacien2019-12-27
| | | | but break directory cleanup
* compiler: refactor transform stagespacien2019-12-25
|
* compiler: fix item tree tag aggregation and path concatpacien2019-12-23
|
* compiler: add base structures and encodingpacien2019-12-23
|
* compiler: init stack projectpacien2019-12-21