commit | acfff32b8725a83a388d9204bc90c6ee46993ef4 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun May 04 14:55:42 2025 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun May 04 17:04:26 2025 -0400 |
tree | 1eb3d27b8788e7040c377ab9c856f5b157916c2f | |
parent | 487cc9a07bd2aae9dd1bb5548b6b6d38d59b1e39 [diff] |
util: avoid NDN_THROW_NESTED in RegexRepeatMatcher This is a workaround for an odd crash in boost::current_exception() on Ubuntu 25.04 (see https://github.com/boostorg/exception/issues/60) In this case the nested exception doesn't provide any useful extra information, so we're not losing much by simply dropping it. Also, suppress two new errors raised by lcov 2.3. Change-Id: I4fdbf13c360e8240899cc43bcc245b7eeedc4b55
ndn-cxx is a C++17 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 bug reports or feature requests to the ndn-cxx issue tracker.
Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md
to get started.
ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md
and COPYING.lesser
for details.
ndn-cxx contains third-party software, licensed under the following licenses: