aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/DeltaAlgorithm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov2013-01-141-8/+6
* Split changeset_ty using iterators instead of loops.Lenny Maiorani2013-01-081-6/+8
* DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd...Daniel Dunbar2010-06-081-2/+2
* DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar2009-12-091-0/+3
* Fix typo and add missing include.Daniel Dunbar2009-12-041-1/+2
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-031-0/+110