aboutsummaryrefslogtreecommitdiff
path: root/include/jobs.h
Commit message (Collapse)AuthorAgeFilesLines
* evanix: add --system flagsinanmohd2024-06-281-0/+1
|
* jobs: check cache status of derivationssinanmohd2024-06-251-0/+2
|
* evanix: init arg parsingsinanmohd2024-06-241-1/+1
|
* htab: initsinanmohd2024-06-231-1/+2
|
* queue: merge matching derivations in queuesinanmohd2024-06-211-0/+3
|
* jobs: improve the DAG implementationsinanmohd2024-06-201-1/+3
| | | | maintain a record of parent nodes for efficient node removal
* jobs: use pointer arrays for outputs and dependenciessinanmohd2024-06-201-8/+7
| | | | | we still get simpler deletions because the order of the array is not important so we can pop the last item and insert it in place of the deleted one
* queue: recover from nix eval errorssinanmohd2024-06-141-1/+8
|
* build: initsinanmohd2024-06-141-0/+5
|
* src/queue: initsinanmohd2024-06-121-1/+4
|
* src/jobs: clean upsinanmohd2024-06-101-1/+1
|
* src/jobs: initsinanmohd2024-06-091-0/+22
implement data structures and json unmarshalling