commit | 02a4bf3f7f2673412fc6c9001ae93779a1a013e4 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 21 21:07:46 2015 -0700 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Tue Feb 24 07:56:08 2015 -0800 |
tree | e300a9b63479175a7cc2c2f2705da9f4871b28f1 | |
parent | df5927eeaa9d8965b8df63c6a7e578aa10124ba7 [diff] |
encoding: change Block::fromBuffer return type Block::fromBuffer is changed from taking constructed Block as output parameter to returning the constructed Block as part of returned tuple. Old API becomes deprecated. refs #2553 Change-Id: I64610353b8c0780ee09ebe9089c539fa27506a5e
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: http://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/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.