summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* evanix: add --system flagsinanmohd2024-06-282-0/+2
|
* jobs: check cache status of derivationssinanmohd2024-06-251-0/+2
|
* evanix: init arg parsingsinanmohd2024-06-243-1/+19
|
* htab: clean upsinanmohd2024-06-231-1/+1
|
* htab: initsinanmohd2024-06-233-3/+23
|
* queue: merge matching derivations in queuesinanmohd2024-06-212-1/+6
|
* 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-202-15/+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
* c: improve memory managementsinanmohd2024-06-161-0/+14
|
* queue: recover from nix eval errorssinanmohd2024-06-142-2/+9
|
* build: initsinanmohd2024-06-143-0/+31
|
* src/queue: initsinanmohd2024-06-122-1/+23
|
* src/jobs: clean upsinanmohd2024-06-101-1/+1
|
* src/jobs: initsinanmohd2024-06-092-0/+31
| | | | implement data structures and json unmarshalling
* repo: initsinanmohd2024-06-071-0/+0