commit | 7f20d6ec6c22dd37ba3eb5657aeab2c193558013 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Jan 16 14:43:58 2017 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Jan 16 14:48:06 2017 -0500 |
tree | ff54faae00c2cce0d53316ff18494ed08ff52080 | |
parent | 574aa86e88168e812fe7c40c3a42ab82eada68bd [diff] |
build+src: mark destructor virtual in classes with virtual functions And to prevent similar mistakes in the future, add -Wnon-virtual-dtor to the default build flags. Change-Id: I28e2361341abab29fca134309288cd259736d67a
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
.