Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | github actions: init | SomeoneSerge | 2024-06-27 | 2 | -0/+30 | |
| | | ||||||
* | | build: set out link based on attr name | sinanmohd | 2024-06-28 | 3 | -8/+47 | |
| | | ||||||
* | | evanix: add --system flag | sinanmohd | 2024-06-28 | 5 | -0/+20 | |
| | | ||||||
* | | flake/supportedSystems: lib.platforms.unix -> lib.systems.flakeExposed | sinanmohd | 2024-06-28 | 1 | -1/+1 | |
| | | ||||||
* | | jobs: set --force-recurse | sinanmohd | 2024-06-28 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #1 from SomeoneSerge/feat/python | Sinan Mohd | 2024-06-26 | 6 | -58/+157 | |
|\ \ | |/ |/| | evanix-py: init | |||||
| * | evanix-py: init | Someone Serge | 2024-06-25 | 6 | -58/+157 | |
|/ | ||||||
* | jobs: check cache status of derivations | sinanmohd | 2024-06-25 | 3 | -2/+42 | |
| | ||||||
* | flake: bump lock | sinanmohd | 2024-06-24 | 1 | -3/+3 | |
| | ||||||
* | evanix: init arg parsing | sinanmohd | 2024-06-24 | 8 | -26/+217 | |
| | ||||||
* | htab: clean up | sinanmohd | 2024-06-23 | 4 | -16/+14 | |
| | ||||||
* | htab: init | sinanmohd | 2024-06-23 | 7 | -85/+238 | |
| | ||||||
* | queue: merge matching derivations in queue | sinanmohd | 2024-06-21 | 7 | -12/+163 | |
| | ||||||
* | jobs: improve the DAG implementation | sinanmohd | 2024-06-20 | 2 | -20/+82 | |
| | | | | maintain a record of parent nodes for efficient node removal | |||||
* | jobs: use pointer arrays for outputs and dependencies | sinanmohd | 2024-06-20 | 4 | -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 allocation | sinanmohd | 2024-06-19 | 1 | -76/+68 | |
| | ||||||
* | flake/packages: drop revision | sinanmohd | 2024-06-18 | 1 | -2/+1 | |
| | ||||||
* | c: improve memory management | sinanmohd | 2024-06-16 | 5 | -19/+34 | |
| | ||||||
* | queue: recover from nix eval errors | sinanmohd | 2024-06-14 | 5 | -32/+53 | |
| | ||||||
* | build: init | sinanmohd | 2024-06-14 | 7 | -6/+171 | |
| | ||||||
* | util/json_streaming_read: properly handle EOF | sinanmohd | 2024-06-13 | 2 | -4/+5 | |
| | ||||||
* | jobs/job_read_inputdrvs: avoid inserting NULL pointer to dlist | sinanmohd | 2024-06-13 | 1 | -2/+1 | |
| | ||||||
* | jobs/job_read_inputdrvs: make use of the cJSON_ArrayForEach iterator | sinanmohd | 2024-06-13 | 2 | -16/+11 | |
| | ||||||
* | src/jobs/jobs_init: null terminate *argv[] | sinanmohd | 2024-06-13 | 1 | -1/+2 | |
| | ||||||
* | src/jobs/jobs_init: pass name via *argv | sinanmohd | 2024-06-12 | 1 | -0/+1 | |
| | ||||||
* | src/queue: init | sinanmohd | 2024-06-12 | 6 | -2/+144 | |
| | ||||||
* | src/jobs/job_read: refactor | sinanmohd | 2024-06-11 | 1 | -82/+128 | |
| | ||||||
* | src/jobs/job_read: read outputs | sinanmohd | 2024-06-11 | 1 | -2/+35 | |
| | ||||||
* | src/jobs: clean up | sinanmohd | 2024-06-10 | 2 | -6/+11 | |
| | ||||||
* | src/jobs: init | sinanmohd | 2024-06-09 | 7 | -1/+294 | |
| | | | | implement data structures and json unmarshalling | |||||
* | flake/packages: wrap with nix-eval-jobs | sinanmohd | 2024-06-08 | 1 | -0/+7 | |
| | ||||||
* | repo: init | sinanmohd | 2024-06-07 | 8 | -0/+816 | |