summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* solver_highs: turn off highs output when --solver-report is not passedsinanmohd2024-07-251-1/+6
|
* solver_highs: destroy highs instance after usesinanmohd2024-07-251-0/+1
|
* jobid: update size after reallocsinanmohd2024-07-251-0/+1
|
* jobs: job_cost -> job_cost_recursivesinanmohd2024-07-243-8/+8
|
* jobid: don't realloc when jobid->filled < jobid->sizesinanmohd2024-07-241-4/+3
|
* solver_highs: increment the correct iteratorsinanmohd2024-07-242-10/+16
|
* evanix: disable pipeline with --solver=highssinanmohd2024-07-241-4/+8
|
* solver_highs: initsinanmohd2024-07-246-20/+274
|
* solver_util -> jobidsinanmohd2024-07-235-32/+5
|
* evanix: don't use fcfs solver with --max_buildsinanmohd2024-07-214-22/+9
|
* evanix: add --solver flagsinanmohd2024-07-217-17/+51
|
* evanix: pass optstringsinanmohd2024-07-211-12/+12
|
* evanix: --cache-status -> --check-cache-statussinanmohd2024-07-203-15/+15
|
* evanix: add --cache-status flagsinanmohd2024-07-193-5/+29
|
* solver_util/jobid_init: make sure ret is initializedsinanmohd2024-07-181-1/+1
|
* queue/queue_htab_job_merge: clean upsinanmohd2024-07-181-7/+7
|
* queue: switch to uthashsinanmohd2024-07-1810-203/+26
|
* flake/devShell: add flamegraphsinanmohd2024-07-171-0/+2
|
* evanix: set thread namesinanmohd2024-07-171-8/+30
|
* 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
| |