You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2019/09/11 15:31:59 UTC

[incubator-datasketches-cpp] branch master updated (405653e -> e2fb4ef)

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

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


    from 405653e  Merge pull request #63 from apache/fix_warnings
     add 3e54d79  formatting, use const where appropriate
     add 59df200  formatting, const
     add 027f191  const
     add 32a9cf7  formatting, const
     add fbcb13f  use constants instead of defines
     add 4b7084c  formatting
     add 7d9d867  const instead of define, formatting
     add 04a2f89  const instead of define, removed unused
     add a18c36a  style
     add e81d8dd  const instead of define
     add b01ea0e  renamed and moved to include
     new e2fb4ef  Merge pull request #64 from apache/cpc_formatting_and_const

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:
 cpc/include/common.h                               |  10 +-
 .../compressionData.h}                             |  19 +-
 cpc/include/cpc_sketch.hpp                         |  21 +-
 cpc/include/fm85.h                                 |  68 +-
 cpc/include/fm85Compression.h                      |  64 +-
 cpc/include/fm85Confidence.h                       |   8 +-
 cpc/include/fm85Merging.h                          |  28 +-
 cpc/include/fm85Util.h                             |  16 +-
 cpc/include/iconEstimator.h                        |   2 +-
 cpc/include/u32Table.h                             |  59 +-
 cpc/src/fm85.cpp                                   | 370 +++++------
 cpc/src/fm85Compression.cpp                        | 709 ++++++++-------------
 cpc/src/fm85Confidence.cpp                         |  95 ++-
 cpc/src/fm85Merging.cpp                            | 217 +++----
 cpc/src/fm85Util.cpp                               | 162 ++---
 cpc/src/iconEstimator.cpp                          | 125 ++--
 cpc/src/u32Table.cpp                               | 225 +++----
 17 files changed, 873 insertions(+), 1325 deletions(-)
 rename cpc/{src/compressionData.data => include/compressionData.h} (99%)


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


[incubator-datasketches-cpp] 01/01: Merge pull request #64 from apache/cpc_formatting_and_const

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

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

commit e2fb4ef812656a90629ad803de7257844925f090
Merge: 405653e b01ea0e
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Wed Sep 11 08:31:55 2019 -0700

    Merge pull request #64 from apache/cpc_formatting_and_const
    
    CPC formatting and const

 cpc/include/common.h                               |  10 +-
 .../compressionData.h}                             |  19 +-
 cpc/include/cpc_sketch.hpp                         |  21 +-
 cpc/include/fm85.h                                 |  68 +-
 cpc/include/fm85Compression.h                      |  64 +-
 cpc/include/fm85Confidence.h                       |   8 +-
 cpc/include/fm85Merging.h                          |  28 +-
 cpc/include/fm85Util.h                             |  16 +-
 cpc/include/iconEstimator.h                        |   2 +-
 cpc/include/u32Table.h                             |  59 +-
 cpc/src/fm85.cpp                                   | 370 +++++------
 cpc/src/fm85Compression.cpp                        | 709 ++++++++-------------
 cpc/src/fm85Confidence.cpp                         |  95 ++-
 cpc/src/fm85Merging.cpp                            | 217 +++----
 cpc/src/fm85Util.cpp                               | 162 ++---
 cpc/src/iconEstimator.cpp                          | 125 ++--
 cpc/src/u32Table.cpp                               | 225 +++----
 17 files changed, 873 insertions(+), 1325 deletions(-)


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