geode git commit: GEODE-2572: getCache method implemented for LuceneService

2017-03-01 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 812765920 -> ab5650672 GEODE-2572: getCache method implemented for LuceneService * getCache method implemented for LuceneService * simple integration test to validate the result of LuceneService.getCache Project:

geode git commit: Revert "GEODE-2562 Revise Main Features paragraph per review"

2017-03-01 Thread kmiller
Repository: geode Updated Branches: refs/heads/develop 45c150d86 -> 812765920 Revert "GEODE-2562 Revise Main Features paragraph per review" This reverts commit c0d43b35ee78dfbfb2fee767bc552ed924da6eb7. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[2/3] geode git commit: GEODE-2562 Revise Main Features paragraph per review

2017-03-01 Thread kmiller
GEODE-2562 Revise Main Features paragraph per review Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c0d43b35 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c0d43b35 Diff:

[1/3] geode git commit: GEODE-2562 CTR Revise docs Main Features section

2017-03-01 Thread kmiller
Repository: geode Updated Branches: refs/heads/develop 319304e28 -> 45c150d86 GEODE-2562 CTR Revise docs Main Features section - Remove instances of GemFire - Simplify some language - Add a paragraph about Geode Native (clients in other languages) Project:

[14/21] geode-native git commit: GEODE-2494: Replace SpinLock with spinlock_mutex.

2017-03-01 Thread jbarrett
GEODE-2494: Replace SpinLock with spinlock_mutex. - Cleanup C++ standards. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/758a5a18 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/758a5a18 Diff:

[07/21] geode-native git commit: GEODE-2494: Replaced spin lock protected counter with std::atomic.

2017-03-01 Thread jbarrett
GEODE-2494: Replaced spin lock protected counter with std::atomic. - Cleanup C++11 standards. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/a801e5eb Tree:

[17/21] geode-native git commit: GEODE-2531: Replace HostAsm::atomic with std::atomic.

2017-03-01 Thread jbarrett
GEODE-2531: Replace HostAsm::atomic with std::atomic. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/efced0d3 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/efced0d3 Diff:

[15/21] geode-native git commit: GEODE-2494: Replace global statics with class scoped statics.

2017-03-01 Thread jbarrett
GEODE-2494: Replace global statics with class scoped statics. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/2eb71eec Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/2eb71eec Diff:

[19/21] geode-native git commit: GEODE-2552: Replace NanoSleep with std::this_thread::sleepFor.

2017-03-01 Thread jbarrett
GEODE-2552: Replace NanoSleep with std::this_thread::sleepFor. - Replaced custom time/duration with std::crono. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/01800657 Tree:

[04/21] geode-native git commit: GEODE-2494: Replace SpinLock with spinlock_mutex.

2017-03-01 Thread jbarrett
GEODE-2494: Replace SpinLock with spinlock_mutex. - Cleanup C++ standards. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/10ba32c0 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/10ba32c0 Diff:

[16/21] geode-native git commit: GEODE-2494: Reverts conversion to pointer from ref.

2017-03-01 Thread jbarrett
GEODE-2494: Reverts conversion to pointer from ref. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/b168e389 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/b168e389 Diff:

[12/21] geode-native git commit: GEODE-2494: Replace SpinLock with spinlock_mutex.

2017-03-01 Thread jbarrett
GEODE-2494: Replace SpinLock with spinlock_mutex. - Cleanup C++ standards. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/8de83a2d Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/8de83a2d Diff:

[01/21] geode-native git commit: GEODE-2494: Replace SpinLock with spinlock_mutex.

2017-03-01 Thread jbarrett
Repository: geode-native Updated Branches: refs/heads/develop 8fcb74197 -> c3c42312f GEODE-2494: Replace SpinLock with spinlock_mutex. - Cleanup C++ standards. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit:

[05/21] geode-native git commit: GEODE-2494: Replace SpinLock with spinlock_mutex.

2017-03-01 Thread jbarrett
GEODE-2494: Replace SpinLock with spinlock_mutex. - Cleanup C++11 standards. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/15f14075 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/15f14075

[09/21] geode-native git commit: GEODE-2494: Replace SpinLock with spinlock_mutex.

2017-03-01 Thread jbarrett
GEODE-2494: Replace SpinLock with spinlock_mutex. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/b6c931d4 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/b6c931d4 Diff:

[10/21] geode-native git commit: GEODE-2494: Fixes missing include for strlen.

2017-03-01 Thread jbarrett
GEODE-2494: Fixes missing include for strlen. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/561f80a0 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/561f80a0 Diff:

[08/21] geode-native git commit: GEODE-2494: Replace SpinLock with spinlock_mutex.

2017-03-01 Thread jbarrett
GEODE-2494: Replace SpinLock with spinlock_mutex. - Cleanup C++ standards. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/def40d9f Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/def40d9f Diff:

[13/21] geode-native git commit: GEODE-2494: Remove dead code.

2017-03-01 Thread jbarrett
GEODE-2494: Remove dead code. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/4f00f1cd Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/4f00f1cd Diff:

geode git commit: GEODE-2562 CTR Revise docs Main Features section

2017-03-01 Thread kmiller
Repository: geode Updated Branches: refs/heads/develop 635d31181 -> 319304e28 GEODE-2562 CTR Revise docs Main Features section - Remove instances of GemFire - Simplify some language - Add a paragraph about Geode Native (clients in other languages) Project:

[1/2] geode git commit: GEODE-2561 Docs: error in gfsecurity.properties example (Geode User Guide)

2017-03-01 Thread dbarnes
Repository: geode Updated Branches: refs/heads/develop 8b94e2ec2 -> 635d31181 GEODE-2561 Docs: error in gfsecurity.properties example (Geode User Guide) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c3dbd742 Tree:

[2/2] geode git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/geode into develop

2017-03-01 Thread dbarnes
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/geode into develop * 'develop' of https://git-wip-us.apache.org/repos/asf/geode: (57 commits) GEODE-2551 Fix code issues found by AppChecker Revert "GEODE-1887: Now Size api goes through ServerProxy when cache is of type

geode git commit: GEODE-2551 Fix code issues found by AppChecker

2017-03-01 Thread abaker
Repository: geode Updated Branches: refs/heads/develop 8a2983f6e -> 8b94e2ec2 GEODE-2551 Fix code issues found by AppChecker This closes #408 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8b94e2ec Tree:

geode-native git commit: Docs: Enable subnav expansion. This closes #43.

2017-03-01 Thread dbarnes
Repository: geode-native Updated Branches: refs/heads/develop 798e85a5b -> 8fcb74197 Docs: Enable subnav expansion. This closes #43. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/8fcb7419 Tree: