1. d32bab6 time support: For portability, also include <time.h> by Jeff Thompson · 11 years ago
  2. ea94620 time support: check and define NDN_CPP_HAVE_GMTIME_SUPPORT. In ndn_toIsoString and ndn_fromIsoString, return an error if not supported. by Jeff Thompson · 11 years ago
  3. b18b6eb make: If on OS X, add /opt/local/include, etc. to paths. This will find boost, etc. on OS X. by Jeff Thompson · 11 years ago
  4. 5d16a90 make: change to AC_CONFIG_SRCDIR([configure.ac]) since we moved config.h.in. by Jeff Thompson · 11 years ago
  5. 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
  6. f21e224 make: Conditionally link to the OSX Security framework. by Jeff Thompson · 11 years ago
  7. bb6b568 make: also set HAVE_OSX_SECKEYCHAIN shell variable. by Jeff Thompson · 11 years ago
  8. 3a56b01 make: If have sqlite3 headers, require libsqlite3. by Jeff Thompson · 11 years ago
  9. d0f62e1 make: If have sqlite3 headers, require libsqlite3. by Jeff Thompson · 11 years ago
  10. 1975def make: conditionally link to libsqlite3. by Jeff Thompson · 11 years ago
  11. 23cb742 make: Added AC_CONFIG_MACRO_DIR([m4]). by Jeff Thompson · 11 years ago
  12. 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
  13. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
  14. 32a2333 make: Use AC_TYPE_UINT8_T to check for uint8_t. by Jeff Thompson · 11 years ago
  15. 9cf9dfb Added HAVE_OSX_SECKEYCHAIN. by Jeff Thompson · 11 years ago
  16. 965a324 make: Added AX_LIB_SQLITE3 by Jeff Thompson · 11 years ago
  17. 93a2416 make: In configure.ac added AC_CONFIG_SRCDIR (suggested by autoscan). by Jeff Thompson · 11 years ago
  18. 0c13a53 config: Put HAVE_STDINT in common.h and use to define uint8_t. by Jeff Thompson · 11 years ago
  19. a04f23c Added ChangedEvent. by Jeff Thompson · 11 years ago
  20. 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
  21. 9208004 Don't need libssl (only libcrypto) by Jeff Thompson · 11 years ago
  22. 8a055e0 Use AC_CHECK_LIB for ssl and crypto by Jeff Thompson · 11 years ago
  23. b3768ae Added KeyChain and link to libssl by Jeff Thompson · 11 years ago
  24. 4f03164 Use AC_PROG_LIBTOOL by Jeff Thompson · 11 years ago
  25. 47053ad Added AM_MAINTAINER_MODE to configure.ac by Jeff Thompson · 11 years ago
  26. d4a1e16 Added ndn_memcmp by Jeff Thompson · 11 years ago
  27. 1a1b4c0 Added AM_PROG_CC_C_O to configure.ac by Jeff Thompson · 11 years ago
  28. c804d52 Added HAVE_MEMCPY and HAVE_MEMSET in config.h by Jeff Thompson · 11 years ago
  29. ca45e55 Added support for make doxygen-doc by Jeff Thompson · 11 years ago
  30. 9e9ea9f Need to say "checking for boost::shared_ptr" by Jeff Thompson · 11 years ago
  31. 3b3aabf Make static ndn-cpp.a. Remove libtool dynamic linking. by Jeff Thompson · 11 years ago
  32. 3617406 Enable make ndn-cpp.a by Jeff Thompson · 11 years ago
  33. 1b8f4c9 In configure, check for C++11 by Jeff Thompson · 11 years ago
  34. 39128c6 Added output files from autogen by Jeff Thompson · 11 years ago