commit | 25d4f1c95e37c97cf500b7b06d956cd57337c1b1 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 29 23:31:04 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 29 23:31:04 2020 -0400 |
tree | fc7ac5f362dabf16c7d121158722b80b8272d46c | |
parent | 71c622bb68c00026ba3ec27afad6337d836b5113 [diff] |
build: add PCHs for ndnsec and unit tests, fine-tune the existing ones A full debug+tests build now takes 10% less time with gcc-9 and 21% less with clang-10. Release builds (without tests) are only marginally faster with gcc and 7% faster with clang. Change-Id: I494778fe44cecc6209819a49f48a03f4d16c36af
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.