4892 Commits (a6dbbebb125f36ef0d5d77a93c4e07da80df6eb3)
 

Author SHA1 Message Date
Luis Díaz Más a6dbbebb12 Only compile the xmp static library if EXIV2_ENABLE_LIBXMP is enabled 8 years ago
Luis Díaz Más 36e12a4f37 Add XML_STATIC definition in xmp library to fix problems finding symbols. Link always with EXPAT_LIBARIES 8 years ago
Luis Díaz Más b6885c8028 Since we are requiring CMake 3.1 we can remove the usage of PRIVATE_VAR and use directly PRIVATE or PUBLIC 8 years ago
Luis Díaz Más df899bfbc3 exv_conf.h is now generated in the CMAKE_BINARY_DIR to not mess up the source tree. 8 years ago
clanmills c319016a58 Redo 583cfd6e which was accidentally lost on 2017-08-07 (impacts #19 and #1302) 8 years ago
clanmills e2862ba764 #1300 and #1301 (583cfd6e and 3bbba3f8). These fixes were accidentally lost on 2017-08-07. 8 years ago
clanmills 1505b4c3aa #11 Integrating fix into master (accidentally lost on 2017-08-07 by rebase -force) 8 years ago
clanmills 122cd5737f Cosmetic modifications to Pull-21. Fix to ensure Cygwin uses #include <unistd.h> 8 years ago
Robin Mills 8592c10a3e Merge pull request #21 from piponazo/configFileFromCMake
New way to generate the include/exiv2/exv_conf.h file
8 years ago
Luis Díaz Más ea0c4899ff Remove exv_msvc.h. It has the same content than exv_conf.h and we were getting lot of warnings when compiling with MSVC 8 years ago
Luis Díaz Más e474b0fbd3 localtime.c and getopt_win32.c added unconditionally for the exiv2 app 8 years ago
clanmills 011f2b5259 Fixing bug in test harness on Linux. 8 years ago
Luis Diaz Mas 22efdffd1d Use #ifdef instead of #if for EXV_HAVE_REGEX 8 years ago
Luis Diaz Mas 7cf676efbb EXV_HAVE_STDINT_H needs to be defined to compile XMPSDK 8 years ago
Luis Diaz Mas 252d738b6c Include xmpsdk/include only in the needed target. Remove other uneeded usages of INCLUDE_DIRECTORIES and LINK_DIRECTORIES 8 years ago
Luis Diaz Mas 81cb503f7b Handle EXV_HAVE_INTTYPES_H in the new cmake file 8 years ago
Luis Diaz Mas f84d9cc871 Move FindIConv to findDependencies 8 years ago
Luis Diaz Mas 1b7729a836 Remove unused CMake calls from CMakeChecks.txt 8 years ago
Luis Diaz Mas 1d327fba21 Correct usage of HAVE_REGEX 8 years ago
Luis Diaz Mas 8c323cad04 Remove EXV_HAVE_STDINT_H definition that was causing warnings 8 years ago
Luis Diaz Mas db5ce5ed82 Remove few unused variables declared in CMakeChecks.txt 8 years ago
Luis Diaz Mas 28d2d59dd0 Handle UNICODE_PATH in the new cmake file 8 years ago
Luis Diaz Mas 43f538c80d Handle HAVE_REGEX in the new cmake file 8 years ago
Luis Diaz Mas 367d3b8a1e Remove unused HAVE_WCHAR_H variable 8 years ago
Luis Diaz Mas 2887a0dbad Remove unused HAVE_VPRINTF variable 8 years ago
Luis Diaz Mas 911832d70a Handle HAVE_TIMEGM variable in the new cmake file 8 years ago
Luis Diaz Mas 8c7596054c Handle HAVE_SYS_TYPES_H variable in the new cmake file 8 years ago
Luis Diaz Mas d85a7c6751 Remove unused HAVE_SYS_TIME_H and TM_IN_SYS_TIME variables 8 years ago
Luis Diaz Mas b6b7980afd Handle HAVE_SYS_STAT_H variable in the new cmake file 8 years ago
Luis Diaz Mas 18b8c4dfa0 Handle HAVE_SYS_MMAN_H variable in the new cmake file 8 years ago
Luis Diaz Mas 6cef95a25d Handle HAVE_STRTOL variable in the new cmake file 8 years ago
Luis Diaz Mas 1a34a55383 Handle HAVE_STRINGS_H variable in the new cmake file 8 years ago
Luis Diaz Mas b864365a20 Handle STRERROR variables in the new cmake file 8 years ago
Luis Diaz Mas d1a8ff23ba Handle HAVE_STRCHR variable in the new cmake file 8 years ago
Luis Diaz Mas 4aee441374 Handle HAVE_STDLIB_H variable in the new cmake file 8 years ago
Luis Diaz Mas 1d1fb30bcf Handle HAVE_STDINT_H variable in the new cmake file 8 years ago
Luis Diaz Mas 1e7c747ad8 Handle HAVE_STDBOOL_H variable in the new cmake file 8 years ago
Luis Diaz Mas bfb849859a Remove unused variable HAVE__BOOL 8 years ago
Luis Diaz Mas 72e12cdbf2 Remove unused variable HAVE_REALLOC 8 years ago
Luis Diaz Mas 6a53b149d1 Handle HAVE_PROCESS_H variable in the new cmake file 8 years ago
Luis Diaz Mas 7ecfa3a0a8 Handle ENABLE_PRINTUCS2 variable in the new cmake file 8 years ago
Luis Diaz Mas 4b738b77ab Handle HAVE_MUNMAP variable in the new cmake file 8 years ago
Luis Diaz Mas cfb0878b1e Handle HAVE_MMAP variable in the new cmake file 8 years ago
Luis Diaz Mas a68e5aca0d Handle HAVE_MEMSET variable in the new cmake file 8 years ago
Luis Diaz Mas 07de94e1a0 Handle HAVE_MEMORY_H variable in the new cmake file 8 years ago
Luis Diaz Mas d8ada323e3 Remove unused MALLOC variables 8 years ago
Luis Diaz Mas 815aacd316 Handle HAVE_LIBZ variable in the new cmake file 8 years ago
Luis Diaz Mas 03da6c039e Remove HAVE_LIBINTL_H (already modernized in other commit) 8 years ago
Luis Diaz Mas a74b0b4e6e Handle HAVE_LENSDATA variable in the new cmake file 8 years ago
Luis Diaz Mas 8e103d23f2 Handle HAVE_ICONV variable in the new cmake file 8 years ago