commit | d1fc9a710483dee47c94b68c300cc36e3826b30d | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Dec 12 16:35:34 2018 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Dec 12 16:35:34 2018 +0000 |
tree | 6ded2cc02963c36a6d8e4610d5f3840ea08fbc33 | |
parent | 24c5a00073c97a3e524d8c0ceee18ad22077d1f0 [diff] |
detail: move common.hpp to 'detail' common.hpp and config.hpp are implementation details that should be installed to target system. common-pch.hpp is moved to 'impl'. This commit also adds README.md to 'detail' and 'impl' directories to explain their semantics. refs #4782 Change-Id: I4f3e607338b3bdccbaddaed735f6326adcc2fda0
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
.