commit | a52eb1f40447a459dcb22974dd6ad00fd8435f24 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Oct 06 20:37:43 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Oct 06 20:39:17 2017 -0400 |
tree | 718816f70d69d347171c3976c9702fb93b448449 | |
parent | 1c597a1a64a91ff18271da7348d4bfddc9bd1b0b [diff] |
Reimplement DEPRECATED macro with C++ attributes And prefix it with NDN_CXX_ to avoid name clashes. Change-Id: I18fd99bbc04a414cbee668936272769dbc4ea761
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/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.