summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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