Commit graph

1866 commits

Author SHA1 Message Date
f2d4f18fd4
Merge pull request #3 from maxkratz/feature/update-github-actions
Updates GitHub-based Actions to v4 + updates Ubuntu release to 22.04
2023-12-19 09:07:47 +01:00
1ec3a2a08e Updates GitHub-based Actions to v4 + updates Ubuntu release to 22.04 2023-12-19 09:02:07 +01:00
b5d5e3d1f7
Merge pull request #2 from maxkratz/feature/github-actions-ci
Adds a GitHub Action configuration to built the JAR file (with correct branch name)
2023-10-20 11:36:34 +02:00
12054c406e Adds the old branch name 'master' to the CI config 2023-10-20 11:31:34 +02:00
7d53852dc8 Adds a GitHub Actions configuration to build the jar
Adds missing apt update

Fixes the wrong package name

Fixes a wrong path for the upload of the JAR artifact
2023-10-20 11:26:33 +02:00
Sebastiano Vigna
134cee3f42 Comment 2023-07-19 09:43:33 +02:00
Sebastiano Vigna
f011d3c46e
Merge pull request #299 from barakugav/barakugav/removeIf
efficient removeIf for ArrayList
2023-07-19 09:40:30 +02:00
Barak Ugav
d1abed9e07 efficient removeIf for ArrayList 2023-07-18 22:25:27 +03:00
Sebastiano Vigna
93619326ed
Merge pull request #293 from catap/empty-sorted-set
`TypeSortedSets.emptySet()` should return `SortedSet`
2023-03-31 13:16:07 +02:00
Kirill A. Korinsky
e9486e74f9
TypeSortedSets.emptySet() should return SortedSet
Here a quite anoyed small bugfix.
2023-03-31 13:01:04 +02:00
Sebastiano Vigna
fa8c927050 Fixing ImmutableList 2023-03-13 22:52:04 +00:00
Sebastiano Vigna
6f761c9431
Merge pull request #291 from goldfeder/patch-2
Continue fixing previous bug
2023-03-13 22:51:15 +00:00
goldfeder
73434080b3
Add listIterator tests 2023-03-13 22:23:47 +02:00
goldfeder
1887508645
Update ImmutableList.drv 2023-03-13 22:15:41 +02:00
goldfeder
9920128c20
Continue fixing previous bug
I didn't correct all of the methods
2023-03-13 13:03:35 +02:00
Sebastiano Vigna
5e57ed90dc Bumped version 2023-03-13 10:53:03 +00:00
Sebastiano Vigna
83995cee33
Merge pull request #290 from goldfeder/patch-1
Fix bug in ImmutableSubList iterator
2023-03-13 10:46:42 +00:00
goldfeder
dcb3d5929c
Update IntImmutableListTest.java 2023-03-13 12:44:49 +02:00
goldfeder
b0f7543eca
Fix bug in ImmutableSubList iterator
listIterator() on a sublist needs to correct its index to add "from" to it.
2023-03-13 12:10:14 +02:00
Sebastiano Vigna
3edb5bcda8 POM signing 2023-03-07 21:13:00 +01:00
Sebastiano Vigna
016bc20c52 Typo 2023-03-07 21:12:52 +01:00
Sebastiano Vigna
5e92756962 New staging! 2023-03-07 19:50:26 +00:00
Sebastiano Vigna
a4f529c659 assertBigArray() 2023-03-07 17:20:37 +00:00
Sebastiano Vigna
2853babadb Tweaking 2023-02-24 09:46:45 +00:00
Sebastiano Vigna
4566dfe0ef Entry.setValue() now works for all map iterators and iterator-like methods; bumped dates 2023-02-23 14:19:53 +00:00
Sebastiano Vigna
70844070be Array-based container fields are now protected 2023-01-09 20:18:05 +00:00
Sebastiano Vigna
b7656a0358 Array-based container fields are now protected 2023-01-09 20:17:23 +00:00
Sebastiano Vigna
7944e1da4c Reinstated mvn artifact task 2022-12-09 17:55:30 +01:00
Sebastiano Vigna
0fda8c3874 Fixed for Java 17 2022-12-09 17:53:16 +01:00
Sebastiano Vigna
d6c4cffd9a A very long-standing bug in linked hash containers has been fixed 2022-12-09 09:47:32 +00:00
Sebastiano Vigna
4f2b7e2604
Merge pull request #281 from richardstartin/faster-next-pow2
faster `HashCommon.nextPowerOf2`
2022-11-03 14:31:07 +01:00
Sebastiano Vigna
ff5a0760e1 Added comment 2022-11-03 14:20:07 +01:00
Richard Startin
1d4fe1c12a
faster HashCommon.nextPowerOf2 2022-11-03 10:57:38 +00:00
Sebastiano Vigna
540fed8147 Hash-based big sets now expose ensureCapacity() 2022-10-12 14:47:25 +02:00
Sebastiano Vigna
85bb33b1bf Hash-based containers now expose ensureCapacity() 2022-10-12 14:45:38 +02:00
Sebastiano Vigna
ac10cae36e Explicit checks for positive (big) array length 2022-10-02 14:17:11 +02:00
Sebastiano Vigna
e39878edc2 Added junit ant target to binary makefile target 2022-10-02 11:37:54 +02:00
Sebastiano Vigna
3c8124e7b5 Really fixed overflow bug in BigArrays.ensureOffsetLength() 2022-10-02 11:04:48 +02:00
Sebastiano Vigna
25d02f6ace Tests for new toArray() methods 2022-09-27 22:51:10 +02:00
Sebastiano Vigna
c29b109fe3 toArray() now returns a fixed zero-length array 2022-09-27 22:12:25 +02:00
Sebastiano Vigna
0b8b49000f
Merge pull request #276 from hpple/master
Removed excessive init in HeapIndirectPriorityQueue constructor
2022-09-26 18:35:28 +02:00
Sebastiano Vigna
a2bbd1beeb Fixed bug when storing large arrays 2022-09-26 18:31:55 +02:00
Stanislav Kashirin
3d62851c70 Removed excessive init in HeapIndirectPriorityQueue constructor 2022-06-11 18:54:14 +03:00
Sebastiano Vigna
b813824933 Fixed problem with pre-sizing of array FIFO queues 2022-04-28 07:48:37 +02:00
Sebastiano Vigna
438914f976 Added test for exactly full queue 2022-04-28 07:33:28 +02:00
Sebastiano Vigna
63f23010f1 Fixed 2022-03-04 11:30:09 +00:00
Sebastiano Vigna
a637cf8b18 Fixed overflow bug in [Big]Arrays.ensureOffsetLength() 2022-03-03 15:37:50 +00:00
Sebastiano Vigna
4e5ab259cc Docs on close() 2022-02-25 09:14:12 +01:00
Sebastiano Vigna
88e2dd18e2 Tweaking 2022-02-12 18:51:55 +00:00
Sebastiano Vigna
646601d544 Tweaking 2022-02-12 18:50:40 +00:00