geode-native git commit: GEDOE-2832: Fixing the link of README.md

2017-05-08 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 9c5db5626 -> e2630b160 GEDOE-2832: Fixing the link of README.md Fixed an error in Markdown link notation of README.md. Delete the space between the display name and the destination URL. Delete the statements about JCE. This closes

geode-native git commit: GEODE-2873: Fixes character conversion of exceptions from server.

2017-05-03 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 2e2f0f8ae -> 80e4bb413 GEODE-2873: Fixes character conversion of exceptions from server. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/80e4bb41

geode-native git commit: GEODE-2814 Remove curl dependency from native client build

2017-05-05 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 80e4bb413 -> 89f11dfea GEODE-2814 Remove curl dependency from native client build Signed-off-by: Scott Jewell This closes #96 Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org

geode-native git commit: GEODE-2877: Call .NET IAuthInitialize through delegates.

2017-05-05 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 89f11dfea -> 1365aade1 GEODE-2877: Call .NET IAuthInitialize through delegates. Also fixes path issues with .NET integration tests. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache

geode-native git commit: GEODE-2877: Fixes integration tests generation issues on Windows.

2017-05-05 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 1365aade1 -> 9c5db5626 GEODE-2877: Fixes integration tests generation issues on Windows. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/9c5db562 T

[08/10] geode-native git commit: GEODE-2462: Remove examples directory.

2017-02-13 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/b2edccfc/examples/clicache/ExecuteFunctions/ExecuteFunctions.csproj -- diff --git a/examples/clicache/ExecuteFunctions/ExecuteFunctions.csproj b/examples/clicache/ExecuteFun

[04/10] geode-native git commit: GEODE-2462: Remove examples directory.

2017-02-13 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/b2edccfc/examples/dist/cacheRunner/ExampleObject.hpp -- diff --git a/examples/dist/cacheRunner/ExampleObject.hpp b/examples/dist/cacheRunner/ExampleObject.hpp deleted file m

geode-native git commit: GEODE-2376: Remove low-value comments from ThinClientPoolDM.cpp.

2017-02-13 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop b2edccfcc -> 62f0e3872 GEODE-2376: Remove low-value comments from ThinClientPoolDM.cpp. - Remove the stack trace comment. - Remove commented-out code that already exists in the history of the file in version control. This closes

geode-native git commit: GEODE-2467: Switch Xerces CMakeLists.txt to highest supported Visual Studio version.

