Skip to content

naquin/native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published