You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/03/02 23:40:37 UTC

[datasketches-memory] branch master updated (a6f527e -> 477f14e)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git.


    from a6f527e  Update Readme
     add 499dda2  Minor changes.
     add bc38d58  Add license to MemoryCheckstyle.xml
     new 477f14e  Merge pull request #125 from apache/Minor_updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../datasketches/memory/AccessByteBuffer.java      |   1 +
 .../apache/datasketches/memory/AllocateDirect.java |  10 +-
 .../datasketches/memory/AllocateDirectMap.java     |  11 +-
 .../org/apache/datasketches/memory/BaseState.java  |   1 +
 .../memory/BaseWritableBufferImpl.java             |   1 +
 .../memory/BaseWritableMemoryImpl.java             |   1 +
 .../apache/datasketches/memory/CompareAndCopy.java |   1 +
 .../java/org/apache/datasketches/memory/Ints.java  |   5 +-
 .../apache/datasketches/memory/JDK7Compatible.java |   1 +
 .../org/apache/datasketches/memory/NioBits.java    |   1 +
 .../memory/NonNativeWritableBufferImpl.java        |   1 +
 .../memory/NonNativeWritableMemoryImpl.java        |   1 +
 .../org/apache/datasketches/memory/UnsafeUtil.java |   2 +-
 .../java/org/apache/datasketches/memory/Utf8.java  |   1 +
 .../datasketches/memory/WritableBufferImpl.java    |   1 +
 .../datasketches/memory/WritableMemoryImpl.java    |   1 +
 .../org/apache/datasketches/memory/XxHash64.java   |   1 +
 .../apache/datasketches/memory/UnsafeUtilTest.java |   2 +-
 tools/MemoryCheckstyle.xml                         | 238 ++++++---------------
 19 files changed, 88 insertions(+), 193 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-memory] 01/01: Merge pull request #125 from apache/Minor_updates

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git

commit 477f14e73ae6958708ba309dd793a1cfcd2bd170
Merge: a6f527e bc38d58
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Mar 2 15:40:26 2021 -0800

    Merge pull request #125 from apache/Minor_updates
    
    Minor changes.

 .../datasketches/memory/AccessByteBuffer.java      |   1 +
 .../apache/datasketches/memory/AllocateDirect.java |  10 +-
 .../datasketches/memory/AllocateDirectMap.java     |  11 +-
 .../org/apache/datasketches/memory/BaseState.java  |   1 +
 .../memory/BaseWritableBufferImpl.java             |   1 +
 .../memory/BaseWritableMemoryImpl.java             |   1 +
 .../apache/datasketches/memory/CompareAndCopy.java |   1 +
 .../java/org/apache/datasketches/memory/Ints.java  |   5 +-
 .../apache/datasketches/memory/JDK7Compatible.java |   1 +
 .../org/apache/datasketches/memory/NioBits.java    |   1 +
 .../memory/NonNativeWritableBufferImpl.java        |   1 +
 .../memory/NonNativeWritableMemoryImpl.java        |   1 +
 .../org/apache/datasketches/memory/UnsafeUtil.java |   2 +-
 .../java/org/apache/datasketches/memory/Utf8.java  |   1 +
 .../datasketches/memory/WritableBufferImpl.java    |   1 +
 .../datasketches/memory/WritableMemoryImpl.java    |   1 +
 .../org/apache/datasketches/memory/XxHash64.java   |   1 +
 .../apache/datasketches/memory/UnsafeUtilTest.java |   2 +-
 tools/MemoryCheckstyle.xml                         | 238 ++++++---------------
 19 files changed, 88 insertions(+), 193 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org