- 152ef44 Move BOOST_CONCEPT_ASSERT to unit tests where possible by Davide Pesavento · 1 year, 11 months ago
- 3fdb02f Use std::string_view in several APIs by Davide Pesavento · 1 year, 11 months ago
- 187e9f9 Adopt more C++17 features throughout the codebase by Davide Pesavento · 2 years ago
- eb87c28 detail: stop importing std::function into ndn namespace by Davide Pesavento · 2 years ago
- f6b4589 util: remove ndn::optional, use std::optional directly by Davide Pesavento · 2 years ago
- fcd3e44 build: switch to C++17 by Davide Pesavento · 2 years ago
- 15fa994 transport: replace a bunch of bools with a proper state machine by Davide Pesavento · 2 years, 3 months ago
- c860bd1 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 5 months ago
- 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 9 months ago
- e727229 name: make `Component(const Block&)` constructor explicit by Davide Pesavento · 3 years ago
- 21ee899 name: add isKeyword and appendKeyword convenience methods by Davide Pesavento · 3 years, 1 month ago
- 258d51a encoding: make Block convertible to span by Davide Pesavento · 3 years, 1 month ago
- df8fd8a name: convert to span by Davide Pesavento · 3 years, 1 month ago
- fbea4fc encoding: convert to span by Davide Pesavento · 3 years, 1 month ago
- f135f15 transport: remove unused send() overload by Davide Pesavento · 3 years, 2 months ago
- 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 3 years, 3 months ago
- 47a94d1 encoding: update to revision 3 of the naming conventions by Davide Pesavento · 3 years, 5 months ago
- 2e481fc common: stop importing std::{bind,ref,cref} into namespace ndn by Davide Pesavento · 3 years, 9 months ago
- f2cae61 Drop unnecessary v2 namespace qualifications by Davide Pesavento · 4 years ago
- 0990441 Ensure all include guards start with "NDN_CXX_" by Davide Pesavento · 4 years ago
- 25d4f1c build: add PCHs for ndnsec and unit tests, fine-tune the existing ones by Davide Pesavento · 4 years, 11 months ago
- 5353394 interest: refactor nonce handling by Davide Pesavento · 5 years ago
- bc17d95 name: provide more fine-grained choices for UriFormat by Davide Pesavento · 5 years ago
- d247d49 face: remove deprecated PendingInterestId, InterestFilterId, RegisteredPrefixId by Davide Pesavento · 5 years ago
- 009062d name: alternative URI syntax for component types used in naming conventions by Davide Pesavento · 5 years ago
- a421c80 face+transport: minor code cleanup by Davide Pesavento · 5 years ago
- 140e9cb util: backport C++17 [[nodiscard]] attribute by Davide Pesavento · 6 years ago
- b3f78b5 Introduce NDN_CXX_UNREACHABLE macro by Davide Pesavento · 6 years ago
- e7b90e5 face: rework list structures by Junxiao Shi · 6 years ago
- a5f233e util: rename Scheduler::scheduleEvent to schedule by Junxiao Shi · 6 years ago
- fd61231 util: add ndn::scheduler namespace alias by Davide Pesavento · 6 years ago
- 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
- da9761f face: don't use memory address as PendingInterestId by Junxiao Shi · 6 years ago
- 07115cc util: reimplement scheduler::EventId with CancelHandle by Junxiao Shi · 6 years ago
- d1fc9a7 detail: move common.hpp to 'detail' by Junxiao Shi · 6 years ago
- 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago