GEODE-2411: Remove references to Gemfire from include guards.

This closes #387

- Replace Gemfire-related include guards with #pragma once.
- Add Geode-related, Google-style-guide-compliant
  include guards for feature-poor compilers.
482 files changed
tree: 2d8fce66dae32e8e6350630ab218d5cf72e5286f
  1. bin/
  2. cmake/
  3. dist/
  4. etc/
  5. examples/
  6. packer/
  7. src/
  8. .clang-format
  9. .clang-tidy
  10. .gitignore
  11. .ratignore
  12. BUILDING.md
  13. CONTRIBUTING.md
  14. LICENSE
  15. NOTICE
  16. README.md
README.md

Overview
Building from Source
Introduction
Application Development

Overview

Native Client is a client implementation for [Apache Geode] (http://geode.apache.org/) that does not require the Java server JARs.

Building from Source

Directions to build Native Client from source can be found in the source distribution in src/BUILDING.md.

Introduction

Please refer to the [Native Client documentation] (http://gemfire-native.docs.pivotal.io/native/introduction/native-client-intro.html) for help in getting started with Native Client.

Application Development

Native Client applications can be written in these client technologies: