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

jbarrett pushed a change to branch feature/GEODE-4946-msvc-warn
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    omit 016d70f  C# projects warning free
    omit 8e5e4e9  Removes system sepecific socketopts
    omit 5583e3a  Fixes socket type warning.
    omit af63987  Fixes for linux
    omit d486ea6  PCH warning free
    omit 0680a93  More no warnings
    omit 68ae3a8  sqlite warning free
    omit d603f13  securityimpl warning free
    omit 76e9b7f  cryptoimpl warning free
    omit 0d94941  dhimpl warning free
    omit 275a724  .NET warning free.
    omit 943e0b0  clicache warning free
    omit f08f909  cpp integration tests warning free on Windows.
    omit 180fafb  Fixes cppcache  warnings on Windows.
    omit 45a01c7  GEODE-4946: Removes LTCG warning on Release builds.
     add 09744d5  GEODE-4921: Initial revision of new testing framework. (#249)
     new 939716b  GEODE-4946: Removes LTCG warning on Release builds.
     new f76b216  Fixes cppcache  warnings on Windows.
     new 379e0b7  cpp integration tests warning free on Windows.
     new d67d649  clicache warning free
     new 8455c24  .NET warning free.
     new c9d79eb  dhimpl warning free
     new f69094f  cryptoimpl warning free
     new 010805e  securityimpl warning free
     new eba5034  sqlite warning free
     new 0849196  More no warnings
     new 21c27d4  PCH warning free
     new 20f3ee8  Fixes for linux
     new 5cb51ac  Fixes socket type warning.
     new 7454bbe  Removes system sepecific socketopts
     new 87f0a25  C# projects warning free

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (016d70f)
            \
             N -- N -- N   refs/heads/feature/GEODE-4946-msvc-warn (87f0a25)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 15 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:
 CMakeLists.txt                                     |   2 +-
 cppcache/CMakeLists.txt                            |   8 +-
 cppcache/integration-test-2/CMakeLists.txt         |  67 ++++++
 cppcache/integration-test-2/ExampleTest.cpp        | 130 +++++++++++
 .../integration-test-2/RegionPutGetAllTest.cpp     | 185 +++++++++++++++
 cppcache/integration-test-2/framework/Cluster.cpp  | 124 ++++++++++
 cppcache/integration-test-2/framework/Cluster.h    | 244 ++++++++++++++++++++
 .../integration-test-2/framework/Framework.cpp     |   3 +-
 .../framework/Framework.h}                         |  46 ++--
 .../integration-test-2/framework/Gfsh.cpp          |   3 +-
 cppcache/integration-test-2/framework/Gfsh.h       | 255 +++++++++++++++++++++
 .../integration-test-2/framework/GfshExecute.cpp   |   3 +-
 .../integration-test-2/framework/GfshExecute.h     | 120 ++++++++++
 .../framework/config.h.in}                         |  12 +-
 cppcache/test/CMakeLists.txt                       |  14 +-
 dependencies/boost/CMakeLists.txt                  |  56 ++++-
 dependencies/gtest/CMakeLists.txt                  |  47 ++--
 tests/cpp/testobject/CMakeLists.txt                |   4 +-
 18 files changed, 1254 insertions(+), 69 deletions(-)
 create mode 100644 cppcache/integration-test-2/CMakeLists.txt
 create mode 100644 cppcache/integration-test-2/ExampleTest.cpp
 create mode 100644 cppcache/integration-test-2/RegionPutGetAllTest.cpp
 create mode 100644 cppcache/integration-test-2/framework/Cluster.cpp
 create mode 100644 cppcache/integration-test-2/framework/Cluster.h
 copy clicache/src/impl/RegionImpl.cpp => 
cppcache/integration-test-2/framework/Framework.cpp (97%)
 copy cppcache/{src/TXId.cpp => integration-test-2/framework/Framework.h} (54%)
 copy clicache/src/impl/RegionImpl.cpp => 
cppcache/integration-test-2/framework/Gfsh.cpp (97%)
 create mode 100644 cppcache/integration-test-2/framework/Gfsh.h
 copy clicache/src/impl/RegionImpl.cpp => 
cppcache/integration-test-2/framework/GfshExecute.cpp (96%)
 create mode 100644 cppcache/integration-test-2/framework/GfshExecute.h
 copy cppcache/{integration-test/InitSmartHeap.cpp => 
integration-test-2/framework/config.h.in} (80%)

-- 
To stop receiving notification emails like this one, please contact
jbarr...@apache.org.

Reply via email to