build: sync default CXXFLAGS and DEFINES with ndn-cxx

Change-Id: Ia15fd062f1edcefec464e806d13e6706dc6f4ab0
1 file changed
tree: f41b6591a257d1812377c2390608ed94034e8bbb
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. examples/
  5. src/
  6. systemd/
  7. tests/
  8. tools/
  9. .gitignore
  10. .jenkins
  11. .mailmap
  12. AUTHORS.md
  13. COPYING.md
  14. INSTALL.md
  15. README.md
  16. repo-ng.conf.sample
  17. waf
  18. wscript
README.md

repo-ng: Next generation NDN repository

CI Language

repo-ng is an implementation of a Named Data Networking (NDN) data repository, and follows the Repo protocol.

repo-ng uses ndn-cxx as the NDN development library and sqlite as the underlying storage engine.

Installation

See INSTALL.md for build instructions.

Reporting bugs

Please submit any bug reports or feature requests to the repo-ng issue tracker.

Contributing

We greatly appreciate contributions to the repo-ng code base, provided that they are licensed under the GNU GPL version 3 or a compatible license. If you are new to the NDN software community, please read our Contributor's Guide to get started.

License

repo-ng is free software distributed under the GNU General Public License version 3. See COPYING.md for details.