index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_choice_set.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-10
Eliminating the use of hash tables to save memory: backed out changeset 7c43f...
Daniel Burrows
1
-23
/
+7
2009-07-05
Reimplement choice_set in terms of boost::unordered_set.
Daniel Burrows
1
-7
/
+23
2009-06-09
Add more sanity checks to the choice set test.
Daniel Burrows
1
-2
/
+39
2009-04-12
Add support for "dependency-scoped" install-version choices, which match the ...
Daniel Burrows
1
-1
/
+1
2009-04-08
Add a test of choice_set::remove_overlaps.
Daniel Burrows
1
-0
/
+44
2009-03-09
Write an operator-> for choice_set::const_iterator.
Daniel Burrows
1
-1
/
+5
2009-03-09
Add a (very inefficient) iterator on choice sets and a test for it.
Daniel Burrows
1
-0
/
+37
2009-03-08
Make install_version() choices carry the dependency that led to the install.
Daniel Burrows
1
-3
/
+3
2009-03-07
Implement a clone() method on choice sets, analogous to the clone() on soluti...
Daniel Burrows
1
-0
/
+14
2009-03-07
Extract the boilerplate that each choice set test sets up into a collection o...
Daniel Burrows
1
-91
/
+45
2009-03-07
Add a routine to look up the version of a package that a choice set installs.
Daniel Burrows
1
-0
/
+45
2009-03-07
Attach arbitrary integer tags to choice objects.
Daniel Burrows
1
-36
/
+54
2009-03-03
Make choice sets take the *narrowest* element added to them, not the widest.
Daniel Burrows
1
-45
/
+53
2009-03-01
Write a class that encapsulates the business of storing a set of choices and ...
Daniel Burrows
1
-0
/
+329