1. 303b350 tools: Adding tlvdump app that visualizes TLV encoding stored in files by Alexander Afanasyev · 11 years ago
  2. fad679c tests: Conditional compilation of tests (including boost-based unit tests) by Alexander Afanasyev · 11 years ago
  3. d155da4 build: Conditional enabling of osx-private-key-storage compilation by Alexander Afanasyev · 11 years ago
  4. c5bb2ad build: Add check for required Crypto++ library by Alexander Afanasyev · 11 years ago
  5. 0d3671a build: Disable modification of global LIBS variable and explicitly specify library's CFLAGS, LDFLAGS, and LIBS variables by Alexander Afanasyev · 11 years ago
  6. 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
  7. 7eb64f1 build: Makefile.am corrections (separate Makefile.am for tests) by Alexander Afanasyev · 11 years ago
  8. 18f43e1 make: Move instructions for running ./autogen.sh from configure.ac to the Development section of INSTALL. by Jeff Thompson · 11 years ago
  9. d32bab6 time support: For portability, also include <time.h> by Jeff Thompson · 11 years ago
  10. 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
  11. 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
  12. 5d16a90 make: change to AC_CONFIG_SRCDIR([configure.ac]) since we moved config.h.in. by Jeff Thompson · 11 years ago
  13. 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
  14. f21e224 make: Conditionally link to the OSX Security framework. by Jeff Thompson · 11 years ago
  15. bb6b568 make: also set HAVE_OSX_SECKEYCHAIN shell variable. by Jeff Thompson · 11 years ago
  16. 3a56b01 make: If have sqlite3 headers, require libsqlite3. by Jeff Thompson · 11 years ago
  17. d0f62e1 make: If have sqlite3 headers, require libsqlite3. by Jeff Thompson · 11 years ago
  18. 1975def make: conditionally link to libsqlite3. by Jeff Thompson · 11 years ago
  19. 23cb742 make: Added AC_CONFIG_MACRO_DIR([m4]). by Jeff Thompson · 11 years ago
  20. 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
  21. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
  22. 32a2333 make: Use AC_TYPE_UINT8_T to check for uint8_t. by Jeff Thompson · 11 years ago
  23. 9cf9dfb Added HAVE_OSX_SECKEYCHAIN. by Jeff Thompson · 11 years ago
  24. 965a324 make: Added AX_LIB_SQLITE3 by Jeff Thompson · 11 years ago
  25. fcc4daa make: Added AC_PROG_OBJCXX. by Jeff Thompson · 11 years ago
  26. 93a2416 make: In configure.ac added AC_CONFIG_SRCDIR (suggested by autoscan). by Jeff Thompson · 11 years ago
  27. 0c13a53 config: Put HAVE_STDINT in common.h and use to define uint8_t. by Jeff Thompson · 11 years ago
  28. 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
  29. 9208004 Don't need libssl (only libcrypto) by Jeff Thompson · 11 years ago
  30. 8a055e0 Use AC_CHECK_LIB for ssl and crypto by Jeff Thompson · 11 years ago
  31. b3768ae Added KeyChain and link to libssl by Jeff Thompson · 11 years ago
  32. 4f03164 Use AC_PROG_LIBTOOL by Jeff Thompson · 11 years ago
  33. 47053ad Added AM_MAINTAINER_MODE to configure.ac by Jeff Thompson · 11 years ago
  34. d4a1e16 Added ndn_memcmp by Jeff Thompson · 11 years ago
  35. 1a1b4c0 Added AM_PROG_CC_C_O to configure.ac by Jeff Thompson · 11 years ago
  36. c804d52 Added HAVE_MEMCPY and HAVE_MEMSET in config.h by Jeff Thompson · 11 years ago
  37. ca45e55 Added support for make doxygen-doc by Jeff Thompson · 11 years ago
  38. 9e9ea9f Need to say "checking for boost::shared_ptr" by Jeff Thompson · 11 years ago
  39. 3b3aabf Make static ndn-cpp.a. Remove libtool dynamic linking. by Jeff Thompson · 11 years ago
  40. 3617406 Enable make ndn-cpp.a by Jeff Thompson · 11 years ago
  41. 1b8f4c9 In configure, check for C++11 by Jeff Thompson · 11 years ago
  42. ff092f5 Added autoconf build system. Removed waf-tools. by Jeff Thompson · 11 years ago