2017-02-14 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 62f0e3872 -> 37a0e008b GEODE-2467: Switch Xerces CMakeLists.txt to highest supported Visual Studio version. - Also move MSVC_VERSION check above if (WIN32) check - This change allows building Xerces with Visual Studio 2015 (called

geode-native git commit: GEODE-2470: Replace sed dependency with standard C++.

2017-02-14 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 87b6e0355 -> 21c050f94 GEODE-2470: Replace sed dependency with standard C++. - sed is used in CacheHelper to do string replacement of port number variables in the input xml configuration files. This closes #6. Project: http://git

geode-native git commit: GEODE-2462: Remove examples file used by unit tests.

2017-02-14 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 21c050f94 -> 975f48fa6 GEODE-2462: Remove examples file used by unit tests. This closes #10. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/975f

geode-native git commit: GEODE-2486: Initialize OpenSSL for DEFAULT cipher support.

2017-02-15 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 975f48fa6 -> ad8b5a83b GEODE-2486: Initialize OpenSSL for DEFAULT cipher support. - Init SSLv23_client mode to support negotiation of all SSL/TLS versions. - Cleanup C++ style issues. - Update tests to use NON-NULL cipher. Projec

[3/3] geode-native git commit: GEODE-2484 Replace ace calls to standard functions

2017-02-15 Thread jbarrett
GEODE-2484 Replace ace calls to standard functions - Fix compile errors related to including headers - Fix formatting and c-style cast warnings This closes #3. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/d4

[2/3] geode-native git commit: GEODE-2484 Replace ace calls to standard functions

2017-02-15 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/d4e0a844/src/cppcache/src/PdxInstanceImpl.cpp -- diff --git a/src/cppcache/src/PdxInstanceImpl.cpp b/src/cppcache/src/PdxInstanceImpl.cpp index bf8d1ef..7111baa 100644 --- a

[1/3] geode-native git commit: GEODE-2484 Replace ace calls to standard functions

2017-02-15 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop ad8b5a83b -> d4e0a8447 http://git-wip-us.apache.org/repos/asf/geode-native/blob/d4e0a844/src/cppcache/src/statistics/OsStatisticsImpl.cpp -- diff --git a/src/cppcach

geode-native git commit: GEODE-2486: Fixes casting failure on Windows.

2017-02-15 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop d4e0a8447 -> 41d826e82 GEODE-2486: Fixes casting failure on Windows. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/41d826e8 Tree: http://git-wip

geode-native git commit: GEODE-2486: Fixes casting failure on Windows. [Forced Update!]

2017-02-15 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 41d826e82 -> 3daae6ed5 (forced update) GEODE-2486: Fixes casting failure on Windows. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/3daae6ed Tree

[1/3] geode-native git commit: Revert "GEODE-2484 Replace ace calls to standard functions"

2017-02-17 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 3daae6ed5 -> d7f6ac3d4 http://git-wip-us.apache.org/repos/asf/geode-native/blob/d7f6ac3d/src/cppcache/src/statistics/OsStatisticsImpl.cpp -- diff --git a/src/cppcach

[3/3] geode-native git commit: Revert "GEODE-2484 Replace ace calls to standard functions"

2017-02-17 Thread jbarrett
Revert "GEODE-2484 Replace ace calls to standard functions" Broken CL compiling on VS 2013 which does not have complete C++11 features, e.g. std::snprintf. This reverts commit d4e0a8447b1e54d5c34a35069bc24a30d8258e2e. This closes #18. Project: http://git-wip-us.apache.org/repos/asf/geode-nativ

[2/3] geode-native git commit: Revert "GEODE-2484 Replace ace calls to standard functions"

2017-02-17 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/d7f6ac3d/src/cppcache/src/PdxInstanceImpl.cpp -- diff --git a/src/cppcache/src/PdxInstanceImpl.cpp b/src/cppcache/src/PdxInstanceImpl.cpp index 7111baa..bf8d1ef 100644 --- a

geode-native git commit: GEODE-2309: Remove or ignore apache-rat flagged files

2017-02-17 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop d7f6ac3d4 -> 0657197f5 GEODE-2309: Remove or ignore apache-rat flagged files This closes #12. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/065

[10/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/RegionFactory.hpp -- diff --git a/src/cppcache/include/gfcpp/RegionFactory.hpp b/src/cppcache/include/gfcpp/RegionFactory.hpp deleted fil

[03/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/src/dllmain.cpp -- diff --git a/src/cppcache/src/dllmain.cpp b/src/cppcache/src/dllmain.cpp index ca446b0..d7d9854 100644 --- a/src/cppcache/src/dllmain

[09/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/SystemProperties.hpp -- diff --git a/src/cppcache/include/gfcpp/SystemProperties.hpp b/src/cppcache/include/gfcpp/SystemProperties.hpp de

[13/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/PdxInstanceFactory.hpp -- diff --git a/src/cppcache/include/gfcpp/PdxInstanceFactory.hpp b/src/cppcache/include/gfcpp/PdxInstanceFactory.

[14/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/Log.hpp -- diff --git a/src/cppcache/include/gfcpp/Log.hpp b/src/cppcache/include/gfcpp/Log.hpp deleted file mode 100644 index 4644451..0

[17/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/CacheableDate.hpp -- diff --git a/src/cppcache/include/gfcpp/CacheableDate.hpp b/src/cppcache/include/gfcpp/CacheableDate.hpp deleted fil

[05/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/src/ExecutionImpl.hpp -- diff --git a/src/cppcache/src/ExecutionImpl.hpp b/src/cppcache/src/ExecutionImpl.hpp index 7c4d95a..eae3e32 100644 --- a/src/c

[02/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/quickstart/cpp/ExecuteFunctions.cpp -- diff --git a/src/quickstart/cpp/ExecuteFunctions.cpp b/src/quickstart/cpp/ExecuteFunctions.cpp index 2433d01..f4ffbae 100

[23/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/PoolFactory.hpp -- diff --git a/src/cppcache/include/geode/PoolFactory.hpp b/src/cppcache/include/geode/PoolFactory.hpp new file mode 100

[25/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/Log.hpp -- diff --git a/src/cppcache/include/geode/Log.hpp b/src/cppcache/include/geode/Log.hpp new file mode 100644 index 000..9a9a4

[24/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/PdxInstanceFactory.hpp -- diff --git a/src/cppcache/include/geode/PdxInstanceFactory.hpp b/src/cppcache/include/geode/PdxInstanceFactory.

[22/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/Region.hpp -- diff --git a/src/cppcache/include/geode/Region.hpp b/src/cppcache/include/geode/Region.hpp new file mode 100644 index 0

[31/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
GEODE-2476: Replace gfcpp with geode. - Rename directories and files with gfcpp into their name to instead use geode and update all references thereto. - Remove the gfcpp executable. - Rename gfcpp.properties to geode.properties and update all references thereto. - Ensure formatting style guid

[19/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/statistics/StatisticDescriptor.hpp -- diff --git a/src/cppcache/include/geode/statistics/StatisticDescriptor.hpp b/src/cppcache/include/g

[20/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/SystemProperties.hpp -- diff --git a/src/cppcache/include/geode/SystemProperties.hpp b/src/cppcache/include/geode/SystemProperties.hpp ne

[27/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/DataInput.hpp -- diff --git a/src/cppcache/include/geode/DataInput.hpp b/src/cppcache/include/geode/DataInput.hpp new file mode 100644 in

[08/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/statistics/StatisticDescriptor.hpp -- diff --git a/src/cppcache/include/gfcpp/statistics/StatisticDescriptor.hpp b/src/cppcache/include/g

[28/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/CacheableDate.hpp -- diff --git a/src/cppcache/include/geode/CacheableDate.hpp b/src/cppcache/include/geode/CacheableDate.hpp new file mo

[16/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/DataInput.hpp -- diff --git a/src/cppcache/include/gfcpp/DataInput.hpp b/src/cppcache/include/gfcpp/DataInput.hpp deleted file mode 10064

[21/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/RegionFactory.hpp -- diff --git a/src/cppcache/include/geode/RegionFactory.hpp b/src/cppcache/include/geode/RegionFactory.hpp new file mo

[29/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/CacheFactory.hpp -- diff --git a/src/cppcache/include/geode/CacheFactory.hpp b/src/cppcache/include/geode/CacheFactory.hpp new file mode

[04/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/src/RegionExpiryHandler.hpp -- diff --git a/src/cppcache/src/RegionExpiryHandler.hpp b/src/cppcache/src/RegionExpiryHandler.hpp index 07b7a68..e8cf0fe

[01/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 0af3df3a3 -> fd58b1005 http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/tests/cpp/testobject/ArrayOfByte.hpp -- diff --git a/src/tests/cpp/testo

[06/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/integration-test/testXmlCacheCreationWithRefid.cpp -- diff --git a/src/cppcache/integration-test/testXmlCacheCreationWithRefid.cpp b/src/cppcache/integ

[15/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/ExceptionTypes.hpp -- diff --git a/src/cppcache/include/gfcpp/ExceptionTypes.hpp b/src/cppcache/include/gfcpp/ExceptionTypes.hpp deleted

[26/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/geode/ExceptionTypes.hpp -- diff --git a/src/cppcache/include/geode/ExceptionTypes.hpp b/src/cppcache/include/geode/ExceptionTypes.hpp new file

[30/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/clicache/src/ExceptionTypes.hpp -- diff --git a/src/clicache/src/ExceptionTypes.hpp b/src/clicache/src/ExceptionTypes.hpp index c29bfef..b9a1c1c 100644 --- a/sr

[12/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/PoolFactory.hpp -- diff --git a/src/cppcache/include/gfcpp/PoolFactory.hpp b/src/cppcache/include/gfcpp/PoolFactory.hpp deleted file mode

[18/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/CacheFactory.hpp -- diff --git a/src/cppcache/include/gfcpp/CacheFactory.hpp b/src/cppcache/include/gfcpp/CacheFactory.hpp deleted file m

[07/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/integration-test/TimeBomb.hpp -- diff --git a/src/cppcache/integration-test/TimeBomb.hpp b/src/cppcache/integration-test/TimeBomb.hpp index 8ccf811..61

[11/31] geode-native git commit: GEODE-2476: Replace gfcpp with geode.

2017-02-21 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/fd58b100/src/cppcache/include/gfcpp/Region.hpp -- diff --git a/src/cppcache/include/gfcpp/Region.hpp b/src/cppcache/include/gfcpp/Region.hpp deleted file mode 100644 index b

[geode] branch develop updated (b65af0e -> 9cc61bf)

2020-06-25 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from b65af0e GEODE-8099: make those gfsh commands that updates cluster configuratiā€¦ (#5285) add 9cc61bf GEODE

[geode-benchmarks] branch develop updated: Enable long bench

2020-07-14 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git The following commit(s) were added to refs/heads/develop by this push: new 4aee6e2 Enable long bench

[geode-benchmarks] branch develop updated: Revert "Enable long bench"

2020-07-14 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git The following commit(s) were added to refs/heads/develop by this push: new d3e8265 Revert "Enable

[geode] branch develop updated (067194e -> 1469eb7)

2020-07-27 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 067194e GEODE-8333: Fix PUBSUB hang (#5349) add 1469eb7 For CI test runs, split the assemble and test

[geode] branch develop updated (169ca6a -> d4b9ecd)

2020-09-29 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 169ca6a GEODE-8491: Do not store dropped events in stopped primary gateway seā€¦ (#5509) add d4b9ecd GEODE

[geode] branch develop updated: GEODE-8590: Cleanup dependencies in the session state modules (#5610)

2020-10-09 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 6476002 GEODE-8590: Cleanup dependencies in

[geode] branch develop updated: GEODE-8590: Cleanup dependencies in the session state modules (#5610)

2020-10-09 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 6476002 GEODE-8590: Cleanup dependencies in

[geode] branch develop updated (e3d157d -> fef7a76)

2020-10-22 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from e3d157d GEODE-8638: Match the way Redis 5.x handles HELLO (#5650) add fef7a76 GEODE-8597: Improvements to

[geode] branch develop updated (e3d157d -> fef7a76)

2020-10-22 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from e3d157d GEODE-8638: Match the way Redis 5.x handles HELLO (#5650) add fef7a76 GEODE-8597: Improvements to

[geode] branch develop updated (fef7a76 -> a048a72)

2020-10-22 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from fef7a76 GEODE-8597: Improvements to JMH integration (#5606) add a048a72 GEODE-8611: Fixes default

[geode] branch develop updated (fef7a76 -> a048a72)

2020-10-22 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from fef7a76 GEODE-8597: Improvements to JMH integration (#5606) add a048a72 GEODE-8611: Fixes default

[8/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
GEODE-2478: Replace gf with geode. - Rename directories and files with gf into their name to instead use geode and update all references thereto. - Ensure formatting style guide compliance. - Elide duplicate GEODE_ from include guards. This closes #23. Project: http://git-wip-us.apache.org/re

[1/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop fd58b1005 -> 46f71fde8 http://git-wip-us.apache.org/repos/asf/geode-native/blob/46f71fde/src/cppcache/src/ThinClientBaseDM.hpp -- diff --git a/src/cppcache/src/ThinC

[3/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/46f71fde/src/clicache/src/impl/ManagedCacheableDeltaBytes.cpp -- diff --git a/src/clicache/src/impl/ManagedCacheableDeltaBytes.cpp b/src/clicache/src/impl/ManagedCacheableDe

[6/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/46f71fde/src/clicache/src/Log.cpp -- diff --git a/src/clicache/src/Log.cpp b/src/clicache/src/Log.cpp index b3569ca..461f362 100644 --- a/src/clicache/src/Log.cpp +++ b/src/c

[4/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/46f71fde/src/clicache/src/gfclicache.vcxproj.filters -- diff --git a/src/clicache/src/gfclicache.vcxproj.filters b/src/clicache/src/gfclicache.vcxproj.filters deleted file m

[2/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/46f71fde/src/cppcache/include/geode/PoolFactory.hpp -- diff --git a/src/cppcache/include/geode/PoolFactory.hpp b/src/cppcache/include/geode/PoolFactory.hpp index f50ac70..48

geode-native git commit: GEODE-2516: Fix quickstart install to retain permissions.

2017-02-22 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 46f71fde8 -> 59cfa9f64 GEODE-2516: Fix quickstart install to retain permissions. - By default cmake install unsets the execute bit. To retain it add USE_SOURCE_PERMISSIONS flag. This closes #22. Project: http://git-wip-us.apache

[5/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/46f71fde/src/clicache/src/geodeclicache.vcxproj.filters -- diff --git a/src/clicache/src/geodeclicache.vcxproj.filters b/src/clicache/src/geodeclicache.vcxproj.filters new f

[7/8] geode-native git commit: GEODE-2478: Replace gf with geode.

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/46f71fde/src/clicache/src/CacheableKey.cpp -- diff --git a/src/clicache/src/CacheableKey.cpp b/src/clicache/src/CacheableKey.cpp index f1d6787..aa4e1c8 100644 --- a/src/clic

[18/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/impl/CPPParser/CPPParser.hpp -- diff --git a/contrib/pdxautoserializer/src/impl/CPPParser/CPPParser.hpp b/contrib/pdxautoserializer/sr

[17/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/impl/CPPParser/CPP_parser.g -- diff --git a/contrib/pdxautoserializer/src/impl/CPPParser/CPP_parser.g b/contrib/pdxautoserializer/src/

[13/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/cppcache/integration-test/testThinClientPdxTestsWithAuto.cpp -- diff --git a/src/cppcache/integration-test/testThinClientPdxTestsWithAuto.cpp b/src/cppcache/int

[02/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/tests/cpp/testobject/PdxClassV2WithAuto.hpp -- diff --git a/src/tests/cpp/testobject/PdxClassV2WithAuto.hpp b/src/tests/cpp/testobject/PdxClassV2WithAuto.hpp de

[12/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/ASBuiltins.hpp -- diff --git a/src/pdxautoserializer/ASBuiltins.hpp b/src/pdxautoserializer/ASBuiltins.hpp deleted file mode 100644 index 3fa3

[04/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/impl/Main.cpp -- diff --git a/src/pdxautoserializer/impl/Main.cpp b/src/pdxautoserializer/impl/Main.cpp deleted file mode 100644 index 42e651f

[23/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
GEODE-2441: Move pdx auto serializer into standalone contrib This closes #21. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/97ded703 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/97ded703 Diff

[20/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/impl/CPPParser/CPPLexer.hpp -- diff --git a/contrib/pdxautoserializer/src/impl/CPPParser/CPPLexer.hpp b/contrib/pdxautoserializer/src/

[07/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/impl/CPPParser/CPPParser.hpp -- diff --git a/src/pdxautoserializer/impl/CPPParser/CPPParser.hpp b/src/pdxautoserializer/impl/CPPParser/CPPPars

[08/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/impl/CPPParser/CPPParser.cpp -- diff --git a/src/pdxautoserializer/impl/CPPParser/CPPParser.cpp b/src/pdxautoserializer/impl/CPPParser/CPPPars

[14/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
GEODE-2441: Remove pdx auto serializer from core sources Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/7c7f73cc Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/7c7f73cc Diff: http://git-wip-us.ap

[01/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop c158368d1 -> 97ded7036 http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/tests/cpp/testobject/VariousPdxTypesWithAuto.hpp -- diff --git a/src/tes

[16/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/impl/CPPParser/Dictionary.cpp -- diff --git a/contrib/pdxautoserializer/src/impl/CPPParser/Dictionary.cpp b/contrib/pdxautoserializer/

[22/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/InputParser.cpp -- diff --git a/contrib/pdxautoserializer/src/InputParser.cpp b/contrib/pdxautoserializer/src/InputParser.cpp new file

[21/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/impl/CPPParser/CPPLexer.cpp -- diff --git a/contrib/pdxautoserializer/src/impl/CPPParser/CPPLexer.cpp b/contrib/pdxautoserializer/src/

[05/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/impl/CPPParser/Dictionary.cpp -- diff --git a/src/pdxautoserializer/impl/CPPParser/Dictionary.cpp b/src/pdxautoserializer/impl/CPPParser/Dicti

[11/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/OutputFormatter.cpp -- diff --git a/src/pdxautoserializer/OutputFormatter.cpp b/src/pdxautoserializer/OutputFormatter.cpp deleted file mode 10

[10/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/impl/CPPParser/CPPLexer.cpp -- diff --git a/src/pdxautoserializer/impl/CPPParser/CPPLexer.cpp b/src/pdxautoserializer/impl/CPPParser/CPPLexer.

[03/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/tests/cpp/testobject/PdxAutoMegaType.cpp -- diff --git a/src/tests/cpp/testobject/PdxAutoMegaType.cpp b/src/tests/cpp/testobject/PdxAutoMegaType.cpp deleted fil

[19/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/impl/CPPParser/CPPParser.cpp -- diff --git a/contrib/pdxautoserializer/src/impl/CPPParser/CPPParser.cpp b/contrib/pdxautoserializer/sr

[09/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/impl/CPPParser/CPPLexer.hpp -- diff --git a/src/pdxautoserializer/impl/CPPParser/CPPLexer.hpp b/src/pdxautoserializer/impl/CPPParser/CPPLexer.

[15/23] geode-native git commit: GEODE-2441: Move pdx auto serializer into standalone contrib

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/97ded703/contrib/pdxautoserializer/src/impl/Main.cpp -- diff --git a/contrib/pdxautoserializer/src/impl/Main.cpp b/contrib/pdxautoserializer/src/impl/Main.cpp new file mode

[06/23] geode-native git commit: GEODE-2441: Remove pdx auto serializer from core sources

2017-02-22 Thread jbarrett
http://git-wip-us.apache.org/repos/asf/geode-native/blob/7c7f73cc/src/pdxautoserializer/impl/CPPParser/CPP_parser.g -- diff --git a/src/pdxautoserializer/impl/CPPParser/CPP_parser.g b/src/pdxautoserializer/impl/CPPParser/CPP_parse

[1/2] geode-native git commit: GEODE-2508: Initial work on new approach to generic lib naming.

2017-02-23 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 97ded7036 -> c45b7895d GEODE-2508: Initial work on new approach to generic lib naming. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/90f7514a Tr

[2/2] geode-native git commit: GEODE-2508: Fixes for Windows + suggested changes

2017-02-23 Thread jbarrett
GEODE-2508: Fixes for Windows + suggested changes - removed dead code - reworked algo for dll finding to be modern c++ - clean up of CMakeList.txt file This closes #24. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/

[1/2] geode-native git commit: GEODE-2382: Replace gemstone with geode.

2017-02-23 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop c45b7895d -> 938aa471b http://git-wip-us.apache.org/repos/asf/geode-native/blob/938aa471/src/quickstart/csharp/vsprojects/HACache/Properties/AssemblyInfo.cs -- diff

[2/2] geode-native git commit: GEODE-2382: Replace gemstone with geode.

2017-02-23 Thread jbarrett
GEODE-2382: Replace gemstone with geode. - Remove AssemblyCompany. - Migrate package hierarchy from com.gemstone.gemfire to org.apache.geode. - Rename from gemstone.txt to geode.txt. This closes #25. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apa

[2/3] geode-native git commit: GEODE-2440: Switch hashcode() return type.

2017-02-23 Thread jbarrett
GEODE-2440: Switch hashcode() return type. - Conver from unit32_t to int32_t to match server. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/71c34a80 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tr

  1   2   3   4   5   6   7   8   9   10   >