5097 Commits (dc331ee44aa4fdea69c8ae5a98c7aff70ab9fc6c)
 

Author SHA1 Message Date
Robin Mills 6175aa4f3f Merge pull request #32 from a17r/optionalbin
Add option to disable tools (currently exiv2 binary)
8 years ago
Andreas Sturmlechner a8e55c4d9e Drop LOCALEDIR, use CMAKE_INSTALL_LOCALEDIR directly
It is always properly defined by GNUInstallDirs. Otherwise it was
possible to install translations in / if EXIV2_ENABLE_NLS=OFF.

Thanks-to: Luis Díaz Más
8 years ago
Andreas Sturmlechner b81f493024 Add option to disable tools (currently exiv2 binary)
In a multiarch build, one may want to build binaries only for native arch.
8 years ago
Luis Díaz Más bedc2b3869 Merge pull request #31 from a17r/gnuinstalldirs
Use more GNUInstallDirs
8 years ago
Andreas Sturmlechner aa6374b202
Use more GNUInstallDirs
Conveniently fixes multiarch install dir issues.
8 years ago
Robin Mills 106e35e967 Merge pull request #30 from piponazo/markdownForReadme
Use Markdown for the main readme and test travis-ci support
8 years ago
Luis Diaz Mas 1652f632d2 Code block for the README header 8 years ago
Luis Diaz Mas c8384a776e Add image to show the travis status 8 years ago
Luis Diaz Mas 0544c90984 Give markdown extension to README file 8 years ago
Robin Mills 989c5e7fe4 Merge pull request #29 from piponazo/travisSupport
Travis support
8 years ago
Luis Diaz Mas 37c1291671 Travis support for OSX 8 years ago
Luis Diaz Mas c415e7f509 Fix CMake configuration when XMP is disabled. Check XMP variable instead LIBXMP 8 years ago
Luis Diaz Mas 1c9a8a18e4 Add travis support for Linux:
- Installing requirements with install script
- Add missing include(checkIncludeFile) cmake command
- Configuration matrix to compile the project with different options
8 years ago
clanmills bfff891c4c MacOSX --with-adobe link issue. exiv2 now links correctly. Other samples remain broken. 8 years ago
Robin Mills 25a42e445a Build specification for v0.26.1 8 years ago
Robin Mills afba52e042 Remove include tags_int.hpp from include/exiv2/*video.hpp files 8 years ago
Robin Mills 71cad2f9e0 Documentation update (cosmetic changes + Table of Contents) 8 years ago
Robin Mills ffb36aee1e Merge pull request #28 from piponazo/moreCMakeCleanup
More cmake cleanup
8 years ago
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