-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync fork #3
base: bitlap
Are you sure you want to change the base?
Sync fork #3
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3aa3212 - Browse repository at this point
Copy the full SHA 3aa3212View commit details
Commits on Nov 2, 2023
-
Counting new capacity of RunContainer unified (#674)
* common routine for counting new capacity in RunContainer * common routine for counting new capacity in MappeableArrayContainer * common routine for counting new capacity in MappeableRunContainer * common routine for counting new capacity in ArrayContainer * checkstyle
Configuration menu - View commit details
-
Copy full SHA for e1253a4 - Browse repository at this point
Copy the full SHA e1253a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f6070 - Browse repository at this point
Copy the full SHA 16f6070View commit details -
Already invalid comments (#676)
* already optimal mappable array constructors * container materialising already done
Configuration menu - View commit details
-
Copy full SHA for 5883b22 - Browse repository at this point
Copy the full SHA 5883b22View commit details -
Binary search on part of array only (#670)
* binary search from start index * incorrect start index * binary search from start index also in MappeableRunContainer
Configuration menu - View commit details
-
Copy full SHA for ae1ff83 - Browse repository at this point
Copy the full SHA ae1ff83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be3468 - Browse repository at this point
Copy the full SHA 0be3468View commit details -
More performant LongUtils.compareHigh() (#639)
* convert byte to int in a loop once only * simplified comparison of byte arrays * enrolled version should be the fastest * some compareTo methods can be replaced by more simple and performant appropriate equals() method * avoid duplicate method call * closely related unnecessary local variable * checkstyle * comparison of reference is unnecessary * unnecessary local variable * condition covered by subsequent conditions * mismatch simplification * use long instead of byte[6] * avoid backward value conversion, when original is available * mismatch() has to return length of shorter array, when all elements are equal * bugfix: bytes are reordered * bugfix: low 6 bytes, not high ones * bugfix: two different conditions cannot be merged into one
Configuration menu - View commit details
-
Copy full SHA for 23a855b - Browse repository at this point
Copy the full SHA 23a855bView commit details -
* Skip unnecessary offset computations * Skip unnecessary offset computations for mappable bitmap
Configuration menu - View commit details
-
Copy full SHA for 5a4d2e6 - Browse repository at this point
Copy the full SHA 5a4d2e6View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9397d3a - Browse repository at this point
Copy the full SHA 9397d3aView commit details -
AdvanceIfNeeded on bitmap container optimized (#665)
* advanceIfNeeded optimization * expected and actual value swap * cleanup mesh & warnings * temporary performance comparison removed * Update jmh/src/jmh/java/org/roaringbitmap/AdvanceIfNeededBenchmark.java Co-authored-by: Daniel Lemire <[email protected]> --------- Co-authored-by: Daniel Lemire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 443fd30 - Browse repository at this point
Copy the full SHA 443fd30View commit details -
real iand between run and array container (#668)
* real iand between run and array container * faster run container iteration * real iandnot between array and run container * real iandnot between array and run mappable container
Configuration menu - View commit details
-
Copy full SHA for 2848234 - Browse repository at this point
Copy the full SHA 2848234View commit details
Commits on Nov 17, 2023
-
Avoid computing cardinality for run container (#685)
* avoid compute cardinality for run container using contains() instead * benchmark for optimized checkedAdd() * benchmark uses enums for testing scenarios
Configuration menu - View commit details
-
Copy full SHA for 53ba593 - Browse repository at this point
Copy the full SHA 53ba593View commit details -
Use isEmpty() on bitmap instead of getCardinality() > 0 (#684)
* use isEmpty() on bitmap instead of getCardinality() * not empty is correct
Configuration menu - View commit details
-
Copy full SHA for 9fde8c5 - Browse repository at this point
Copy the full SHA 9fde8c5View commit details -
Methods for replacing children for Node various type optimized (#675)
* skip use numberOfTrailingZeros() if value is equal to zero * replaceChildren() optimization for Node256 * use of toUnsignedInt() when values are not empty * replaceChildren() simplification for Node4 and Node16 * replaceChildren() optimization for Node48 * unintended import change * temporary benchmark removed
Configuration menu - View commit details
-
Copy full SHA for c79d0d6 - Browse repository at this point
Copy the full SHA c79d0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af100d - Browse repository at this point
Copy the full SHA 9af100dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16fee43 - Browse repository at this point
Copy the full SHA 16fee43View commit details -
Make faster removal of top values (#680)
* benchmark for removal top values from bitmap * remove current value when iterating on bitmap works properly * use remove() to delete first K values
Configuration menu - View commit details
-
Copy full SHA for abdd6ff - Browse repository at this point
Copy the full SHA abdd6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd4a5e - Browse repository at this point
Copy the full SHA 8dd4a5eView commit details
Commits on Dec 13, 2023
-
unit test to expose batchiterator.advanceIfNeeded bug and fix (#689)
* Added unit test for expose batchiterator.advanceIfNext bug * Fix batchiterator's advanceIfNeeded to logic to handle run lengths of zero * Addressed comments
Configuration menu - View commit details
-
Copy full SHA for ed2c88f - Browse repository at this point
Copy the full SHA ed2c88fView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 975ee28 - Browse repository at this point
Copy the full SHA 975ee28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e3c71 - Browse repository at this point
Copy the full SHA 88e3c71View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ed0242 - Browse repository at this point
Copy the full SHA 1ed0242View commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16bb831 - Browse repository at this point
Copy the full SHA 16bb831View commit details -
Code deduplication in operations over array containers when conversio…
…n from array containers to bitmap (#683) * code deduplication in ior() for array containers * code deduplication when converting to bitmap from array containers * use ixor() instead of xor() to avoid cloning
Configuration menu - View commit details
-
Copy full SHA for a8c6c4a - Browse repository at this point
Copy the full SHA a8c6c4aView commit details -
Avoid repeated counting cardinality within call to addDigit() on bitm…
…ap slice index (#693) * use isEmpty() on bitmap instead of getCardinality() * not empty is correct
Configuration menu - View commit details
-
Copy full SHA for fc882a8 - Browse repository at this point
Copy the full SHA fc882a8View commit details -
Addition status check using contains (#694)
* avoid compute cardinality for run container using contains() instead * benchmark for optimized checkedAdd() * benchmark uses enums for testing scenarios
Configuration menu - View commit details
-
Copy full SHA for 9d7d35e - Browse repository at this point
Copy the full SHA 9d7d35eView commit details -
Selection of top largest values in BSI optimized (#695)
* benchmark for removal top values from bitmap * remove current value when iterating on bitmap works properly * use remove() to delete first K values
Configuration menu - View commit details
-
Copy full SHA for 492061d - Browse repository at this point
Copy the full SHA 492061dView commit details -
AddOffset() optimization for array containers (#696)
* addOffset() optimized for array containers * avoid use of local variable for optimized version * use of local variable variant is the most performant * renamed methods due to their confusing overloading
Configuration menu - View commit details
-
Copy full SHA for ac6a98d - Browse repository at this point
Copy the full SHA ac6a98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5dcff - Browse repository at this point
Copy the full SHA 6d5dcffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c509d69 - Browse repository at this point
Copy the full SHA c509d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7bfb1b - Browse repository at this point
Copy the full SHA e7bfb1bView commit details -
Creation of range mask simplified (#700)
* rangeMask simplification * rangeMask from number of slices simplification
Configuration menu - View commit details
-
Copy full SHA for 769241f - Browse repository at this point
Copy the full SHA 769241fView commit details -
Avoid array reallocation (#701)
* benchmark for deserialization mutable bitmaps * avoid long buffer duplication * avoid copy whole long array * avoid long buffer duplication
Configuration menu - View commit details
-
Copy full SHA for 87a0309 - Browse repository at this point
Copy the full SHA 87a0309View commit details -
* select from right if index is in upper half of cardinality * skip zeroes * benchmark for select from both sides * bugfix * variable name correction
Configuration menu - View commit details
-
Copy full SHA for 7270c92 - Browse repository at this point
Copy the full SHA 7270c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b386e9 - Browse repository at this point
Copy the full SHA 8b386e9View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 116cc65 - Browse repository at this point
Copy the full SHA 116cc65View commit details -
Avoid useless computation in oNeilCompare() (#702)
* avoid useless operations in oNeilCompare() * avoid instantiation unused empty bitmaps
Configuration menu - View commit details
-
Copy full SHA for a81f12c - Browse repository at this point
Copy the full SHA a81f12cView commit details -
Optimized check for value presence in run container (#705)
* optimized run container's contains() with bitmap * optimized mappable run container's contains() with bitmap * test + benchmark for contains() * benchmark correction * benchmark correction * checkstyle * removed comparison for optimized contains() of (Mappeable)RunContainer
Configuration menu - View commit details
-
Copy full SHA for 2786fbb - Browse repository at this point
Copy the full SHA 2786fbbView commit details -
Optimized creation of bitmap by range (#686)
* more effective bitmapOf * unify coding way * more effective bitmapOf for buffered bitmap
Configuration menu - View commit details
-
Copy full SHA for 028f3a5 - Browse repository at this point
Copy the full SHA 028f3a5View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13d6566 - Browse repository at this point
Copy the full SHA 13d6566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ecd5a5 - Browse repository at this point
Copy the full SHA 4ecd5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1489cce - Browse repository at this point
Copy the full SHA 1489cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49322dc - Browse repository at this point
Copy the full SHA 49322dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22496b5 - Browse repository at this point
Copy the full SHA 22496b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ac887 - Browse repository at this point
Copy the full SHA c4ac887View commit details -
Configuration menu - View commit details
-
Copy full SHA for a738df1 - Browse repository at this point
Copy the full SHA a738df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f79b6 - Browse repository at this point
Copy the full SHA 92f79b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78da63a - Browse repository at this point
Copy the full SHA 78da63aView commit details
Commits on Mar 19, 2024
-
Implement BatchIterator's promise to fill the input buffer, when poss…
…ible (#712) * org.roaringbitmap.BatchIterator.nextBatch promises, in a comment, that its implementations "Aims to fill the buffer", but the two implementations of this will stop at the first consumption, even if there are many more ordinals to consume in later containers. This is muddying the idea of a container (which is essentially a roaring bitmap batch) and the user's batch (which may be smaller or larger than the roaring bitmap container cardinality). This commit attempts to make the implementation match the promise. Considering how long this implementation has been out of step with the comment, this may not be the best solution to merge upstream, but it's the solution my team would prefer. Implementation only, tests to follow. * fixup compilation, existing tests, and checkstyle. Still WIP, as we're missing tests for our specific functionality. * add test for batches that are across multiple containers will fill the buffer * now that we have our own tests for filling the buffer, leave the original testIndependenceOfClones2 tests closer to their original implementation
Configuration menu - View commit details
-
Copy full SHA for dda04be - Browse repository at this point
Copy the full SHA dda04beView commit details
Commits on Mar 29, 2024
-
RoaringBitmap to BitSet/long[]/byte[] (#713)
* RoaringBitmap to BitSet/long[]/byte[]. Fixes #556 * Prevent bitmaps with negative bits from being converted. Add variant that avoids an intermediate array * Fix javadoc typos
Configuration menu - View commit details
-
Copy full SHA for 01fad43 - Browse repository at this point
Copy the full SHA 01fad43View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9079e41 - Browse repository at this point
Copy the full SHA 9079e41View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91ff377 - Browse repository at this point
Copy the full SHA 91ff377View commit details
Commits on Apr 19, 2024
-
add Java 21 to CI, as one of four LTS versions still being supported …
…by Eclipse Temurin (see https://adoptium.net/support/) (#719)
Configuration menu - View commit details
-
Copy full SHA for 0905e73 - Browse repository at this point
Copy the full SHA 0905e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for bea55d4 - Browse repository at this point
Copy the full SHA bea55d4View commit details -
Fix for or:ing two RunContainers that produce an undersized BitmapCon…
…tainer (#718) * Add test and fix for or:ing two RunContainers that produce an undersized BitmapContainer combined * Also fix MappeableRunContainer and remove unused methods
Configuration menu - View commit details
-
Copy full SHA for 0735196 - Browse repository at this point
Copy the full SHA 0735196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5235aa6 - Browse repository at this point
Copy the full SHA 5235aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939748f - Browse repository at this point
Copy the full SHA 939748fView commit details
Commits on Jun 7, 2024
-
fix: formalize edge behaviour for nextAbsentValue and previousAbsentV…
…alue (#720) * fix: formalize edge behaviour for nextAbsentValue and previousAbsentValue * simplifying
Configuration menu - View commit details
-
Copy full SHA for c112860 - Browse repository at this point
Copy the full SHA c112860View commit details
Commits on Jun 17, 2024
-
Fix RunContainer#contains(BitmapContainer) (#721) (#722)
should not advance to the next bit when advancing to the next run
Configuration menu - View commit details
-
Copy full SHA for 1176953 - Browse repository at this point
Copy the full SHA 1176953View commit details -
Fix ArrayContainer#contains(RunContainer) (#723) (#724)
off-by-one error
Configuration menu - View commit details
-
Copy full SHA for 70866e2 - Browse repository at this point
Copy the full SHA 70866e2View commit details
Commits on Jun 18, 2024
-
[feature] Add a BitSet implementation based on RoaringBitmap (#725)
* Add RoaringBitSet * Add RoaringBitSet * Address review comments * Address review comments
Configuration menu - View commit details
-
Copy full SHA for e1f128f - Browse repository at this point
Copy the full SHA e1f128fView commit details -
Move instance field to static, everywhere (#726)
* Move to static for BitmapContainer.MAXRUNS * ported static correction to mappeable container --------- Co-authored-by: Danny Thomas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45d9c57 - Browse repository at this point
Copy the full SHA 45d9c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e59f08 - Browse repository at this point
Copy the full SHA 4e59f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2622d23 - Browse repository at this point
Copy the full SHA 2622d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bb106 - Browse repository at this point
Copy the full SHA 35bb106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f5fa9 - Browse repository at this point
Copy the full SHA 48f5fa9View commit details
Commits on Jun 20, 2024
-
improve: Optimize RoaringBitSet.get(int fromIndex, int toIndex) (#727)
* improve: Optimize RoaringBitSet.get(int fromIndex, int toIndex) * Add range check * Simplify implementation based on review feedback
Configuration menu - View commit details
-
Copy full SHA for 75a97ad - Browse repository at this point
Copy the full SHA 75a97adView commit details -
fix: add bitmapOfRange (non-static) (#728)
* fix: add bitmapOfRange (non-static) * lint
Configuration menu - View commit details
-
Copy full SHA for 3a84161 - Browse repository at this point
Copy the full SHA 3a84161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4155d - Browse repository at this point
Copy the full SHA 8d4155dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b1ded - Browse repository at this point
Copy the full SHA b7b1dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 799365f - Browse repository at this point
Copy the full SHA 799365fView commit details
Commits on Jun 24, 2024
-
add getSignedIntIterator to roaring bitmaps (#729)
* add getSignedIntIterator to roaring bitmaps and use integers above 2^31 in the test iterators. We sometimes use roaring bitmaps for iterative filtering where the opposite side of the join is sorted using signed comparison. Create a function to peekable int iterator to more easily allow that. * comment cleanup * comment cleanup * @zoltanmeze caught that I meant we skip to the negative numbers when doing a signed int sort, not positive numbers. fixup comment.
Configuration menu - View commit details
-
Copy full SHA for 24790bc - Browse repository at this point
Copy the full SHA 24790bcView commit details
Commits on Jul 1, 2024
-
fix hasNext behaviour for BitmapBatchIterator (#732)
* adds failing test for issue 730 * fixes BitmapBatchIterator.hasNext to return accurate result for empty containers
Configuration menu - View commit details
-
Copy full SHA for 88292e0 - Browse repository at this point
Copy the full SHA 88292e0View commit details
Commits on Jul 8, 2024
-
Fix advanceIfNeeded in signed int iterators and simplify finding star…
…ting container index (#734) * Use advanceUntil to find starting container index * Allow advanceIfNeeded to wrap around in signed int iterators * Simplify finding starting container index
Configuration menu - View commit details
-
Copy full SHA for 08b1e41 - Browse repository at this point
Copy the full SHA 08b1e41View commit details -
Fix previousValue not returning correct results in some cases (#736)
* Step down container index if next present container key is larger than target container key This means that previous value (if exist) must be always in the previous container * Return value as unsigned long when previous value is also the last (largest) value in bitmap * Remove unnecessary condition
Configuration menu - View commit details
-
Copy full SHA for 9a862d5 - Browse repository at this point
Copy the full SHA 9a862d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dbd2be - Browse repository at this point
Copy the full SHA 3dbd2beView commit details
Commits on Jul 16, 2024
-
Skip over empty words in RunContainer#contains(BitmapContainer) (#739)
* Skip empty words while iterating over bitmap container in RunContainer#contains(BitmapContainer) * Format
Configuration menu - View commit details
-
Copy full SHA for 79f1deb - Browse repository at this point
Copy the full SHA 79f1debView commit details -
Implement signed first/last methods (#738)
* Implement first and last signed methods Allows retrieving minimum and maximum signed integers from bitmap * Remove unnecessary (duplicate) javadoc
Configuration menu - View commit details
-
Copy full SHA for 71ba146 - Browse repository at this point
Copy the full SHA 71ba146View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cc3da - Browse repository at this point
Copy the full SHA a6cc3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c6c3b - Browse repository at this point
Copy the full SHA d2c6c3bView commit details
Commits on Aug 21, 2024
-
Add BSI based on Roaring64Bitmap (#733)
* Add BSI based on Roaring64Bitmap so as to support (cid:bigint, value:bigint) * Change implementation of Roaring64Bitmap's or and xor (not in place) operation * Fix variable name * Add some analysis functions * Fix variable type * fix some problem --------- Co-authored-by: zhangpeicheng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81c4e34 - Browse repository at this point
Copy the full SHA 81c4e34View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8241bd7 - Browse repository at this point
Copy the full SHA 8241bd7View commit details
Commits on Sep 17, 2024
-
Changes for adding container size (#742)
* Changes for adding container size * Changes for adding container size * Changes for adding container size
Configuration menu - View commit details
-
Copy full SHA for d74b6ba - Browse repository at this point
Copy the full SHA d74b6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e065c20 - Browse repository at this point
Copy the full SHA e065c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e8183 - Browse repository at this point
Copy the full SHA 42e8183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a98c5 - Browse repository at this point
Copy the full SHA 31a98c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for abc1146 - Browse repository at this point
Copy the full SHA abc1146View commit details -
Configuration menu - View commit details
-
Copy full SHA for d660709 - Browse repository at this point
Copy the full SHA d660709View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd39207 - Browse repository at this point
Copy the full SHA bd39207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d0e15 - Browse repository at this point
Copy the full SHA 10d0e15View commit details -
Merging bitmap keys deduplicated (#706)
* common routine for bitmap keys intersection * common routine for immutable bitmap keys intersection * common routine for conversion bitmap array to array of values * merge new methods with existing one * Update RoaringBitmap/src/main/java/org/roaringbitmap/buffer/BufferUtil.java Co-authored-by: Daniel Lemire <[email protected]> * Update RoaringBitmap/src/main/java/org/roaringbitmap/Util.java Co-authored-by: Daniel Lemire <[email protected]> --------- Co-authored-by: Daniel Lemire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 637edeb - Browse repository at this point
Copy the full SHA 637edebView commit details
Commits on Sep 18, 2024
-
Fix an issue that may cause RoaringBSI's fountSet to not work (#740)
* Fix an issue that may cause RoaringBSI's fountSet to not take effect correctly when doing LE and GE comparisons * add UTs --------- Co-authored-by: zhangpeicheng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 933b441 - Browse repository at this point
Copy the full SHA 933b441View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11f3bef - Browse repository at this point
Copy the full SHA 11f3befView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 966c40e - Browse repository at this point
Copy the full SHA 966c40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd94f8f - Browse repository at this point
Copy the full SHA dd94f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd262d - Browse repository at this point
Copy the full SHA 3dd262dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec50b6 - Browse repository at this point
Copy the full SHA 3ec50b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab60b4a - Browse repository at this point
Copy the full SHA ab60b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71662df - Browse repository at this point
Copy the full SHA 71662dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1d0cd - Browse repository at this point
Copy the full SHA 9a1d0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for df04c3d - Browse repository at this point
Copy the full SHA df04c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f462fec - Browse repository at this point
Copy the full SHA f462fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0a931 - Browse repository at this point
Copy the full SHA ff0a931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e63395 - Browse repository at this point
Copy the full SHA 2e63395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a0ae7 - Browse repository at this point
Copy the full SHA 39a0ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 550e4cf - Browse repository at this point
Copy the full SHA 550e4cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f5d08 - Browse repository at this point
Copy the full SHA 35f5d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39a022 - Browse repository at this point
Copy the full SHA d39a022View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee35004 - Browse repository at this point
Copy the full SHA ee35004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755dced - Browse repository at this point
Copy the full SHA 755dcedView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ae252 - Browse repository at this point
Copy the full SHA d9ae252View commit details -
Configuration menu - View commit details
-
Copy full SHA for d697ece - Browse repository at this point
Copy the full SHA d697eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db92f6 - Browse repository at this point
Copy the full SHA 7db92f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0fe41 - Browse repository at this point
Copy the full SHA db0fe41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d92e8ca - Browse repository at this point
Copy the full SHA d92e8caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f22731 - Browse repository at this point
Copy the full SHA 7f22731View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2bc0a - Browse repository at this point
Copy the full SHA ca2bc0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac86c5f - Browse repository at this point
Copy the full SHA ac86c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for de3ecb8 - Browse repository at this point
Copy the full SHA de3ecb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7438b5d - Browse repository at this point
Copy the full SHA 7438b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d851fb - Browse repository at this point
Copy the full SHA 6d851fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45dd59e - Browse repository at this point
Copy the full SHA 45dd59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d37c8 - Browse repository at this point
Copy the full SHA a4d37c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1e6e8 - Browse repository at this point
Copy the full SHA 8a1e6e8View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00fcd5f - Browse repository at this point
Copy the full SHA 00fcd5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282265d - Browse repository at this point
Copy the full SHA 282265dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1dcca - Browse repository at this point
Copy the full SHA 0b1dccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bf4f2 - Browse repository at this point
Copy the full SHA 30bf4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 133f751 - Browse repository at this point
Copy the full SHA 133f751View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b8caa - Browse repository at this point
Copy the full SHA c3b8caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad56e5d - Browse repository at this point
Copy the full SHA ad56e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc2ba9 - Browse repository at this point
Copy the full SHA ddc2ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3d6fd - Browse repository at this point
Copy the full SHA 3a3d6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 092a645 - Browse repository at this point
Copy the full SHA 092a645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7974816 - Browse repository at this point
Copy the full SHA 7974816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ea2d9 - Browse repository at this point
Copy the full SHA 86ea2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e12cd71 - Browse repository at this point
Copy the full SHA e12cd71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c738c07 - Browse repository at this point
Copy the full SHA c738c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4446cba - Browse repository at this point
Copy the full SHA 4446cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d527a5 - Browse repository at this point
Copy the full SHA 9d527a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7add4f - Browse repository at this point
Copy the full SHA e7add4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d80e39 - Browse repository at this point
Copy the full SHA 2d80e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b82b6 - Browse repository at this point
Copy the full SHA e7b82b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8bda2b - Browse repository at this point
Copy the full SHA a8bda2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85861ab - Browse repository at this point
Copy the full SHA 85861abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce8ea5 - Browse repository at this point
Copy the full SHA 1ce8ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b863e - Browse repository at this point
Copy the full SHA 28b863eView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fae8af7 - Browse repository at this point
Copy the full SHA fae8af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bd46a - Browse repository at this point
Copy the full SHA 92bd46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4381a88 - Browse repository at this point
Copy the full SHA 4381a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e1484 - Browse repository at this point
Copy the full SHA e8e1484View commit details -
Configuration menu - View commit details
-
Copy full SHA for a93f01f - Browse repository at this point
Copy the full SHA a93f01fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a84fa - Browse repository at this point
Copy the full SHA 27a84faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f190a - Browse repository at this point
Copy the full SHA 91f190aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc687b2 - Browse repository at this point
Copy the full SHA fc687b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e023cfe - Browse repository at this point
Copy the full SHA e023cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6647a95 - Browse repository at this point
Copy the full SHA 6647a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d5a7e - Browse repository at this point
Copy the full SHA a8d5a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae9e23 - Browse repository at this point
Copy the full SHA 5ae9e23View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d684f30 - Browse repository at this point
Copy the full SHA d684f30View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5fdee3 - Browse repository at this point
Copy the full SHA d5fdee3View commit details -
Co-authored-by: haiyang.zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ba205e - Browse repository at this point
Copy the full SHA 8ba205eView commit details -
Co-authored-by: haiyang.zhou <[email protected]> Co-authored-by: Daniel Lemire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38ee8af - Browse repository at this point
Copy the full SHA 38ee8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 992f823 - Browse repository at this point
Copy the full SHA 992f823View commit details -
Configuration menu - View commit details
-
Copy full SHA for b68098f - Browse repository at this point
Copy the full SHA b68098fView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62782af - Browse repository at this point
Copy the full SHA 62782afView commit details
Commits on Nov 7, 2024
-
* trying spotless * Small change * CherryPick latest build.gradle.kts with Spotless * Spotless with latest configuration * Setup ratchetFrom * Add comments * Change Spotless version to 6.25.0, latest stabl;e * .gitignore handles .java-version * Apply suggested importOrder * Clean wildcard imports, and prevent them with Spotless --------- Co-authored-by: Daniel Lemire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad4143a - Browse repository at this point
Copy the full SHA ad4143aView commit details