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