aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Input.hs
Commit message (Collapse)AuthorAge
* compiler: fix build for ghc 9.2pacien2022-12-01
|
* compiler/Input: remove duplicate assertion on input file treepacien2021-06-25
|
* compiler: allow setting thumbnails for all itemspacien2020-06-16
| | | | | | Not only for directories. GitHub: closes #224
* compiler: reuse derived item properties from last compilationpacien2020-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 simplificationspacien2020-06-13
| | | | Following HLint's advice.
* compiler: add tag inclusion and exclusion globspacien2020-02-27
| | | | GitHub: closes #30
* compiler: unify directory special filespacien2020-02-17
|
* compiler: metadata sidecar for whole directoriespacien2020-02-17
| | | | GitHub: closes #3
* compiler: fix file mod time reading from other directorypacien2020-01-06
|
* compiler: rename date field to more explicit datetimepacien2020-01-06
|
* compiler: properly reject invalid dates in sidecar filespacien2020-01-06
| | | | GitHub: closes #31
* compiler: exclude dir thumbnails from itemspacien2020-01-05
|
* compiler: enable language extensions on whole projectpacien2020-01-05
|
* compiler: enable warnings and fix thempacien2020-01-05
| | | | GitHub: fixes #9
* compiler: make absent file names more explicitpacien2020-01-05
|
* compiler: refactor resource transformation pipelinepacien2019-12-30
|
* compiler: refactor path handlingpacien2019-12-30
|
* compiler: do not require sidecar filepacien2019-12-29
| | | | GitHub: closes #4
* compiler: handle empty sidecar filespacien2019-12-29
| | | | GitHub: closes #1
* compiler: implement resource processingpacien2019-12-27
| | | | but break directory cleanup
* compiler: extract config and remove utilspacien2019-12-26
|
* compiler: add gallery config file handlingpacien2019-12-25
|
* compiler: refactor transform stagespacien2019-12-25