Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-12-20 | Fix lua file chmods | luaneko | 1 | -0/+0 | |
2022-12-20 | Refactor logger class | luaneko | 1 | -4/+11 | |
2021-12-14 | Ensure cwd is always restored to the original directory on hook failure | phosphene47 | 1 | -0/+2 | |
2021-12-14 | Change directory into the package dir when running hooks | phosphene47 | 1 | -0/+6 | |
This makes running external commands like `make` from hooks easier to do. | |||||
2021-12-12 | Fix sync not completing when some packages are disabled, and make readme pretty | phosphene47 | 1 | -0/+2 | |
2021-11-17 | Fix recursive subtree configuration not being optimized after the first run | phosphene47 | 1 | -34/+45 | |
2021-11-14 | Implement benchmarking of package load time | phosphene47 | 1 | -132/+237 | |
2021-11-14 | Improve performance by caching subtree state and configure a single root for ↵ | phosphene47 | 1 | -65/+113 | |
simplicity | |||||
2021-11-14 | Prevent failed package load being retried multiple times | phosphene47 | 1 | -9/+23 | |
2021-11-14 | Fix many bugs and make things actually work | phosphene47 | 1 | -148/+427 | |