aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/DeltaAlgorithm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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