1. aa82eb6 common: remove NDN_CXX_DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 8 years ago
  2. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  3. 409cc20 Backport make_unique by Davide Pesavento · 9 years ago
  4. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  5. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  6. ac1a653 common: fix NDN_CXX_DECL_FINAL macro by Junxiao Shi · 9 years ago
  7. 895395f build: detect override & final specifiers support by Junxiao Shi · 9 years ago
  8. 00fade2 src: Delete deprecated ndn::ptr_lib, ndn::func_lib by Spyridon Mastorakis · 9 years ago
  9. b8901b2 common.hpp: mark as implementation detail by Junxiao Shi · 10 years ago
  10. 95fdebe common.hpp: avoid conflict between std::placeholders and Boost placeholders by Junxiao Shi · 10 years ago
  11. 468abc3 encoding: move MAX_NDN_PACKET_SIZE constant by Junxiao Shi · 10 years ago
  12. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  13. a034fa3 common: deprecate ndn::ptr_lib and ndn::func_lib by Junxiao Shi · 10 years ago
  14. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  15. 9984850 common.hpp: prepend NDN_CXX_ to WITH_TESTS macros by Junxiao Shi · 10 years ago
  16. 9913596 util: in-memory storage by Jiewen Tan · 10 years ago
  17. 49bb1fb face: Throw Face::Error if supplied Interest or Data exceeds maximum packet size by Alexander Afanasyev · 10 years ago
  18. 6a05b4b transport: Serialize socket write operations by Alexander Afanasyev · 10 years ago
  19. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  20. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  21. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  22. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  23. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  24. 1160baa build: Reorganizing wscript into a set smaller function-specific scripts by Alexander Afanasyev · 10 years ago
  25. b78bc4d build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS by Alexander Afanasyev · 10 years ago
  26. c145d49 tlv, name: add missing FaceEventKind TLV, deprecate Name::appendVersion/Segment by Steve DiBenedetto · 10 years ago
  27. 809805d encoding: Optimized Data packet encoding, preparation for memory-efficient signing operation by Alexander Afanasyev · 10 years ago
  28. 1515131 encoding: Extending Block and EncodingBuffer interfaces by Alexander Afanasyev · 10 years ago
  29. 233750e encoding: Fixing bugs in EncodingBlock and Block by Alexander Afanasyev · 10 years ago
  30. 8460afb face: Mark Face class as noncopyable by Alexander Afanasyev · 10 years ago
  31. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 10 years ago
  32. 1950885 build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace by Alexander Afanasyev · 10 years ago
  33. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago[Renamed (96%) from include/ndn-cpp-dev/common.hpp]
  34. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 10 years ago
  35. 9b18c56 build: Fix bug with enabling use of system-installed boost libraries by Alexander Afanasyev · 10 years ago
  36. b790d95 face+node: Improving async operations by Alexander Afanasyev · 10 years ago
  37. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago[Renamed (93%) from include/ndn-cpp/common.hpp]
  38. 31b4af2 security: refactoring KeyChain and related classess by Yingdi Yu · 11 years ago
  39. 472fa02 include: Add sanity check for enabled C++11 features by Alexander Afanasyev · 11 years ago
  40. ee94031 time: Changing time units to have int64_t type instead of double by Alexander Afanasyev · 11 years ago
  41. 0541cf4 build: Conditional check for C++11 and add ability to use system's boost instead of bundled version by Alexander Afanasyev · 11 years ago
  42. 86b6d64 ndnboost: Include boost::iostreams for internal use. by Jeff Thompson · 11 years ago
  43. 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
  44. 6d485a6 ndnboost: also replace the mpl_ barrier namespace. by Jeff Thompson · 11 years ago
  45. 2491bd6 ndnboost: Also replace header include guards which don't start with BOOST_ . by Jeff Thompson · 11 years ago
  46. 3d613fd ndnboost: Also rename BOOST_ to NDNBOOST_ by Jeff Thompson · 11 years ago
  47. 9939dcd ndnboost: Also need to rename " boost/" and "(boost/" to ndnboost. by Jeff Thompson · 11 years ago
  48. d0a7d6d DER: In visitor code, use ndnboost::any. We can use ndnboost::any because this is an internal header and will not conflict with the application if it uses boost::any. by Jeff Thompson · 11 years ago
  49. cf6b431 security: Temporarily move the Time definition into common.hpp. by Jeff Thompson · 11 years ago
  50. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago[Renamed (94%) from ndn-cpp/common.hpp]
  51. 6e22904 make: Create include directory for make install to install headers. Put ndn-cpp-config.h in include/ndn-cpp. by Jeff Thompson · 11 years ago
  52. b752300 make: In ndn-cpp-config.h, to avoid polluting the global name space, generate NDN_CPP_HAVE_BOOST_FUNCTION etc. instead of HAVE_BOOST_FUNCTION, etc. by Jeff Thompson · 11 years ago
  53. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
  54. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  55. c868dd0 config: Added c/common.h and move check for uint8_t into there. by Jeff Thompson · 11 years ago
  56. 0c13a53 config: Put HAVE_STDINT in common.h and use to define uint8_t. by Jeff Thompson · 11 years ago
  57. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  58. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  59. 04bfd94 Remove unused setVector. by Jeff Thompson · 11 years ago
  60. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  61. ef2d5a4 Include bind in ndnboost. by Jeff Thompson · 11 years ago
  62. a28eed8 In common.h, define func_lib for function objects. In configure.ac, define HAVE_STD_FUNCTION and HAVE_BOOST_FUNCTION. Include function headers in ndnboost. by Jeff Thompson · 11 years ago
  63. a8d7b06 Added ndn::toHex by Jeff Thompson · 11 years ago
  64. f03af34 Added ndnboost::weak_ptr by Jeff Thompson · 11 years ago
  65. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  66. 2277ce5 Rename the extracted boost subdirectory to ndnboost by Jeff Thompson · 11 years ago
  67. f7d4994 If no HAVE_STD_SHARED_PTR or HAVE_BOOST_SHARED_PTR then set ptr_lib to ndnboost in the boost headers in this distribution. by Jeff Thompson · 11 years ago
  68. 51dd5fd Added setVector in common.hpp by Jeff Thompson · 11 years ago
  69. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  70. 571f352 Rename common.h to common.hpp and only define ptr_lib by Jeff Thompson · 11 years ago