1. 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
  2. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
  3. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  4. c868dd0 config: Added c/common.h and move check for uint8_t into there. by Jeff Thompson · 11 years ago
  5. 0c13a53 config: Put HAVE_STDINT in common.h and use to define uint8_t. by Jeff Thompson · 11 years ago
  6. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  7. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  8. 04bfd94 Remove unused setVector. by Jeff Thompson · 11 years ago
  9. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  10. ef2d5a4 Include bind in ndnboost. by Jeff Thompson · 11 years ago
  11. 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
  12. a8d7b06 Added ndn::toHex by Jeff Thompson · 11 years ago
  13. f03af34 Added ndnboost::weak_ptr by Jeff Thompson · 11 years ago
  14. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  15. 2277ce5 Rename the extracted boost subdirectory to ndnboost by Jeff Thompson · 11 years ago
  16. 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
  17. 51dd5fd Added setVector in common.hpp by Jeff Thompson · 11 years ago
  18. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  19. 571f352 Rename common.h to common.hpp and only define ptr_lib by Jeff Thompson · 11 years ago