commit | 3b101d06827c46a070081733cd40dbb3636ccf64 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Jul 21 22:44:09 2018 -0400 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Tue Jul 24 15:17:34 2018 -0700 |
tree | 21fe3caa45ffe1204a15383f67a678f996c91351 | |
parent | cf0aff8a03bb49bc52f46f462826bf362234473a [diff] |
Use std::move in more places Plus various code simplifications Change-Id: I19805e4a635e4c74afaff68f9d8968475217ec6e
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
.