You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2020/08/20 15:36:04 UTC

[geode-native] branch develop updated (629fc8e -> c791081)

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

bbender pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    from 629fc8e  GEODE-8344: Fix Windows build (#637)
     add c791081  GEODE-8436: Several threads calling PdxInstanceFactory::create() causes seg fault (#635)

No new revisions were added by this update.

Summary of changes:
 cppcache/integration/test/CMakeLists.txt           |   1 +
 .../integration/test/PdxInstanceFactoryTest.cpp    | 107 +++++++++++++++++++++
 cppcache/src/PdxTypeRegistry.cpp                   |   7 +-
 3 files changed, 111 insertions(+), 4 deletions(-)
 create mode 100644 cppcache/integration/test/PdxInstanceFactoryTest.cpp