294 Commits (07de94e1a00d068a8a859ecd4dab5d03bc9ab70b)

Author SHA1 Message Date
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
Luis Diaz Mas 147523f132 Add usage of EXV_HAVE_DECL_STRERROR_R with CMake 8 years ago
Luis Diaz Mas 5c78c82f20 Handle ENABLE_WEBREADY variable in the new cmake file 8 years ago
Luis Diaz Mas 09fc98eebf Handle all the PACKAGE_XXX variables in the new cmake file 8 years ago
Luis Diaz Mas 1bf5e177a1 Handle EXV_HAVE_UNISTD_H variable in the new cmake file 8 years ago
Luis Diaz Mas 2b71edfd1a Handle correctly some of the previous variables manipulated 8 years ago
Luis Diaz Mas 93835cd680 Handle correctly ENABLE_VIDEO the config.h.cmake file 8 years ago
Luis Diaz Mas 13af648ee0 Handle correctly LIBINTL_H and NLS in the config.h.cmake file 8 years ago
Luis Diaz Mas 3551136041 Remove HAVE_INTTYPES_H. It has never been used with CMake 8 years ago
Luis Diaz Mas 80eeec996d Handle correctly GMTIME_R in the config.h.cmake file 8 years ago
Luis Diaz Mas f9ce4cd93f Handle correctly CURL in the config.h.cmake file 8 years ago
Luis Diaz Mas bba3cbb7fd Remove unused definition EXV_HAVE_DECL_STRERROR_R 8 years ago
Luis Diaz Mas ab6858df68 Add new mechanism to generate the exv_conf.h file from CMake. SSH variable 8 years ago
Luis Díaz Más b7ec4b4915 Investigating how to enable/disable definitions on the config.h file 8 years ago
Luis Diaz Mas 379a8743e0 Change style of cmake commands to lower-case 8 years ago
Luis Diaz Mas 25f8f92a49 Only try to find MSGFMT if EXIV2_ENABLE_BUILD_PO is enabled 8 years ago
Luis Diaz Mas 79dc33f12a Remove unnedeed check (already available in cmake finder) 8 years ago
Luis Diaz Mas 0fcbc69f89 Remove ocurrences to unused variable CMAKE_REQUIRED_INCLUDES 8 years ago
Luis Diaz Mas d12ee0ac26 Move cmake code to find dependencies into another file 8 years ago
Luis Diaz Mas 1709ff83a0 Remove FindExpat.cmake (Already available in CMake since 3.0) 8 years ago
Luis Diaz Mas 49153695f2 Move CMake summary messages to a different file 8 years ago
Luis Diaz Mas 485891b991 Remove unused definition HAVE_ALARM 8 years ago
Luis Diaz Mas 0394ddde81 Remove header guards in config.h.cmake since we are using #pragma once 8 years ago
clanmills c68a295ad4 Fix CMake build issue introduced by the removal of svn_version.h from the code base. 8 years ago
clanmills a9c9e8ff8e Remove svn_version.h 8 years ago
clanmills e345110555 Removing obsolete code in CMakeLists.txt Adding version-test.sh to make tests 8 years ago
Bernd Kuhls 15e0b9052e cmake: simplify libintl check
According to https://cmake.org/cmake/help/v3.4/module/FindIntl.html
the FindIntl module already checks for libintl.so.
8 years ago
clanmills 88cf58613f #8 Adding INCLUDE_DIRECTORIES(${Intl_INCLUDE_DIRS}) 8 years ago
clanmills 4e86c1d61c Fix https://github.com/Exiv2/exiv2/pull/6 for Linux/Cygwin/MacOSX 8 years ago
clanmills 23ac3eeced #7 Fix for libintl 8 years ago
Bernd Kuhls 8af901ce05 cmake: always depend on threads, not only in the xmp case 8 years ago
Bernd Kuhls 3af0d1a6b2 cmake: fix gettext support
Building exiv2 with uclibc and gettext fails currently as detected
by the buildroot autobuilders:
http://autobuild.buildroot.net/results/def/defcdd3dd57b031c31bb16c0075f079a482bf52d/build-end.log
8 years ago
Timo Gurr d5ae1a7502 Use CMAKE_INSTALL_LOCALEDIR 8 years ago
Robin Mills 94b8285341 #1292 Fix submitted. 8 years ago
Robin Mills be0945016b #1269 Thank You to Ben for reporting this and providing the patch. 8 years ago
Robin Mills 192a2a83cf #1279 Cleaned up doxygen warnings for doc and website. 8 years ago
Robin Mills 284128723c #1279 Bump to Exiv2 v0.26 (and library version 15). 8 years ago
Robin Mills 2ebacb6b0b #1272 Use in-memory temporary files. 8 years ago
Robin Mills 6ea3b00b02 #1249 Fixes 9 years ago
Robin Mills 0abf56f71b #1236 CMake build on MinGW. 9 years ago
Robin Mills 5c3973991e #1023 HTTP and HTTPS test support. 9 years ago
Robin Mills 24c032c2a2 #1233 Changes to geotag-test to avoid full paths. Added make geotag-test. Sanitized geotag.cpp code 9 years ago
Robin Mills 5f1d52e497 #1230 Added stdin-test and fixing issue identified by the test. 9 years ago
Robin Mills 9967657a21 #1109 MinGW/GCC should not set -std=gnu++98 because this causes 64 bit build to not link libpthreads! (on several tool chains) 9 years ago
Robin Mills 30c87b5989 #1188 and #1109 Correction to r4530 and r4531 to fix cygwin build-breaker (gnu++98 required for snprintf support) 9 years ago