/native

Native C++ Library

Primary LanguageC++Apache License 2.0Apache-2.0

native

The Native Library is intended to provide first class libraries for C++11. The code here is designed from the ground up with C++11 so that we can make smarter choices and tradeoffs to provide code that will stand the test of time.

Requirements

Compiler that supports C++11.

Install

This library is header-only, so just reference the ./include in the include paths for your project.

Unit Test Dependencies

  • boost >= 1.55.0

    Download and install for benchmarking.

    Lower versions may also work, but are not tested. Use at your own risk.

  • googletest (Google C++ Testing Framework)

    Download and install to run the unit tests.

Docs