summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1 from SomeoneSerge/feat/pythonSinan Mohd2024-06-266-58/+157
|\ | | | | evanix-py: init
| * evanix-py: initSomeone Serge2024-06-256-58/+157
|/
* jobs: check cache status of derivationssinanmohd2024-06-253-2/+42
|
* flake: bump locksinanmohd2024-06-241-3/+3
|
* evanix: init arg parsingsinanmohd2024-06-248-26/+217
|
* htab: clean upsinanmohd2024-06-234-16/+14
|
* htab: initsinanmohd2024-06-237-85/+238
|
* queue: merge matching derivations in queuesinanmohd2024-06-217-12/+163
|
* jobs: improve the DAG implementationsinanmohd2024-06-202-20/+82
| | | | maintain a record of parent nodes for efficient node removal
* jobs: use pointer arrays for outputs and dependenciessinanmohd2024-06-204-28/+84
| | | | | 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
|
* flake/packages: drop revisionsinanmohd2024-06-181-2/+1
|
* c: improve memory managementsinanmohd2024-06-165-19/+34
|
* queue: recover from nix eval errorssinanmohd2024-06-145-32/+53
|
* build: initsinanmohd2024-06-147-6/+171
|
* 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-132-16/+11
|
* 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-126-2/+144
|
* src/jobs/job_read: refactorsinanmohd2024-06-111-82/+128
|
* src/jobs/job_read: read outputssinanmohd2024-06-111-2/+35
|
* src/jobs: clean upsinanmohd2024-06-102-6/+11
|
* src/jobs: initsinanmohd2024-06-097-1/+294
| | | | implement data structures and json unmarshalling
* flake/packages: wrap with nix-eval-jobssinanmohd2024-06-081-0/+7
|
* repo: initsinanmohd2024-06-078-0/+816