5569 Commits (23e29e9527ed18e8946cdffe7a830e08d3030b1c)
 

Author SHA1 Message Date
Luis Diaz Mas 8dada35129 Remove unused cmake code 8 years ago
Luis Diaz Mas 69fb40fdc6 Simplify compiler info handling in CMake 8 years ago
Luis Diaz Mas d29b3b6a10 Remove CMake policy CMP0042. CMake 3.1 already support MACOSX_RPATH 8 years ago
Luis Díaz Más 57cd78b517 Put all the CMake related with the exiv app together 8 years ago
Luis Díaz Más ee61c24459 Remove inclusion of many useless include_directories 8 years ago
Luis Díaz Más 1c03767391 Move inclusion of private header from .hpp to .cpp (not needed in the .hpp) 8 years ago
Luis Díaz Más 0ebd53b1fa Simplify CMake code, and unify to lower case commands 8 years ago
Luis Díaz Más 73f53cc6f9 Move sample applications from src/CMakeLists.txt to samples/CMakeLists.txt 8 years ago
Robin Mills 0e9245edfa MacOSX --with-adobe link issue. Documentation update. 8 years ago
Robin Mills aefa3e3d34 MacOSX --with-adobe link issue. Work in progress. Code and documentation update. 8 years ago
clanmills 134df403e8 Fixing build-breaker in Linux build. Added file WORK-IN-PROGRESS. 8 years ago
clanmills 7c57f0ebc8 Added discussion about Mac Linking Issue using ./configure --with-adobe 8 years ago
Robin Mills 2a61392766 Merge pull request #27 from piponazo/master-CMakeObjectLibraryForXmp
New way to generate the XMP library (Using the CMake OBJECT LIBRARY concept)
8 years ago
Luis Diaz Mas b387d58507 Remove EXPAT_LIBRARIES from where it is not needed (already inherited from exiv2lib target) 8 years ago
Luis Diaz Mas 40d10639e2 Reuse XMP OBJECT library in the exiv2lib when EXIV2_ENABLE_LIBXMP=OFF 8 years ago
Luis Diaz Mas 2d011691f2 Compile XMP sources as an OBJECT Library 8 years ago
clanmills 935421c855 Refactoring autotools to support ADOBE_XMPSDK (Work in Progress) 8 years ago
Robin Mills ad512ec4b5 Merge pull request #26 from piponazo/fixInstallExvConf
Fix installation of exv_conf.h
8 years ago
Luis Diaz Mas 64bbe802e2 Install exv_conf.h properly 8 years ago
Luis Diaz Mas b4a2b822c2 Remove usage of global variable INSTALL_TARGET_STANDARD_ARGS. Specify install destinitions in each target 8 years ago
clanmills 62d24d3c77 Correction to previous commit. 8 years ago
clanmills 2e816165ea Changes to autotools to support C++11 (work in progress) 8 years ago
clanmills df53123cfb Restoring exv_msvc.h for use by msvc/exiv2/libexiv2.vcproj 8 years ago
Robin Mills b00afb61a3 Merge pull request #22 from piponazo/configFilesMsvc
Improve CMake code for the case Win + CMake + Visual Studio
8 years ago
Luis Díaz Más acf8ebd254 Propagate EXPAT include directories and libraries with the xmp target 8 years ago
Luis Díaz Más cf76fa575c Do not propagate the EXPAT include directories for all the targets 8 years ago
Luis Díaz Más 291726ae45 The geotag sample depends on EXIV2_ENABLE_LIBXMP 8 years ago
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