summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* evanix: close-stderr-exec -> close-unused-fdsinanmohd2024-07-121-1/+1
|
* queue: use single path for memory managementsinanmohd2024-07-121-3/+9
|
* jobs: don't force-recursesinanmohd2024-07-121-2/+1
| | | | the eval will take huge amount of resources in large repos like nixpkgs.
* solver_greedy/solver_report: remove redundant datasinanmohd2024-07-111-6/+2
|
* 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-113-14/+22
|
* solver/solver_report: initsinanmohd2024-07-116-24/+36
|
* jobs/job_read_cache: switch to nix-build dry runsinanmohd2024-07-103-33/+88
|
* util/vpopen: support for reading stderrsinanmohd2024-07-095-11/+23
|
* Merge pull request #9 from SomeoneSerge/feat/no-wrapperSinan Mohd2024-07-094-6/+20
|\ | | | | build: record the nix-eval-jobs path in the binary, rm the wrapper
| * build: record the nix-eval-jobs path in the binary, rm the wrapperSomeoneSerge2024-07-074-6/+20
|/
* 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-0312-17/+124
|
* queue/queue_ancestors_rm: initsinanmohd2024-07-024-0/+32
|
* jobs/stale_set: initsinanmohd2024-07-021-0/+12
|
* evanix: add --max-build flagsinanmohd2024-07-024-1/+22
|
* solver_util/jobid: build cost and isdirectsinanmohd2024-06-304-27/+63
|
* solver_util: initsinanmohd2024-06-2912-23/+115
|
* github/workflows/build: drop macossinanmohd2024-06-281-1/+1
|
* Merge pull request #2 from SomeoneSerge/review/round1Sinan Mohd2024-06-284-12/+13
|\ | | | | review: round 1
| * job: "transitive" -> "!scheduled"SomeoneSerge2024-06-283-5/+5
| |
| * comments: evanix.cSomeone Serge2024-06-283-7/+8
|/
* Merge pull request #3 from SomeoneSerge/ghaSinan Mohd2024-06-282-0/+30
|\ | | | | github actions: init
| * github actions: initSomeoneSerge2024-06-272-0/+30
| |
* | build: set out link based on attr namesinanmohd2024-06-283-8/+47
| |
* | evanix: add --system flagsinanmohd2024-06-285-0/+20
| |
* | flake/supportedSystems: lib.platforms.unix -> lib.systems.flakeExposedsinanmohd2024-06-281-1/+1
| |
* | jobs: set --force-recursesinanmohd2024-06-281-1/+2
| |
* | 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
|