summaryrefslogtreecommitdiff
path: root/tests/test_resolver_hints.cc
AgeCommit message (Expand)AuthorFilesLines
2010-04-20Allow "conflict" to be specified as a safety level again, with its old behavi...Daniel Burrows1-0/+12
2010-04-09Restructure the source tree to move tier_ related code into files whose name ...Daniel Burrows1-2/+2
2010-03-15Introduce new hint types to tweak cost components.Daniel Burrows1-16/+31
2010-03-05Overhaul the resolver to distinguish between tiers and changes to tiers; this...Daniel Burrows1-14/+11
2010-02-07Initial implementation of a tiering system that is both sound and flexible.Daniel Burrows1-2/+3
2010-01-27Update the unit tests for the new tier object.Daniel Burrows1-4/+14
2009-03-29Write support for resolver hints that adjust version tiers.Daniel Burrows1-1/+13
2009-02-01Push the resolver_hint -> hint rename into the test code too.Daniel Burrows1-2/+2
2009-01-18Use the exact name matcher to fix the "hints match too much" bug.Daniel Burrows1-8/+8
2009-01-17For consistency with the documentation, use "approve" instead of "accept" to ...Daniel Burrows1-5/+5
2009-01-16Also test operator=.Daniel Burrows1-0/+6
2009-01-16Add a sanity-check that the copy constructor does something sensible on hints.Daniel Burrows1-0/+11
2009-01-16Add some basic tests of resolver hints.Daniel Burrows1-0/+211