You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/11/07 21:49:11 UTC

[datasketches-cpp] branch master updated (934045a -> ad52391)

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

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


    from 934045a  Merge pull request #317 from apache/quantiles_throw_if_empty
     add f9ea343  bump versions for workflow jobs
     add cdaaf59  Generate version for both c++ and python from version.cfg.in
     add 05183bf  Remove commented out debug code
     add 480a24a  exclude files generated when running cmake
     add 70bb9be  keep generated fiels out of source tree
     add abc5113  tidy up a bit
     new ad52391  Merge pull request #318 from apache/common_version

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:
 .github/workflows/build_cmake.yml                  |  4 +--
 .github/workflows/build_wheels.yml                 |  4 +--
 .github/workflows/code_coverage.yml                |  2 +-
 CMakeLists.txt                                     | 10 +++++++-
 MANIFEST.in                                        | 23 +++++++++++++++--
 common/CMakeLists.txt                              |  3 +++
 .../include/version.hpp.in                         | 24 ++++++++----------
 pyproject.toml                                     | 29 +++++++++++++---------
 setup.py                                           | 14 ++++++++++-
 python/datasketches/__init__.py => tox.ini         | 12 ++++++---
 version.cfg.in                                     |  1 +
 11 files changed, 88 insertions(+), 38 deletions(-)
 copy req/include/req_common.hpp => common/include/version.hpp.in (63%)
 mode change 100755 => 100644
 copy python/datasketches/__init__.py => tox.ini (86%)
 create mode 100644 version.cfg.in


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


[datasketches-cpp] 01/01: Merge pull request #318 from apache/common_version

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

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

commit ad5239163ffc7f310cb5b4c3ffb028bc15d0db06
Merge: 934045a abc5113
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Mon Nov 7 13:49:06 2022 -0800

    Merge pull request #318 from apache/common_version
    
    Common version

 .github/workflows/build_cmake.yml   |  4 ++--
 .github/workflows/build_wheels.yml  |  4 ++--
 .github/workflows/code_coverage.yml |  2 +-
 CMakeLists.txt                      | 10 +++++++++-
 MANIFEST.in                         | 23 +++++++++++++++++++++--
 common/CMakeLists.txt               |  3 +++
 common/include/version.hpp.in       | 36 ++++++++++++++++++++++++++++++++++++
 pyproject.toml                      | 29 +++++++++++++++++------------
 setup.py                            | 14 +++++++++++++-
 tox.ini                             | 26 ++++++++++++++++++++++++++
 version.cfg.in                      |  1 +
 11 files changed, 131 insertions(+), 21 deletions(-)


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