Luis Diaz Mas
|
461a34d4e1
|
Remove old WORK_IN_PROGRESS file
|
8 years ago |
Luis Diaz Mas
|
35c3e31958
|
Fixes for MSVC case
|
8 years ago |
Luis Diaz Mas
|
ca9ef34ea0
|
Add list of things to do in the future
|
8 years ago |
Luis Diaz Mas
|
6be5278dd2
|
Fix inclusion of file
|
8 years ago |
Luis Diaz Mas
|
27cde135d9
|
Remove more useless include_directories
|
8 years ago |
Luis Diaz Mas
|
93e603e031
|
Fix linking problems with pthreads
|
8 years ago |
Luis Diaz Mas
|
9808c3bf2d
|
Simplify CMake code to identify FreeBSD systems
|
8 years ago |
Luis Diaz Mas
|
f5f5826c03
|
Use target_sources to extend the list of sources in exceptional situations
|
8 years ago |
Luis Diaz Mas
|
45807ca03d
|
Do not include SSH and CURL include dirs globally. Do it properly for the exiv2lib target
|
8 years ago |
Luis Diaz Mas
|
c50702612d
|
Simplify CMake code for handling SSH and CURL cases
|
8 years ago |
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 |