Mercurial > hg4j
log src/org/tmatesoft/hg/internal/ArrayHelper.java @ 713:661e77dc88ba tip
age | author | description |
---|---|---|
Mon, 22 Jul 2013 22:47:06 +0200 | Artem Tikhomirov | Compile with Java5, ensure generics are fine for other compilers, too |
Thu, 04 Jul 2013 21:09:33 +0200 | Artem Tikhomirov | javac complained about casts, while eclipse compiler is fine |
Thu, 04 Jul 2013 20:27:45 +0200 | Artem Tikhomirov | ParentChildMap can supply RevisionMap. Refactor ArrayHelper to keep most of sorted/reverse index magic inside |
Mon, 26 Sep 2011 04:06:04 +0200 | Artem Tikhomirov | Tests for array sort and reverse index building helper |
Sat, 24 Sep 2011 13:25:33 +0200 | Artem Tikhomirov | Fix building sort reverse array when element was initially in correct position. |
Sat, 24 Sep 2011 04:06:27 +0200 | Artem Tikhomirov | Collect sort reverse indexes along with array sorting |