summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* jobs/job_read_cache: switch to nix-build dry runsinanmohd2024-07-101-4/+2
|
* util/vpopen: support for reading stderrsinanmohd2024-07-092-2/+8
|
* solver_greedy: initsinanmohd2024-07-034-6/+12
|
* queue/queue_ancestors_rm: initsinanmohd2024-07-022-0/+6
|
* evanix: add --max-build flagsinanmohd2024-07-022-1/+2
|
* solver_util/jobid: build cost and isdirectsinanmohd2024-06-302-3/+12
|
* solver_util: initsinanmohd2024-06-293-4/+20
|
* job: "transitive" -> "!scheduled"SomeoneSerge2024-06-281-1/+1
|
* comments: evanix.cSomeone Serge2024-06-281-1/+2
|
* build: set out link based on attr namesinanmohd2024-06-281-1/+1
|
* 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