commit | 97242f78e95db60a1ea9ac3959e57f87638fc400 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Feb 29 14:28:15 2020 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Feb 29 20:56:32 2020 -0500 |
tree | 30a0ec20b5c32b8055449f3bcb168dd4da96e32d | |
parent | bc17d950e03a156ce291b35392e544f58fb49fcd [diff] |
ci: update Travis configuration * Add testing on arm64, ppc64le, and s390x with select compiler versions * Allow disabling the headers check by setting DISABLE_HEADERS_CHECK * Drop all versions of gcc < 7 and clang < 5 * Add clang 11 (development branch) * Reenable ASan on Linux with gcc 9 and clang 7, the upstream bugs have been fixed; ASan on clang 8 remains disabled * Drop Xcode 9.2 (macOS 10.12 is no longer supported) * Upgrade Xcode 11 to 11.3 * Remove USE_OPENSSL_1_1 and always build with openssl 1.1.1, since that's the only version available on Homebrew now * Workaround issue with missing /usr/local/opt/openssl on macOS * Various cleanups Change-Id: I90e7d61d176b60c1e6b90d2374a7a51dd1deabb3
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.
You're encouraged to contribute to ndn-cxx! Check out 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.