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
/
promotion_set.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-28
Transition from log4cxx to the new logging framework.
Daniel Burrows
1
-1
/
+1
2010-04-21
Rename the log4cxx namespace to logging.
Daniel Burrows
1
-21
/
+21
2010-04-19
Hopefully fix a crashing bug in the resolver. (Closes: #578344)
Daniel Burrows
1
-2
/
+10
2010-04-09
Terminology change: replace "tier operation" with "cost" everywhere.
Daniel Burrows
1
-83
/
+83
2010-04-09
Restructure the source tree to move tier_ related code into files whose name ...
Daniel Burrows
1
-3
/
+2
2010-04-08
Yank out the "tier" type and just use operations instead.
Daniel Burrows
1
-61
/
+0
2010-03-11
Attempt to optimize the resolver by not creating unnecessary intermediate tie...
Daniel Burrows
1
-10
/
+10
2010-03-05
Overhaul the resolver to distinguish between tiers and changes to tiers; this...
Daniel Burrows
1
-429
/
+237
2010-01-23
Rewire the rest of the dependency solver to account for the new tier type.
Daniel Burrows
1
-3
/
+2
2009-07-10
Eliminating the use of hash tables to save memory: backed out changeset 7c43f...
Daniel Burrows
1
-9
/
+29
2009-07-05
Reimplement choice_set in terms of boost::unordered_set.
Daniel Burrows
1
-29
/
+9
2009-06-27
Ensure that promotions with exactly one element are flagged properly.
Daniel Burrows
1
-0
/
+60
2009-06-25
Improve logging of find_highest_incipient_promotion*.
Daniel Burrows
1
-2
/
+2
2009-06-25
Fix the incipient promotion stuff in the case of solutions containing broken ...
Daniel Burrows
1
-1
/
+4
2009-06-25
More logging of find_incipient_promotions_containing().
Daniel Burrows
1
-0
/
+3
2009-06-24
Log a more reasonable amount of stuff relating to the promotion set at INFO, ...
Daniel Burrows
1
-2
/
+2
2009-06-15
Instead of always doing a full incremental recomputation of each step's tier ...
Daniel Burrows
1
-15
/
+47
2009-06-15
Use unordered containers to return results from promotion lookups too.
Daniel Burrows
1
-7
/
+7
2009-06-15
Agressively use boost unordered sets/maps for the internal structures of the ...
Daniel Burrows
1
-53
/
+58
2009-06-15
Actually make it feasible to invoke the incipient-promotion-finder on non-boo...
Daniel Burrows
1
-3
/
+4
2009-06-15
Make the incipient-promotion-finding routines generic in the value type of th...
Daniel Burrows
1
-21
/
+23
2009-06-09
Add 3-way comparisons to the resolver layer instead of using operator<.
Daniel Burrows
1
-6
/
+32
2009-06-07
Don't attempt to track tier validity at the solver level; instead, when a pro...
Daniel Burrows
1
-3
/
+18
2009-06-04
"Bless" solutions that the resolver has decided to return, to prevent them fr...
Daniel Burrows
1
-2
/
+15
2009-06-04
Fix operator<< for promotions.
Daniel Burrows
1
-1
/
+3
2009-06-03
Be careful not to reference tiers from the main map after they're deleted.
Daniel Burrows
1
-1
/
+5
2009-06-03
Use choice_indexed_maps instead of choice_sets to represent the output domain...
Daniel Burrows
1
-7
/
+43
2009-06-03
Fix update_incipient_output to not defererence invalid iterators.
Daniel Burrows
1
-1
/
+1
2009-06-03
Make the log message at the top of find_highest_incipient_promotions_containi...
Daniel Burrows
1
-1
/
+1
2009-06-02
Fix one more compile error in the promotion_set.
Daniel Burrows
1
-3
/
+6
2009-06-02
Fix enough compile errors that the problem resolver subdirectory compiles.
Daniel Burrows
1
-46
/
+89
2009-05-29
Various compilation fixes for the problem resolver.
Daniel Burrows
1
-1
/
+1
2009-05-28
Add a sanity-check to be sure that promotions aren't ejected more than once (...
Daniel Burrows
1
-1
/
+13
2009-05-26
Use the new wrapper class to store retraction expressions.
Daniel Burrows
1
-15
/
+6
2009-05-23
Fix compile errors in promotion_set.h.
Daniel Burrows
1
-12
/
+24
2009-05-23
Add support for tracking whether promotions are valid and dropping invalid pr...
Daniel Burrows
1
-8
/
+203
2009-05-17
Commit a non-working, incomplete iteration of the incremental rewrite of the ...
Daniel Burrows
1
-15
/
+266
2009-05-09
Extract some of the search-graph handling stuff into a separate file.
Daniel Burrows
1
-0
/
+13
2009-03-29
Make tiers be tuples of integers (lexicographically ordered) instead of plain...
Daniel Burrows
1
-123
/
+133
2009-03-03
Rename promotion_set to generic_promotion_set for consistency with the rest o...
Daniel Burrows
1
-8
/
+8
2009-03-03
Give promotions a default constructor.
Daniel Burrows
1
-0
/
+5
2009-03-01
Use choice sets, not imm::set<choice>s, to store the choices stored in each p...
Daniel Burrows
1
-8
/
+11
2009-03-01
Add a routine to retrieve the size of a particular tier of the search.
Daniel Burrows
1
-0
/
+9
2009-02-27
Fix remove_below_tier so it compiles.
Daniel Burrows
1
-3
/
+5
2009-02-27
Remove the "iterator" member class of promotion_set; I had a notion it would ...
Daniel Burrows
1
-31
/
+0
2009-02-25
Update the doccomment for install_version_index_entry::from_dep_source_entrie...
Daniel Burrows
1
-0
/
+12
2009-02-25
Fix a bug in the promotion set which prevented incoming sets containing a fro...
Daniel Burrows
1
-4
/
+27
2009-02-23
Trace calls to find_highest_promotion_* and trace parameters.
Daniel Burrows
1
-0
/
+4
2009-02-23
Fix find_highest_promotion_containing.
Daniel Burrows
1
-30
/
+66
2009-02-22
Add a "promotion set" object.
Daniel Burrows
1
-0
/
+1556