commit | 1fd00240e0191dcee7af256a8cb027d25241a246 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun May 20 00:11:01 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 24 21:41:56 2018 -0400 |
tree | b52981a0740c61fe1c76e44f66b7be0a328d55f9 | |
parent | e24042225faf54c26fe7326f76e754567ed22a61 [diff] |
build: switch to C++14 Replace our homegrown implementation of optional (based on Boost.Optional) with optional-lite by Martin Moene. Change-Id: I4632cbc7c705a94af0b85a335515e3430bf3cb1f Refs: #3076
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.