Commit Graph

4927 Commits

Author SHA1 Message Date
Luis Diaz Mas
ca9ef34ea0 Add list of things to do in the future 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
6be5278dd2 Fix inclusion of file 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
27cde135d9 Remove more useless include_directories 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
93e603e031 Fix linking problems with pthreads 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
9808c3bf2d Simplify CMake code to identify FreeBSD systems 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
f5f5826c03 Use target_sources to extend the list of sources in exceptional situations 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
45807ca03d Do not include SSH and CURL include dirs globally. Do it properly for the exiv2lib target 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
c50702612d Simplify CMake code for handling SSH and CURL cases 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
8dada35129 Remove unused cmake code 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
69fb40fdc6 Simplify compiler info handling in CMake 2017-08-18 13:55:45 +02:00
Luis Diaz Mas
d29b3b6a10 Remove CMake policy CMP0042. CMake 3.1 already support MACOSX_RPATH 2017-08-18 13:55:45 +02:00
Luis Díaz Más
57cd78b517 Put all the CMake related with the exiv app together 2017-08-18 13:55:45 +02:00
Luis Díaz Más
ee61c24459 Remove inclusion of many useless include_directories 2017-08-18 13:55:45 +02:00
Luis Díaz Más
1c03767391 Move inclusion of private header from .hpp to .cpp (not needed in the .hpp) 2017-08-18 13:55:45 +02:00
Luis Díaz Más
0ebd53b1fa Simplify CMake code, and unify to lower case commands 2017-08-18 13:55:44 +02:00
Luis Díaz Más
73f53cc6f9 Move sample applications from src/CMakeLists.txt to samples/CMakeLists.txt 2017-08-18 13:55:44 +02:00
Robin Mills
0e9245edfa MacOSX --with-adobe link issue. Documentation update. 2017-08-18 12:10:26 +01:00
Robin Mills
aefa3e3d34 MacOSX --with-adobe link issue. Work in progress. Code and documentation update. 2017-08-18 08:19:07 +01:00
clanmills
134df403e8 Fixing build-breaker in Linux build. Added file WORK-IN-PROGRESS. 2017-08-17 15:14:56 +01:00
clanmills
7c57f0ebc8 Added discussion about Mac Linking Issue using ./configure --with-adobe 2017-08-17 12:02:05 +01:00
Robin Mills
2a61392766 Merge pull request #27 from piponazo/master-CMakeObjectLibraryForXmp
New way to generate the XMP library (Using the CMake OBJECT LIBRARY concept)
2017-08-16 17:42:08 +01:00
Luis Diaz Mas
b387d58507 Remove EXPAT_LIBRARIES from where it is not needed (already inherited from exiv2lib target) 2017-08-16 17:53:21 +02:00
Luis Diaz Mas
40d10639e2 Reuse XMP OBJECT library in the exiv2lib when EXIV2_ENABLE_LIBXMP=OFF 2017-08-16 17:49:09 +02:00
Luis Diaz Mas
2d011691f2 Compile XMP sources as an OBJECT Library 2017-08-16 17:32:45 +02:00
clanmills
935421c855 Refactoring autotools to support ADOBE_XMPSDK (Work in Progress) 2017-08-15 20:00:09 +01:00
Robin Mills
ad512ec4b5 Merge pull request #26 from piponazo/fixInstallExvConf
Fix installation of exv_conf.h
2017-08-14 10:53:34 +01:00
Luis Diaz Mas
64bbe802e2 Install exv_conf.h properly 2017-08-14 08:28:55 +02:00
Luis Diaz Mas
b4a2b822c2 Remove usage of global variable INSTALL_TARGET_STANDARD_ARGS. Specify install destinitions in each target 2017-08-14 08:28:24 +02:00
clanmills
62d24d3c77 Correction to previous commit. 2017-08-12 14:53:10 +01:00
clanmills
2e816165ea Changes to autotools to support C++11 (work in progress) 2017-08-12 14:48:38 +01:00
clanmills
df53123cfb Restoring exv_msvc.h for use by msvc/exiv2/libexiv2.vcproj 2017-08-11 15:45:50 +01:00
Robin Mills
b00afb61a3 Merge pull request #22 from piponazo/configFilesMsvc
Improve CMake code for the case Win + CMake + Visual Studio
2017-08-11 13:29:17 +01:00
Luis Díaz Más
acf8ebd254 Propagate EXPAT include directories and libraries with the xmp target 2017-08-10 19:55:10 +02:00
Luis Díaz Más
cf76fa575c Do not propagate the EXPAT include directories for all the targets 2017-08-10 19:54:49 +02:00
Luis Díaz Más
291726ae45 The geotag sample depends on EXIV2_ENABLE_LIBXMP 2017-08-10 19:54:01 +02:00
Luis Díaz Más
a6dbbebb12 Only compile the xmp static library if EXIV2_ENABLE_LIBXMP is enabled 2017-08-10 19:53:31 +02:00
Luis Díaz Más
36e12a4f37 Add XML_STATIC definition in xmp library to fix problems finding symbols. Link always with EXPAT_LIBARIES 2017-08-10 19:39:58 +02:00
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 2017-08-10 19:39:07 +02:00
Luis Díaz Más
df899bfbc3 exv_conf.h is now generated in the CMAKE_BINARY_DIR to not mess up the source tree. 2017-08-10 19:37:35 +02:00
clanmills
c319016a58 Redo 583cfd6e which was accidentally lost on 2017-08-07 (impacts #19 and #1302) 2017-08-10 00:07:57 +01:00
clanmills
e2862ba764 #1300 and #1301 (583cfd6e and 3bbba3f8). These fixes were accidentally lost on 2017-08-07. 2017-08-10 00:01:08 +01:00
clanmills
1505b4c3aa #11 Integrating fix into master (accidentally lost on 2017-08-07 by rebase -force) 2017-08-09 23:51:03 +01:00
clanmills
122cd5737f Cosmetic modifications to Pull-21. Fix to ensure Cygwin uses #include <unistd.h> 2017-08-09 23:41:42 +01:00
Robin Mills
8592c10a3e Merge pull request #21 from piponazo/configFileFromCMake
New way to generate the include/exiv2/exv_conf.h file
2017-08-09 22:26:05 +01:00
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 2017-08-09 23:05:06 +02:00
Luis Díaz Más
e474b0fbd3 localtime.c and getopt_win32.c added unconditionally for the exiv2 app 2017-08-09 23:03:52 +02:00
clanmills
011f2b5259 Fixing bug in test harness on Linux. 2017-08-09 12:55:04 +01:00
Luis Diaz Mas
22efdffd1d Use #ifdef instead of #if for EXV_HAVE_REGEX 2017-08-08 22:15:17 +02:00
Luis Diaz Mas
7cf676efbb EXV_HAVE_STDINT_H needs to be defined to compile XMPSDK 2017-08-08 22:14:43 +02:00
Luis Diaz Mas
252d738b6c Include xmpsdk/include only in the needed target. Remove other uneeded usages of INCLUDE_DIRECTORIES and LINK_DIRECTORIES 2017-08-08 21:58:45 +02:00