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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-28
Transition from log4cxx to the new logging framework.
Daniel Burrows
3
-25
/
+34
2010-04-25
Explicitly distribute the build files in SCons*.
Daniel Burrows
1
-0
/
+1
2010-04-25
Start adding support for a 'dist' rule that builds a distributed archive.
Daniel Burrows
1
-0
/
+7
2010-04-25
Add a "programs" dummy target that builds just the programs in src/.
Daniel Burrows
1
-0
/
+2
2010-04-23
Fix the path to refcounted_base that's used to compile the resolver test.
Daniel Burrows
1
-1
/
+1
2010-04-22
Fix the dependencies of the problem resolver tester to include the one file i...
Daniel Burrows
1
-1
/
+3
2010-04-22
Don't try to build headers into the problem resolver test code.
Daniel Burrows
1
-1
/
+3
2010-04-21
Add SConscript files for the rest of the source.
Daniel Burrows
1
-0
/
+27
2010-04-21
Rename the log4cxx namespace to logging.
Daniel Burrows
4
-41
/
+41
2010-04-20
Allow add_child and remove_child to emit value-changed signals even when the ...
Daniel Burrows
1
-22
/
+14
2010-04-19
Uniformly treat NULL pointers to incremental expressions as incremental expre...
Daniel Burrows
2
-11
/
+22
2010-04-19
Fix a line that couldn't possibly have compiled.
Daniel Burrows
1
-2
/
+2
2010-04-19
Hopefully fix a crashing bug in the resolver. (Closes: #578344)
Daniel Burrows
1
-2
/
+10
2010-04-11
Remove all traces of the nonfunctional "stupid elimination" algorithm.
Daniel Burrows
1
-16
/
+1
2010-04-09
Fix a potential performance problem: the cost of solver sets was being undere...
Daniel Burrows
1
-6
/
+26
2010-04-09
Refactor the problem resolver to move all the checks of whether costs make a ...
Daniel Burrows
1
-16
/
+41
2010-04-09
Terminology change: replace "tier operation" with "cost" everywhere.
Daniel Burrows
10
-790
/
+784
2010-04-09
Restructure the source tree to move tier_ related code into files whose name ...
Daniel Burrows
11
-334
/
+273
2010-04-08
Yank out the "tier" type and just use operations instead.
Daniel Burrows
11
-546
/
+77
2010-04-08
Fix the compilation of the dummy resolver test code.
Daniel Burrows
1
-1
/
+5
2010-04-08
Add support for attaching a cost to unresolved recommends.
Daniel Burrows
1
-3
/
+8
2010-03-12
Introduce a new method on the resolver that tests whether a tier should cause...
Daniel Burrows
1
-21
/
+56
2010-03-11
Attempt to optimize the resolver by not creating unnecessary intermediate tie...
Daniel Burrows
4
-50
/
+44
2010-03-08
Add a routine on tier operations that could be used to test whether a tier is...
Daniel Burrows
3
-0
/
+96
2010-03-07
Merge changes on my laptop with changes on my desktop.
Daniel Burrows
9
-783
/
+890
2010-03-05
Overhaul the resolver to distinguish between tiers and changes to tiers; this...
Daniel Burrows
6
-782
/
+779
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
Fix the code to stringify tier operations.
Daniel Burrows
1
-0
/
+1
2010-03-04
Let client code query the components of a tier operation.
Daniel Burrows
2
-0
/
+47
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
2
-0
/
+13
2010-03-03
Print '?' in the rendering of a dependency only if it is NOT a candidate for ...
Daniel Burrows
1
-1
/
+1
2010-02-15
Document why we choose between two different algorithms to look for new promo...
Daniel Burrows
1
-0
/
+14
2010-02-07
Properly handle arithmetic overflow when adding tier lebels together.
Daniel Burrows
1
-1
/
+3
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
Fix the tier operation dump code so it doesn't intersperse "nop"s in the midd...
Daniel Burrows
1
-0
/
+1
2010-02-07
Initial implementation of a tiering system that is both sound and flexible.
Daniel Burrows
5
-321
/
+630
2010-01-31
Implement the usual comparison and hashing functions on tier operations.
Daniel Burrows
2
-41
/
+51
2010-01-31
Normalize tier operations so that equivalent ones always store the same tier ...
Daniel Burrows
2
-0
/
+24
2010-01-31
The greatest lower bound should discard trailing user levels.
Daniel Burrows
2
-8
/
+1
2010-01-31
Implement operator== and operator!= on tier operations.
Daniel Burrows
2
-0
/
+48
2010-01-31
Add a closing paren to the text printed when a tier operation is dumped.
Daniel Burrows
1
-0
/
+2
2010-01-31
Ditch increase-tier operations due to poor interaction with add-to-tier.
Daniel Burrows
2
-52
/
+98
2010-01-30
Write the code to dump a tier operation to an ostream.
Daniel Burrows
2
-0
/
+37
2010-01-30
Make apply and operator+ on tier_operation const.
Daniel Burrows
2
-4
/
+4
2010-01-30
Flesh out the rest of the tier operation object.
Daniel Burrows
4
-13
/
+175
2010-01-30
Add a first draft of a class to represent *operations* on tiers.
Daniel Burrows
3
-2
/
+141
2010-01-29
Allow any level, even one that would be out-of-bounds, to be set via set_user...
Daniel Burrows
1
-2
/
+17
2010-01-28
Add tier.cc to version control.
Daniel Burrows
1
-0
/
+60
2010-01-28
Add a convenience method on tiers to retrieve the number of user levels.
Daniel Burrows
1
-0
/
+3
[next]