aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Rename method parameter to fix warning about hidden fieldMatthias Sohn2023-11-291-3/+3
* BitmapIndexImpl: externalize error messageMatthias Sohn2023-11-291-1/+1
* BitmapIndex: Add interface to track bitmaps found (or not)Ivan Frade2023-11-211-1/+15
* ComboBitset: Add JavadocHan-Wen Nienhuys2023-11-071-0/+8
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+2
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* Refactor: Make retriveCompressed an method of the Bitmap classYunjie Li2020-05-121-1/+7
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove deprecated BitmapBuilder#addMatthias Sohn2018-03-101-16/+0
* Fix javadoc in org.eclipse.jgit storage/file packageMatthias Sohn2017-12-191-1/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Replace usage of deprecated EWAHCompressedBitmap.add(long)David Pursehouse2016-12-071-1/+1
* Update JavaEWAH to 1.1.6Dave Borowitz2016-11-171-2/+2
* Organize importsDavid Pursehouse2016-11-141-3/+3
* Add missing javadoc to bitmap index classesMatthias Sohn2015-11-101-0/+6
* Make BitmapIndexImpl.CompressedBitmap publicJonathan Nieder2015-11-091-13/+9
* Make BitmapIndexImpl.CompressedBitmap, CompressedBitmapBuilder staticJonathan Nieder2015-11-091-78/+71
* Make BitmapBuilder.getBitmapIndex publicJonathan Nieder2015-11-051-1/+2
* Deprecate BitmapBuilder.add and introduce simpler addObject methodJonathan Nieder2015-11-051-4/+10
* Add @Override annotations to BitmapIndexImplJonathan Nieder2015-11-051-0/+16
* Include ancestors of reused bitmap commits in reuse bitmap againJonathan Nieder2015-11-031-0/+11
* [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-281-16/+16
* Upgrade javaewah to version 0.7.9Colby Ranger2014-01-131-2/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+484