summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-26Sort the list of Boost headers.Daniel Burrows1-1/+1
2009-07-26Add a check to ensure that the list of Boost headers is sorted.Daniel Burrows1-2/+11
2009-07-26Add a missing check for the hashed_factory include.Daniel Burrows1-0/+1
2009-07-26Properly detect Boost includes that have an embedded directory separator.Daniel Burrows1-1/+1
2009-07-26Ensure that all the source and test inputs are really scanned.Daniel Burrows1-1/+1
2009-07-26Use the new string group information for pattern groupers.Daniel Burrows1-6/+4
2009-07-26Add a compile dependency on sqlite3.Daniel Burrows1-2/+4
2009-07-24Add an initial implementation of string match retrieval.Daniel Burrows2-171/+295
2009-07-24Initialize the search cache when setting up a pattern grouping policy.Daniel Burrows1-1/+2
2009-07-21Added tag 0.5.3.1 for changeset 58c0760e9640Daniel Burrows0-0/+0
2009-07-21Update the version number to 0.5.3.1.Daniel Burrows2-2/+2
2009-07-21Add a NEWS entry for 0.5.3.1.Daniel Burrows1-0/+11
2009-07-21Pofile updates from "make dist".Daniel Burrows5-10/+10
2009-07-21Fix the build system for the Spanish manual translation to handle DESTDIR cor...Daniel Burrows1-2/+2
2009-07-21Retroactively add the missing translations section to the entry for 0.5.3.Daniel Burrows1-0/+6
2009-07-21Completed Slovak translation. Closes: #521025Jens Seidel2-480/+384
2009-07-20Added tag 0.5.3 for changeset 563fb3c9d39fDaniel Burrows0-0/+0
2009-07-20Update the pofiles.Daniel Burrows45-19702/+29662
2009-07-20Bump the version number to 0.5.3.Daniel Burrows3-2/+28
2009-07-15Don't waste time building information about a solver set if nothing would be ...Daniel Burrows1-10/+33
2009-07-11Fix compile problems introduced by the backout.Daniel Burrows1-12/+63
2009-07-10Merge with backout.Daniel Burrows10-185/+588
2009-07-10Eliminating the use of hash tables to save memory: backed out changeset 7c43f...Daniel Burrows6-216/+208
2009-07-10Merge backout.Daniel Burrows6-146/+111
2009-07-10Eliminating the use of hash tables to save memory: backed out changeset c8aec...Daniel Burrows6-146/+111
2009-07-10Merge backout.Daniel Burrows2-13/+128
2009-07-10Eliminating the use of hash tables to save memory: backed out changeset 8ff97...Daniel Burrows1-60/+45
2009-07-10Merge the backoutDaniel Burrows0-0/+0
2009-07-10Eliminating the use of hash tables to save memory: backed out changeset 13ac7...Daniel Burrows2-62/+47
2009-07-10Merge the backout.Daniel Burrows1-10/+10
2009-07-10Eliminating the use of hash tables to save memory: backed out changeset 9c841...Daniel Burrows1-10/+10
2009-07-10Eliminating the use of hash tables to save memory: backed out changeset 16f8f...Daniel Burrows5-118/+83
2009-07-09Store boost::flyweight<choice> objects in all choice sets.Daniel Burrows5-83/+118
2009-07-08Switch the find-all-steps-containing-a-promotion code to use unordered sets.Daniel Burrows1-10/+10
2009-07-07Switch the unresolved dep set representation to a boost::unordered_map.Daniel Burrows2-47/+62
2009-07-07When increasing the tier of a solver that's newly deferred, only increase exa...Daniel Burrows1-7/+9
2009-07-07Fix recompute_step_tier() to correctly compute the tier.Daniel Burrows1-4/+73
2009-07-07Add some even more paranoid checks around the deferral stuff.Daniel Burrows1-2/+46
2009-07-07Fix the sanity-check stuff to account for recent changes to the resolver code.Daniel Burrows1-45/+60
2009-07-07Sort hashed sets of choices when displaying them, so log files are more compa...Daniel Burrows6-111/+146
2009-07-07Log the semantic content of deferral/validity expressions rather than object ...Daniel Burrows2-18/+166
2009-07-07Make the constructor of var_e protected so that it can be subclassed.Daniel Burrows1-0/+1
2009-07-07Add an extra sanity-check that all solvers have the right associated dependen...Daniel Burrows1-0/+3
2009-07-06Hopefully fix how the number of deferred steps is counted.Daniel Burrows1-0/+4
2009-07-06Put every step, even deferred ones, into "pending".Daniel Burrows1-2/+1
2009-07-06When recomputing a step tier from scratch, really recompute it from scratch.Daniel Burrows1-1/+7
2009-07-06When modifying a step tier, if it was previously in "pending" and it is a via...Daniel Burrows1-0/+11
2009-07-06Fix the second solution that's expected in the mandate tests.Daniel Burrows1-4/+4
2009-07-06If we're trying to un-defer a solver that's embedded in a step as an action, ...Daniel Burrows1-1/+5
2009-07-06Fix visit_choice_mapping_solvers_of_dep.Daniel Burrows1-3/+9