Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | compiler/Input: remove duplicate assertion on input file tree | pacien | 2021-06-25 |
| | |||
* | compiler: allow setting thumbnails for all items | pacien | 2020-06-16 |
| | | | | | | Not only for directories. GitHub: closes #224 | ||
* | compiler: reuse derived item properties from last compilation | pacien | 2020-06-16 |
| | | | | | | | | | | | | | | | | A benchmark on an already bulit gallery with ~600 pictures shows a ~90% speedup: Before: Time (mean ± σ): 2.879 s ± 0.125 s [User: 14.686 s, System: 5.511 s] Range (min … max): 2.774 s … 3.203 s 10 runs After: Time (mean ± σ): 289.5 ms ± 15.1 ms [User: 596.1 ms, System: 359.3 ms] Range (min … max): 272.8 ms … 323.0 ms 10 runs GitHub: closes #97 | ||
* | compiler: trivial code simplifications | pacien | 2020-06-13 |
| | | | | Following HLint's advice. | ||
* | compiler: add tag inclusion and exclusion globs | pacien | 2020-02-27 |
| | | | | GitHub: closes #30 | ||
* | compiler: unify directory special files | pacien | 2020-02-17 |
| | |||
* | compiler: metadata sidecar for whole directories | pacien | 2020-02-17 |
| | | | | GitHub: closes #3 | ||
* | compiler: fix file mod time reading from other directory | pacien | 2020-01-06 |
| | |||
* | compiler: rename date field to more explicit datetime | pacien | 2020-01-06 |
| | |||
* | compiler: properly reject invalid dates in sidecar files | pacien | 2020-01-06 |
| | | | | GitHub: closes #31 | ||
* | compiler: exclude dir thumbnails from items | 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: make absent file names more explicit | pacien | 2020-01-05 |
| | |||
* | compiler: refactor resource transformation pipeline | pacien | 2019-12-30 |
| | |||
* | compiler: refactor path handling | pacien | 2019-12-30 |
| | |||
* | compiler: do not require sidecar file | pacien | 2019-12-29 |
| | | | | GitHub: closes #4 | ||
* | compiler: handle empty sidecar files | pacien | 2019-12-29 |
| | | | | GitHub: closes #1 | ||
* | compiler: implement resource processing | pacien | 2019-12-27 |
| | | | | but break directory cleanup | ||
* | compiler: extract config and remove utils | pacien | 2019-12-26 |
| | |||
* | compiler: add gallery config file handling | pacien | 2019-12-25 |
| | |||
* | compiler: refactor transform stages | pacien | 2019-12-25 |