1. ee94031 time: Changing time units to have int64_t type instead of double by Alexander Afanasyev · 11 years ago
  2. 78bcb64 include: Fixing config file include from common.h by Alexander Afanasyev · 11 years ago
  3. 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
  4. e589c3f Code style: Replace tab with space. by Jeff Thompson · 11 years ago
  5. 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 (81%) from ndn-cpp/c/common.h]
  6. 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
  7. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
  8. 32a2333 make: Use AC_TYPE_UINT8_T to check for uint8_t. by Jeff Thompson · 11 years ago
  9. 08ecc23 config: in common.h, check that size_t is defined. by Jeff Thompson · 11 years ago
  10. c868dd0 config: Added c/common.h and move check for uint8_t into there. by Jeff Thompson · 11 years ago