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/09/01 19:11:57 UTC

[datasketches-memory] branch 2.0.X updated (f1c4b08 -> cbc9b40)

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

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


    from f1c4b08  Restore memory dependency in resources module
     add e2a91f1  WIP - Add build script to compile JAR for single JVM
     add af890b3  Fix comment wrt optional input params
     add eba1f74  Move scripts to tools directory
     add 7628806  Rename Version to GitTag
     add cd8993d  Rename JavaHome to JDKHome
     add 8d5f520  Add attribution for version parsing
     add 36a8bc5  Add git properties to JAR Manifest.MF
     add dd3299b  Minor cleanup
     add cbaff45  Add checks to verify script packaged JAR
     add e21e0a5  Add documentation for standalone JAR script
     add ae0e42e  Remove additional line endings
     new cbc9b40  Merge pull request #148 from apache/single-build-script

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:
 README.md                                          |  22 ++-
 .../memory/internal/NioBitsFields.java             |   2 +-
 tools/scripts/CheckMemoryJar.java                  |  99 +++++++++++
 tools/scripts/compile-package-jar.sh               | 193 +++++++++++++++++++++
 tools/scripts/getGitProperties.sh                  |  66 +++++++
 5 files changed, 380 insertions(+), 2 deletions(-)
 create mode 100644 tools/scripts/CheckMemoryJar.java
 create mode 100755 tools/scripts/compile-package-jar.sh
 create mode 100755 tools/scripts/getGitProperties.sh

---------------------------------------------------------------------
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 #148 from apache/single-build-script

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

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

commit cbc9b40b2b55692f6dd65552925206285f7345af
Merge: f1c4b08 ae0e42e
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Sep 1 12:11:53 2021 -0700

    Merge pull request #148 from apache/single-build-script
    
    Single build script

 README.md                                          |  22 ++-
 .../memory/internal/NioBitsFields.java             |   2 +-
 tools/scripts/CheckMemoryJar.java                  |  99 +++++++++++
 tools/scripts/compile-package-jar.sh               | 193 +++++++++++++++++++++
 tools/scripts/getGitProperties.sh                  |  66 +++++++
 5 files changed, 380 insertions(+), 2 deletions(-)

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