- d32bab6 time support: For portability, also include <time.h> by Jeff Thompson · 11 years ago
- 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
- 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
- 5d16a90 make: change to AC_CONFIG_SRCDIR([configure.ac]) since we moved config.h.in. by Jeff Thompson · 11 years ago
- 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
- f21e224 make: Conditionally link to the OSX Security framework. by Jeff Thompson · 11 years ago
- bb6b568 make: also set HAVE_OSX_SECKEYCHAIN shell variable. by Jeff Thompson · 11 years ago
- 3a56b01 make: If have sqlite3 headers, require libsqlite3. by Jeff Thompson · 11 years ago
- d0f62e1 make: If have sqlite3 headers, require libsqlite3. by Jeff Thompson · 11 years ago
- 1975def make: conditionally link to libsqlite3. by Jeff Thompson · 11 years ago
- 23cb742 make: Added AC_CONFIG_MACRO_DIR([m4]). by Jeff Thompson · 11 years ago
- 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
- 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
- 32a2333 make: Use AC_TYPE_UINT8_T to check for uint8_t. by Jeff Thompson · 11 years ago
- 9cf9dfb Added HAVE_OSX_SECKEYCHAIN. by Jeff Thompson · 11 years ago
- 965a324 make: Added AX_LIB_SQLITE3 by Jeff Thompson · 11 years ago
- 93a2416 make: In configure.ac added AC_CONFIG_SRCDIR (suggested by autoscan). by Jeff Thompson · 11 years ago
- 0c13a53 config: Put HAVE_STDINT in common.h and use to define uint8_t. by Jeff Thompson · 11 years ago
- a04f23c Added ChangedEvent. by Jeff Thompson · 11 years ago
- 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
- 9208004 Don't need libssl (only libcrypto) by Jeff Thompson · 11 years ago
- 8a055e0 Use AC_CHECK_LIB for ssl and crypto by Jeff Thompson · 11 years ago
- b3768ae Added KeyChain and link to libssl by Jeff Thompson · 11 years ago
- 4f03164 Use AC_PROG_LIBTOOL by Jeff Thompson · 11 years ago
- 47053ad Added AM_MAINTAINER_MODE to configure.ac by Jeff Thompson · 11 years ago
- d4a1e16 Added ndn_memcmp by Jeff Thompson · 11 years ago
- 1a1b4c0 Added AM_PROG_CC_C_O to configure.ac by Jeff Thompson · 11 years ago
- c804d52 Added HAVE_MEMCPY and HAVE_MEMSET in config.h by Jeff Thompson · 11 years ago
- ca45e55 Added support for make doxygen-doc by Jeff Thompson · 11 years ago
- 9e9ea9f Need to say "checking for boost::shared_ptr" by Jeff Thompson · 11 years ago
- 3b3aabf Make static ndn-cpp.a. Remove libtool dynamic linking. by Jeff Thompson · 11 years ago
- 3617406 Enable make ndn-cpp.a by Jeff Thompson · 11 years ago
- 1b8f4c9 In configure, check for C++11 by Jeff Thompson · 11 years ago
- 39128c6 Added output files from autogen by Jeff Thompson · 11 years ago