aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/DeltaAlgorithm.cpp
AgeCommit message (Expand)Author
2013-01-14Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov
2013-01-08Split changeset_ty using iterators instead of loops.Lenny Maiorani
2010-06-08DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd...Daniel Dunbar
2009-12-09DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar
2009-12-04Fix typo and add missing include.Daniel Dunbar
2009-12-03Add an implementation of the delta debugging algorithm.Daniel Dunbar