- 401d1a4 Switch to std::filesystem by Davide Pesavento · 7 days ago master
- 2073dce build: require gcc >= 9.1, recommend gcc >= 10.2 by Davide Pesavento · 2 weeks ago
- 4b7cffb build+docs: recommend Xcode 13 or later by Davide Pesavento · 7 months ago
- 150dbcb build: simplify and improve sphinx tool by Davide Pesavento · 10 months ago
- 0d89d41 build: rename `sphinx_build.py` to `sphinx.py` by Davide Pesavento · 10 months ago
- 0e7f734 build: make sphinx tool compatible with python 3.12 by Davide Pesavento · 10 months ago
- 936205d build: tell libc++ to avoid including transitive headers by Davide Pesavento · 10 months ago
- 91c15c8 build: stop defining _DEBUG, rely only on NDEBUG instead by Davide Pesavento · 12 months ago
- 8a93284 build: enable extra runtime checks in libstdc++/libc++ in debug mode by Davide Pesavento · 12 months ago
- afcf75d build: disable -Wenum-constexpr-conversion with clang 18 by Davide Pesavento · 12 months ago
- e277f8b tools: switch to Face::getIoContext() by Davide Pesavento · 1 year, 2 months ago
- 0a05f7a build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 2 months ago
- bf2e67f build: enable a few more compiler warnings by Davide Pesavento · 1 year, 5 months ago
- 5b15e2f build: decrease level of debug information produced by default by Davide Pesavento · 1 year, 5 months ago
- c5e3e7a build: drop official support for Ubuntu 18.04 and macOS 10.15 by Davide Pesavento · 1 year, 10 months ago
- 3bc8e19 Prepare release 22.12 by Davide Pesavento · 2 years ago NFD-22.12
- 9bfdaef build: link with lld if available by Davide Pesavento · 2 years, 3 months ago
- e541d1b build+ci: support macOS on arm64 by Davide Pesavento · 2 years, 4 months ago
- b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
- c52cd5e build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 10 months ago
- 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
- 1752159 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 8 months ago
- a6bd7da build: Remove unnecessary std::ref, causing compilation issues with Boost 1.70.0 by Alexander Afanasyev · 6 years ago
- 08b91c8 docs: sync sphinx build config with ndn-cxx, improve README.md by Davide Pesavento · 6 years ago
- 6ecc3f8 build: respect --without-systemd by Davide Pesavento · 6 years ago
- dfbeda2 build: ensure /usr/local/include is treated as system include path on FreeBSD by Davide Pesavento · 6 years ago
- 9be9980 Update WebSocket++ to 0.8.1 by Davide Pesavento · 6 years ago
- 69692ab build+ci: sync compilation flags and Travis-CI matrix with ndn-cxx by Davide Pesavento · 6 years ago
- d657d53 build: require clang >= 3.6 by Davide Pesavento · 7 years ago
- c0822fa build: switch to C++14 by Davide Pesavento · 7 years ago
- 5f35f64 build: require gcc >= 5.3 and boost >= 1.58 by Davide Pesavento · 7 years ago
- c14a8ac build: find Boost lib architecture automatically by Eric Newberry · 7 years ago
- 0064c1d build: update waf to version 2.0.6 by Davide Pesavento · 7 years ago
- 847de40 build: Add warning for non-virtual destructor and fix discovered issues by Alexander Afanasyev · 7 years ago
- b522070 build: Add -isystem and set specialized flags as a last configuration step by Alexander Afanasyev · 7 years ago
- a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
- c0a5a39 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
- 8eb5f8f build: sync default-compiler-flags.py with ndn-cxx by Davide Pesavento · 8 years ago
- 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
- 436f3bd build: Do not fail the build in debug mode when using deprecated declarations by Alexander Afanasyev · 8 years ago
- 0fc9748 build: Do not fail build when -Winfinite-recursion warning is generated by Alexander Afanasyev · 8 years ago
- 67f3027 build: add waf-tool to simplify building with AddressSanitizer & friends by Davide Pesavento · 8 years ago
- 25a8407 websocketpp: Update WebSocket++ to version 0.7.0 by Eric Newberry · 9 years ago
- b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
- cafae24 build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 9 years ago
- 3055294 build: fix pthread detection code in boost tool by Davide Pesavento · 9 years ago
- 8509398 build: Fix detection of Boost.Log compile flags by Alexander Afanasyev · 9 years ago
- e6f0e91 build: Update boost tool by Alexander Afanasyev · 9 years ago
- dd7e5da build: Fix compatibility with Python 3 by Alexander Afanasyev · 9 years ago
- f22ebaf tests+ci: Enable dual XML and HRF output of unit test results by Alexander Afanasyev · 9 years ago
- ed89ccc build: enable -Wextra by default by Davide Pesavento · 9 years ago
- 747b67d build: downgrade keyword-macro from an error to a warning with clang by Junxiao Shi · 9 years ago
- f485d89 build: disable clang's unused-local-typedef warning by Davide Pesavento · 9 years ago
- a98bf93 face: Refactor Face as LinkService+Transport by Eric Newberry · 9 years ago
- ec2a698 Remove illegal std::to_string definition and use ndn::to_string in its place by Davide Pesavento · 9 years ago
- 483d652 build: Disable precompiled headers on OS X with clang < 6.1.0 by Alexander Afanasyev · 10 years ago
- ce81230 build: Emulate std::to_string when it is missing by Alexander Afanasyev · 10 years ago
- e06b627 build: Update waf to version 1.8.8-dev (with custom patches) by Alexander Afanasyev · 10 years ago
- ce07470 face: update websocketpp to version 0.5.1 by Wentao Shang · 10 years ago
- 7681863 build: Several updates of the build scripts by Alexander Afanasyev · 10 years ago
- 4147c00 build: disable EthernetFace only with boost 1.56.0, not later versions. by Davide Pesavento · 10 years ago
- 6077b39 build+ci: Fixing compilation and CI scripts by Alexander Afanasyev · 10 years ago
- 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
- b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
- b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
- 306df5e build: compile websocketpp in C++11 by Wentao Shang · 10 years ago
- ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
- b1c1a83 face: update websocketpp submodule to version 0.3.0 by Wentao Shang · 10 years ago
- e918621 build: Disable Ethernet face support on OSX with Boost 1.56 by Alexander Afanasyev · 10 years ago
- 6a75b76 build: Do not warn about C99 extensions by Alexander Afanasyev · 10 years ago
- 2fdbe86 build: Fix bug in instructions to get websocketpp library by Alexander Afanasyev · 10 years ago
- dc26b27 build: minor fix for python3 compatibility. by Davide Pesavento · 11 years ago
- f86b5c4 build: Disable `unneeded-internal-declaration` warning by Alexander Afanasyev · 11 years ago
- ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 11 years ago
- 58ea458 build: Updated precompiled header support (enabled by default) by Alexander Afanasyev · 11 years ago
- 8552a38 build: Enabling ability to use precompiled headers and some other build fixes by Alexander Afanasyev · 11 years ago
- 39a7d6a build: Fixing dependency detection by Alexander Afanasyev · 11 years ago
- a4e71b4 build: simplify Unix sockets check. by Davide Pesavento · 11 years ago
- 53df163 face: Implement WebSocket channel, face, and factory. by Wentao Shang · 11 years ago
- 55b8ed4 docs: update README and add RELEASE NOTES by Beichuan Zhang · 11 years ago
- 2229503 build: downgrade maybe-uninitialized from an error to a warning by Junxiao Shi · 11 years ago
- d35176c build: Adding `-Werror` during compiler flag detection phase by Alexander Afanasyev · 11 years ago
- dc9c811 build: Another fix for UNIX socket detection by Alexander Afanasyev · 11 years ago
- 07c1057 build: Removing unnecessary dependencies for UNIX sockets detection by Alexander Afanasyev · 11 years ago
- 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
- 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
- 5cda2e0 build: Allow customization of paths for libpcap, librt, and libresolv by Alexander Afanasyev · 11 years ago
- 1bdef28 build: update default CXXFLAGS. by Davide Pesavento · 11 years ago
- 49272f7 docs: Enabling sphinx-based documentation and styling docs closer to named-data.net by Alexander Afanasyev · 11 years ago
- 97e4cac build: Small reorganization with build scripts by Alexander Afanasyev · 11 years ago
- d0b4491 build: Allow option to force compilation with unix sockets enable by Alexander Afanasyev · 11 years ago
- e1724c4 build+ci: Fixing boost version checking and travis script by Alexander Afanasyev · 11 years ago
- c78b141 build: Detecting if UNIX socket is available and disabling it if it is not by Alexander Afanasyev · 11 years ago
- 689569b build: Add coverage.py tool that introduces --with-coverage configure option by Alexander Afanasyev · 11 years ago
- 35fc2b7 docs: Enabling `doxygen` build target by Alexander Afanasyev · 11 years ago
- 2aa3962 Adding build system, README, COPYING, basic INSTALL.md, and skeleton for unit tests by Alexander Afanasyev · 11 years ago