summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* util/trim: clean upsinanmohd2024-07-111-2/+2
|
* jobs: fix cache locality checksinanmohd2024-07-112-7/+15
|
* jobs/job_cost: count the job itselfsinanmohd2024-07-111-1/+1
|
* build: align dry-run with solver-reportsinanmohd2024-07-111-0/+2
|
* job/job_cost: initsinanmohd2024-07-112-14/+21
|
* solver/solver_report: initsinanmohd2024-07-114-24/+34
|
* jobs/job_read_cache: switch to nix-build dry runsinanmohd2024-07-102-29/+86
|
* util/vpopen: support for reading stderrsinanmohd2024-07-093-9/+15
|
* build: record the nix-eval-jobs path in the binary, rm the wrapperSomeoneSerge2024-07-072-2/+16
|
* solver_greedy: clean upsinanmohd2024-07-041-3/+2
|
* queue/queue_pop: deadlock, unlock mutex on failuresinanmohd2024-07-041-4/+7
|
* solver_greedy: select derivation with the least cost if conformity is samesinanmohd2024-07-031-0/+4
|
* solver_greedy: initsinanmohd2024-07-037-11/+111
|
* queue/queue_ancestors_rm: initsinanmohd2024-07-022-0/+26
|
* jobs/stale_set: initsinanmohd2024-07-021-0/+12
|
* evanix: add --max-build flagsinanmohd2024-07-022-0/+20
|
* solver_util/jobid: build cost and isdirectsinanmohd2024-06-302-24/+51
|
* solver_util: initsinanmohd2024-06-296-17/+90
|
* job: "transitive" -> "!scheduled"SomeoneSerge2024-06-282-4/+4
|
* comments: evanix.cSomeone Serge2024-06-282-6/+6
|
* build: set out link based on attr namesinanmohd2024-06-282-7/+46
|
* evanix: add --system flagsinanmohd2024-06-283-0/+18
|
* jobs: set --force-recursesinanmohd2024-06-281-1/+2
|
* evanix-py: initSomeone Serge2024-06-251-0/+14
|
* jobs: check cache status of derivationssinanmohd2024-06-252-2/+40
|
* evanix: init arg parsingsinanmohd2024-06-245-25/+198
|
* htab: clean upsinanmohd2024-06-233-15/+13
|
* htab: initsinanmohd2024-06-234-82/+215
|
* queue: merge matching derivations in queuesinanmohd2024-06-214-11/+156
|
* jobs: improve the DAG implementationsinanmohd2024-06-201-19/+79
| | | | maintain a record of parent nodes for efficient node removal
* jobs: use pointer arrays for outputs and dependenciessinanmohd2024-06-201-13/+76
| | | | | 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
* jobs: more lazy memory allocationsinanmohd2024-06-191-76/+68
|
* c: improve memory managementsinanmohd2024-06-163-19/+19
|
* queue: recover from nix eval errorssinanmohd2024-06-143-30/+44
|
* build: initsinanmohd2024-06-144-6/+140
|
* util/json_streaming_read: properly handle EOFsinanmohd2024-06-132-4/+5
|
* jobs/job_read_inputdrvs: avoid inserting NULL pointer to dlistsinanmohd2024-06-131-2/+1
|
* jobs/job_read_inputdrvs: make use of the cJSON_ArrayForEach iteratorsinanmohd2024-06-131-16/+10
|
* src/jobs/jobs_init: null terminate *argv[]sinanmohd2024-06-131-1/+2
|
* src/jobs/jobs_init: pass name via *argvsinanmohd2024-06-121-0/+1
|
* src/queue: initsinanmohd2024-06-123-1/+120
|
* src/jobs/job_read: refactorsinanmohd2024-06-111-82/+128
|
* src/jobs/job_read: read outputssinanmohd2024-06-111-2/+35
|
* src/jobs: clean upsinanmohd2024-06-101-5/+10
|
* src/jobs: initsinanmohd2024-06-093-1/+260
| | | | implement data structures and json unmarshalling
* repo: initsinanmohd2024-06-072-0/+11