index
:
evanix
master
A Nix build Scheduler
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
jobs: scheduled -> requested
sinanmohd
2024-07-28
3
-5
/
+5
|
*
solver_highs: return job cost on success
sinanmohd
2024-07-25
1
-1
/
+1
|
*
solver_sjf: init
sinanmohd
2024-07-25
3
-1
/
+42
|
*
solver_greedy -> solver_conformity
sinanmohd
2024-07-25
4
-20
/
+20
|
*
evanix: mark --solver=highs as stable
sinanmohd
2024-07-25
1
-8
/
+1
|
*
solver_greedy/solver_report: remove redundant data
sinanmohd
2024-07-25
2
-23
/
+4
|
*
solver_highs: implement --solver-report
sinanmohd
2024-07-25
1
-0
/
+10
|
*
solver_highs: turn off highs output when --solver-report is not passed
sinanmohd
2024-07-25
1
-1
/
+6
|
*
solver_highs: destroy highs instance after use
sinanmohd
2024-07-25
1
-0
/
+1
|
*
jobid: update size after realloc
sinanmohd
2024-07-25
1
-0
/
+1
|
*
jobs: job_cost -> job_cost_recursive
sinanmohd
2024-07-24
2
-7
/
+7
|
*
jobid: don't realloc when jobid->filled < jobid->size
sinanmohd
2024-07-24
1
-4
/
+3
|
*
solver_highs: increment the correct iterator
sinanmohd
2024-07-24
2
-10
/
+16
|
*
evanix: disable pipeline with --solver=highs
sinanmohd
2024-07-24
1
-4
/
+8
|
*
solver_highs: init
sinanmohd
2024-07-24
4
-20
/
+269
|
*
solver_util -> jobid
sinanmohd
2024-07-23
3
-26
/
+4
|
*
evanix: don't use fcfs solver with --max_build
sinanmohd
2024-07-21
3
-20
/
+9
|
*
evanix: add --solver flag
sinanmohd
2024-07-21
4
-16
/
+45
|
*
evanix: pass optstring
sinanmohd
2024-07-21
1
-12
/
+12
|
*
evanix: --cache-status -> --check-cache-status
sinanmohd
2024-07-20
2
-14
/
+14
|
*
evanix: add --cache-status flag
sinanmohd
2024-07-19
2
-5
/
+28
|
*
solver_util/jobid_init: make sure ret is initialized
sinanmohd
2024-07-18
1
-1
/
+1
|
*
queue/queue_htab_job_merge: clean up
sinanmohd
2024-07-18
1
-7
/
+7
|
*
queue: switch to uthash
sinanmohd
2024-07-18
5
-182
/
+18
|
*
evanix: set thread name
sinanmohd
2024-07-17
1
-8
/
+30
|
*
evanix: close-stderr-exec -> close-unused-fd
sinanmohd
2024-07-12
1
-1
/
+1
|
*
queue: use single path for memory management
sinanmohd
2024-07-12
1
-3
/
+9
|
*
jobs: don't force-recurse
sinanmohd
2024-07-12
1
-2
/
+1
|
|
|
|
the eval will take huge amount of resources in large repos like nixpkgs.
*
solver_greedy/solver_report: remove redundant data
sinanmohd
2024-07-11
1
-6
/
+2
|
*
util/trim: clean up
sinanmohd
2024-07-11
1
-2
/
+2
|
*
jobs: fix cache locality check
sinanmohd
2024-07-11
2
-7
/
+15
|
*
jobs/job_cost: count the job itself
sinanmohd
2024-07-11
1
-1
/
+1
|
*
build: align dry-run with solver-report
sinanmohd
2024-07-11
1
-0
/
+2
|
*
job/job_cost: init
sinanmohd
2024-07-11
2
-14
/
+21
|
*
solver/solver_report: init
sinanmohd
2024-07-11
4
-24
/
+34
|
*
jobs/job_read_cache: switch to nix-build dry run
sinanmohd
2024-07-10
2
-29
/
+86
|
*
util/vpopen: support for reading stderr
sinanmohd
2024-07-09
3
-9
/
+15
|
*
build: record the nix-eval-jobs path in the binary, rm the wrapper
SomeoneSerge
2024-07-07
2
-2
/
+16
|
*
solver_greedy: clean up
sinanmohd
2024-07-04
1
-3
/
+2
|
*
queue/queue_pop: deadlock, unlock mutex on failure
sinanmohd
2024-07-04
1
-4
/
+7
|
*
solver_greedy: select derivation with the least cost if conformity is same
sinanmohd
2024-07-03
1
-0
/
+4
|
*
solver_greedy: init
sinanmohd
2024-07-03
7
-11
/
+111
|
*
queue/queue_ancestors_rm: init
sinanmohd
2024-07-02
2
-0
/
+26
|
*
jobs/stale_set: init
sinanmohd
2024-07-02
1
-0
/
+12
|
*
evanix: add --max-build flag
sinanmohd
2024-07-02
2
-0
/
+20
|
*
solver_util/jobid: build cost and isdirect
sinanmohd
2024-06-30
2
-24
/
+51
|
*
solver_util: init
sinanmohd
2024-06-29
6
-17
/
+90
|
*
job: "transitive" -> "!scheduled"
SomeoneSerge
2024-06-28
2
-4
/
+4
|
*
comments: evanix.c
Someone Serge
2024-06-28
2
-6
/
+6
|
*
build: set out link based on attr name
sinanmohd
2024-06-28
2
-7
/
+46
|
[next]