Sign in
apache
/
datasketches-memory
/
HEAD
a580985
Merge pull request #267 from apache/fix_notice
by Jon Malkin
· 5 months ago
main
ffd6182
Fix notice
by Lee Rhodes
· 5 months ago
59162fd
Merge pull request #264 from apache/update_main
by Lee Rhodes
· 7 months ago
da09cb5
update .asf.yaml
by Lee Rhodes
· 7 months ago
update_main
029c147
oops, main not master
by Lee Rhodes
· 7 months ago
4c030e0
add branch protection
by Lee Rhodes
· 7 months ago
36b980a
Small change to POM.
by Lee Rhodes
· 7 months ago
2ffc5db
Merge pull request #262 from apache/update_memReqSvr
by Lee Rhodes
· 7 months ago
52ac28c
Move MurmurHash3 out of Memory into ds-java.
by Lee Rhodes
· 7 months ago
c0b1979
Improve javadocs
by Lee Rhodes
· 7 months ago
602eac2
Allow getMemorySegment as read-only.
by Lee Rhodes
· 7 months ago
6f8adea
improve error comment.
by Lee Rhodes
· 7 months ago
9a3b29b
Improve javadoc for 'isSameResource(...)'
by Lee Rhodes
· 7 months ago
8ef26d7
Merge branch 'main' into update_memReqSvr
by Lee Rhodes
· 7 months ago
b529f86
Revised isSameResource()
by Lee Rhodes
· 7 months ago
9d29ac9
Update how Memory Request Server works.
by Lee Rhodes
· 7 months ago
e9f998a
Merge pull request #260 from apache/hash_bug
by Lee Rhodes
· 7 months ago
1902d17
Added additional MurmurHash3 tests, especially to catch the Hash bug.
by Lee Rhodes
· 7 months ago
38df8a7
Only change required to fix the Hash Bug.
by Lee Rhodes
· 7 months ago
05b76b0
Investigate Hash bug
by Lee Rhodes
· 7 months ago
1b9e702
Merge pull request #259 from apache/Redo_var_names
by Lee Rhodes
· 7 months ago
0722943
Redo var names
by Lee Rhodes
· 7 months ago
22c7908
Merge pull request #257 from apache/better_test_coverage
by Lee Rhodes
· 7 months ago
f6a7c58
Merge pull request #256 from apache/typo_in_main
by Lee Rhodes
· 7 months ago
e0faea2
Better test coverage AND actual checking for the @pawel-weijacha bug for
by Lee Rhodes
· 7 months ago
7f40e8b
Add missing license
by Lee Rhodes
· 7 months ago
cabf9ca
More comprehensive tests.
by Lee Rhodes
· 7 months ago
4c73fb4
a two letter typo.
by Lee Rhodes
· 7 months ago
b55af70
Merge pull request #254 from apache/fix_setPosition
by Lee Rhodes
· 7 months ago
b7b7437
Fixed all the tests which lacked the ability to test this bug.
by Lee Rhodes
· 7 months ago
af83326
Merge pull request #253 from pawel-wiejacha/fix_set_position
by Lee Rhodes
· 7 months ago
adb0f2e
fixed operator precedence bug in setPosition() calls
by Paweł Wiejacha
· 7 months ago
b014dca
Merge pull request #251 from apache/main_to_6.1.0-SNAPSHOT
by Lee Rhodes
· 7 months ago
89fd009
Update main ver to 6.1.0-SNAPSHOT
by Lee Rhodes
· 7 months ago
c45f58d
Merge pull request #250 from apache/fix_some_spotbugs_warnings
by Lee Rhodes
· 7 months ago
fca6c8c
Fix requested from review.
by Lee Rhodes
· 7 months ago
f8c51e1
Fix workflows to triggger
by Lee Rhodes
· 7 months ago
e937f32
Fixed a few SpotBugs Warnings.
by Lee Rhodes
· 7 months ago
fe21452
Merge pull request #249 from apache/changes_in_main_tree
by Lee Rhodes
· 7 months ago
c354c48
Change pom version to 5.1.0-SNAPSHOT
by Lee Rhodes
· 7 months ago
47107b1
Update javadoc and add 2 suppressWarnings
by Lee Rhodes
· 7 months ago
083b5e4
Missed this one ...
by Lee Rhodes
· 7 months ago
caa048d
Minor tweaks to MemoryRequestServer and to Resource.
by Lee Rhodes
· 7 months ago
d13507b
Changes in /main/ tree to accommodate the new FFM API in Java 21.
by Lee Rhodes
· 8 months ago
ef4c480
New Release Branch 5.0.X for Java 21
by Lee Rhodes
· 8 months ago
5.0.X
5.0.0
5.0.0-RC1
faec966
Merge pull request #248 from apache/fix_spotbugs_issue
by Lee Rhodes
· 8 months ago
fe30ef3
Fixes a spot bugs issue.
by Lee Rhodes
· 8 months ago
5ecff5b
Merge pull request #247 from apache/minor_corrections_to_main
by Lee Rhodes
· 8 months ago
3a926fa
Minor corrections to NOTICE, pom.xml, and README.md
by Lee Rhodes
· 8 months ago
276bd2a
Merge pull request #246 from apache/frank_grimes_java-21-ffm
by Lee Rhodes
· 8 months ago
e7bc130
Update frank_grimes_java-21-ffm
by Lee Rhodes
· 8 months ago
f4779eb
Merge branch 'update_workflows_on_main' into frank_grimes_java-21-ffm
by Lee Rhodes
· 8 months ago
9f21371
align workflows with the same ones from Java 17, except targeting java 21
by Lee Rhodes
· 8 months ago
bcc9d91
update frank_grimes_java-21-ffm
by Lee Rhodes
· 8 months ago
f5a6e1c
Merge pull request #243 from apache/minor_fixes_to_main
by Lee Rhodes
· 9 months ago
4a71d87
Release Process: fixed some SpotBugs "dead stores" in test code.
by Lee Rhodes
· 9 months ago
3350ab9
Merge pull request #242 from apache/frank_grimes_java-21-ffm
by Lee Rhodes
· 9 months ago
5d9cd18
Fixed ONLY indentation problems.
by Lee Rhodes
· 9 months ago
0a15de0
disable a println statement
by Lee Rhodes
· 9 months ago
34c661c
Updating java 17 code to use java 21 API.
by Lee Rhodes
· 9 months ago
df3e05c
remove references to Java 17
by Lee Rhodes
· 9 months ago
11c93ee
update readme & GH actions
by Lee Rhodes
· 9 months ago
ff0fbe3
Updating the frank grimes java21 contribution.
by Lee Rhodes
· 9 months ago
1de7cdf
Fix some Javadoc errors.
by Lee Rhodes
· 9 months ago
9db3bfb
create "enable.preview" property in pom
by Lee Rhodes
· 9 months ago
fa95669
change not supported to not recommended.
by Lee Rhodes
· 9 months ago
f7ab4f2
Refactored method params so Arena is last param.
by Lee Rhodes
· 10 months ago
5147a45
Update minor checkstyle fixes, re-arrange a few method signatures.
by Lee Rhodes
· 10 months ago
b874e6b
Update frank_grimes_java-21-ffm
by Lee Rhodes
· 10 months ago
da1dd62
Merge pull request #241 from frankgrimes97/feature/java-21-ffm
by Lee Rhodes
· 10 months ago
98a0ac8
Improve temp file creation in test suite
by Frank Grimes
· 10 months ago
6dd9d4f
Improve temp file creation in test suite
by Frank Grimes
· 10 months ago
44d31d7
Minor cleanup based on PR feedback
by Frank Grimes
· 10 months ago
56bc3f3
Update GHA workflows to Java 21
by Frank Grimes
· 10 months ago
b382eb0
Migrate to Java 21 FFM API
by Frank Grimes
· 10 months ago
cf662bf
Merge pull request #239 from apache/Update_main_version_to_4.2.0-SNAPSHOT
by Lee Rhodes
· 10 months ago
809f9fa
Update main to 4.2.0-SNAPSHOT Release Process
by Lee Rhodes
· 10 months ago
79fc105
Merge pull request #234 from apache/minor_changes_in_wording
by Lee Rhodes
· 10 months ago
cb396aa
Remove two experimental GH Actions
by Lee Rhodes
· 10 months ago
422a924
Merge pull request #236 from leerho/minor_changes_in_wording
by Lee Rhodes
· 10 months ago
75da3c7
fix test
by Lee Rhodes
· 10 months ago
fb76f8f
revert pom & delete GettysburgAddress.bin
by Lee Rhodes
· 10 months ago
c8e4f77
update GH Actions
by Lee Rhodes
· 10 months ago
ba74130
Abandon depending on file lengths.
by Lee Rhodes
· 10 months ago
06fe7ac
update remote 2
by Lee Rhodes
· 10 months ago
2d79a56
update leerho remote
by Lee Rhodes
· 10 months ago
75e790e
again2
by Lee Rhodes
· 10 months ago
94194b4
yes again
by Lee Rhodes
· 10 months ago
46b1dad
again, fix rat -> bin
by Lee Rhodes
· 10 months ago
35f4897
again and again
by Lee Rhodes
· 10 months ago
e32cd59
try again
by Lee Rhodes
· 10 months ago
a1e31de
test again
by Lee Rhodes
· 10 months ago
c9c0cec
check for slash-Rs
by Lee Rhodes
· 10 months ago
aa1ed98
Merge pull request #235 from leerho/minor_changes_in_wording
by Lee Rhodes
· 10 months ago
dfa8763
remove name conflict
by Lee Rhodes
· 10 months ago
a055c17
remove unused toolchains.xml
by Lee Rhodes
· 10 months ago
fe1ee5d
update GH Actions
by Lee Rhodes
· 10 months ago
184af5b
Clean up unnecessary SuppressWarnings("resource")
by Lee Rhodes
· 10 months ago
695ed45
try fix AllocateDirectWritableMapMemoryTest.testForce()
by Lee Rhodes
· 10 months ago
eab4b1e
update UtilTest.resourceBytesCorrect again.
by Lee Rhodes
· 10 months ago
Next »