summaryrefslogtreecommitdiff
path: root/lib/Support/DeltaAlgorithm.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-14Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov1-8/+6
2013-01-08Split changeset_ty using iterators instead of loops.Lenny Maiorani1-6/+8
2010-06-08DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd...Daniel Dunbar1-2/+2
2009-12-09DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar1-0/+3
2009-12-04Fix typo and add missing include.Daniel Dunbar1-1/+2
2009-12-03Add an implementation of the delta debugging algorithm.Daniel Dunbar1-0/+110