- 13 Jun, 2013 3 commits
-
-
Timo Teräs authored
Fix also pinning test cases to be more sane.
-
Timo Teräs authored
Handle properly per-name preference flags, and add test cases for testing those via fix applet.
-
Timo Teräs authored
Implementing basic dependency handling, install_if and awareness of pinning.
-
- 12 Jun, 2013 1 commit
-
-
Ariadne Conill authored
This reverts commit a2d873a7.
-
- 11 Jun, 2013 1 commit
-
- 29 Apr, 2013 1 commit
-
-
Timo Teräs authored
We are having so many packages that they might overflow otherwise. "ERROR: Preference overflow" was already reported.
-
- 28 Jan, 2013 2 commits
-
-
Timo Teräs authored
It is incorrect optimization causing valid solutions to be skipped. Any performance it might've gained, should be fixed by reintroduction of the minimum penalty logic added in previous commit.
-
Timo Teräs authored
Basic per-name per-package specific scoring added.
-
- 08 Oct, 2012 1 commit
-
-
Timo Teräs authored
Enabled when all attempts to satisfy a name failed, we know that we can ignore all decisions until we find a decision affecting the name we wanted to satisfy.
-
- 29 Feb, 2012 1 commit
-
-
Timo Teräs authored
apk_name_state is now quite small; and we avoid overhead of two pointers (+ malloc overhead) when we just make it part of apk_name. It also fixes some problems (that got introduced) where apk_name_state was not allocated.
-