Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naquin/native
Native C++ Library
https://github.com/naquin/native
Last synced: 3 months ago
JSON representation
Native C++ Library
- Host: GitHub
- URL: https://github.com/naquin/native
- Owner: naquin
- License: apache-2.0
- Created: 2013-11-01T03:19:41.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-05-23T18:25:43.000Z (over 9 years ago)
- Last Synced: 2024-04-10T05:30:21.700Z (7 months ago)
- Language: C++
- Size: 813 KB
- Stars: 49
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://www.boost.org/) and install for benchmarking.
Lower versions may also work, but are not tested. Use at your own risk.
- googletest (Google C++ Testing Framework)
[Download](http://code.google.com/p/googletest/) and install to run the unit tests.
Docs
----
- [native::istring](docs/Strings.md)
- [native::json](docs/JSON.md)