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
clanmills
1e7bc2828e
Fixing issues with Cygwin test suite.
8 years ago
clanmills
6762c6f15b
More corrections to fix the build (on Linux).
8 years ago
clanmills
36d2a4f5db
Correction to earlier commit. Should not have updated the xmpsdk/include files with files creating using xmpsdk/buildXMPsdk.sh
8 years ago
clanmills
6085392857
Restoring buildXMPsdk.sh to build from a "raw" Adobe download.
8 years ago
clanmills
89ab475c66
Change uname code in buildXMPsdk.sh
8 years ago
clanmills
d234486c67
Incrementally adding XMPsdk code.
8 years ago
Robin Mills
c890872e8a
Merge pull request #18 from piponazo/findDependencies
...
Move all the cmake commands for finding dependencies into a separate 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
clanmills
24130dbbb2
Cast to avoid compiler warning with MSVC2005
8 years ago
Robin Mills
d8a537710c
Merge pull request #17 from piponazo/cmakeSummary
...
New CMake file where to print the project summary
8 years ago
Luis Diaz Mas
49153695f2
Move CMake summary messages to a different file
8 years ago
Luis Diaz Mas
b0060c4ed2
Ignore vim .swp temporary files
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
421ec277c1
Fix COPYFILE_DISABLE=1 tar cxf in website/bin/buildrelease.sh https://github.com/Exiv2/exiv2/issues/14
8 years ago
clanmills
882c825f1a
Fix https://github.com/Exiv2/exiv2/issues/16
8 years ago
clanmills
9c4a0e7176
https://github.com/Exiv2/exiv2/issues/14 Update buildserver to create TAR files without ._foo files.
8 years ago
Robin Mills
ac34d55fcc
Merge pull request #13 from Vogtinator/patch-1
...
Do not use GCC_MINOR in CMakeLists.txt Thanks to Luis for this fix.
8 years ago
Fabian Vogt
04052ceb86
Do not use GCC_MINOR in CMakeLists.txt
...
"gcc -dumpversion" with GCC >= 7 only prints "7", thus GCC_MINOR is not defined.
That results in:
CMake Error at CMakeLists.txt:86 (list):
list index: 1 out of range (-1, 0)
8 years ago
draekko
bac4bef373
Merge pull request #12 from kiekerjan/patch-1
...
Spelling error
8 years ago
kiekerjan
b35903e4c8
Spelling error
...
Small error in camera name ICLA-68 instead of ILCA-68
8 years ago
clanmills
9d1d90186c
contrib/buildserver Fix svn=0000
8 years ago
clanmills
b0c48e3000
contrib/buildserver Update to build from git instead of SVN
8 years ago
Robin Mills
b8bbacd196
Fix submitted. https://github.com/Exiv2/exiv2/issues/10
...
This is not a good fix because temporaryFile() is a bad idea and requires a lock to be thread safe. However, the lock is in the sample code and not in the library. I considered in v0.26 to rewrite this to use a temporary (MemIo) file and decided against that to save time. My sin. The correct fix usually requires less effort in the long run.
8 years ago
Robin Mills
82dbe6199d
https://github.com/Exiv2/exiv2/issues/11 Closed. Coincidentally Raphael reported issues with Visual Studio 2015 Community Edition. Issue 11 and Raphael's issues should now be resolved.
8 years ago
clanmills
620ef04e96
https://github.com/Exiv2/exiv2/issues/9 Fix submitted.
8 years ago