aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sync: add on_complete callback -- taken from trsdln on githubSquibid2023-04-291-3/+7
|
* Update readme and license linksluaneko2022-12-215-8/+9
|
* Ensure cache directory is created before opening log fileluaneko2022-12-211-3/+13
| | | | Merging from #5
* Adopt WindSeed conventions for consistencyluaneko2022-12-213-77/+97
|
* Refactor package store out of main fileluaneko2022-12-201-0/+266
|
* Fix lua file chmodsluaneko2022-12-203-0/+0
|
* Refactor logger classluaneko2022-12-203-56/+98
|
* Shut MacOS upluaneko2022-12-201-0/+1
|
* Update readmeluaneko2022-06-101-7/+7
|
* Merge pull request #2 from phosphene47/hook-chdirphos2021-12-141-0/+8
|\
| * Ensure cwd is always restored to the original directory on hook failurephosphene472021-12-141-0/+2
| |
| * Change directory into the package dir when running hooksphosphene472021-12-141-0/+6
|/ | | | This makes running external commands like `make` from hooks easier to do.
* Print to stderr instead of normal echo if log message is of type errorphosphene472021-12-131-5/+9
|
* Fix broken link to license file in readmephosphene472021-12-121-1/+1
|
* Fix sync not completing when some packages are disabled, and make readme prettyphosphene472021-12-122-0/+9
|
* Add link to my blog post about depphosphene472021-11-271-8/+15
|
* Create readme and add licensephosphene472021-11-172-0/+425
|
* Fix recursive subtree configuration not being optimized after the first runphosphene472021-11-174-34/+45
|
* Implement benchmarking of package load timephosphene472021-11-141-132/+237
|
* Improve performance by caching subtree state and configure a single root for ↵phosphene472021-11-142-66/+114
| | | | simplicity
* Prevent failed package load being retried multiple timesphosphene472021-11-141-9/+23
|
* Fix many bugs and make things actually workphosphene472021-11-143-206/+495
|
* Initial commitphosphene472021-11-144-0/+541