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
/
src
/
generic
/
problemresolver
/
tier_operation.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-08
Yank out the "tier" type and just use operations instead.
Daniel Burrows
1
-17
/
+0
2010-03-08
Add a routine on tier operations that could be used to test whether a tier is...
Daniel Burrows
1
-0
/
+19
2010-03-07
Merge changes on my laptop with changes on my desktop.
Daniel Burrows
1
-0
/
+76
2010-03-04
Correctly throw an out_of_range exception when the user tries to set a
Daniel Burrows
1
-0
/
+4
2010-03-04
Let client code query the components of a tier operation.
Daniel Burrows
1
-0
/
+34
2010-03-04
Expose the structural tier operation comparison more directly.
Daniel Burrows
1
-0
/
+35
2010-03-04
Implement a structural comparison operation on tier operations.
Daniel Burrows
1
-0
/
+4
2010-02-07
Throw an exception if the user tries to construct a tier operation that modif...
Daniel Burrows
1
-0
/
+4
2010-02-07
Initial implementation of a tiering system that is both sound and flexible.
Daniel Burrows
1
-105
/
+212
2010-01-31
Implement the usual comparison and hashing functions on tier operations.
Daniel Burrows
1
-2
/
+34
2010-01-31
Normalize tier operations so that equivalent ones always store the same tier ...
Daniel Burrows
1
-0
/
+8
2010-01-31
The greatest lower bound should discard trailing user levels.
Daniel Burrows
1
-1
/
+1
2010-01-31
Implement operator== and operator!= on tier operations.
Daniel Burrows
1
-0
/
+9
2010-01-31
Ditch increase-tier operations due to poor interaction with add-to-tier.
Daniel Burrows
1
-35
/
+46
2010-01-30
Write the code to dump a tier operation to an ostream.
Daniel Burrows
1
-0
/
+8
2010-01-30
Make apply and operator+ on tier_operation const.
Daniel Burrows
1
-2
/
+2
2010-01-30
Flesh out the rest of the tier operation object.
Daniel Burrows
1
-12
/
+38
2010-01-30
Add a first draft of a class to represent *operations* on tiers.
Daniel Burrows
1
-0
/
+128