Commit Graph

7692 Commits

Author SHA1 Message Date
clanmills
290164d1b6 Work in progress: https://github.com/Exiv2/exiv2/issues/3
Tested on MacOS-X.  I'll test Linux/Cygwin/MSVC and close if good.
2017-06-05 13:25:14 +01:00
clanmills
3450cb1454 Set +x bit on tiff-test.sh 2017-06-04 10:59:43 +01:00
clanmills
5152c80cfb Fix test suite to run from CMake builds. 2017-06-04 10:22:28 +01:00
Robin Mills
910f350779 Merge pull request #8 from bkuhls/gettext
cmake: simplify libintl check
2017-06-04 09:36:44 +01:00
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.
2017-06-04 10:13:14 +02:00
clanmills
88cf58613f #8 Adding INCLUDE_DIRECTORIES(${Intl_INCLUDE_DIRS}) 2017-06-04 09:07:14 +01:00
clanmills
4e86c1d61c Fix https://github.com/Exiv2/exiv2/pull/6 for Linux/Cygwin/MacOSX 2017-06-04 07:41:03 +01:00
clanmills
23ac3eeced #7 Fix for libintl 2017-06-03 20:58:08 +01:00
Robin Mills
7e6148ea6c Merge pull request #7 from bkuhls/pthread
cmake: always depend on threads, not only in the xmp case
2017-06-03 19:52:48 +01:00
Bernd Kuhls
8af901ce05 cmake: always depend on threads, not only in the xmp case 2017-06-03 18:40:35 +02:00
Robin Mills
ab5feb3243 Merge pull request #6 from bkuhls/gettext
cmake: fix gettext support
2017-06-03 17:28:03 +01:00
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
2017-06-03 17:58:04 +02:00
clanmills
5562d9c584 #5 Updating Checklist.txt to ensure ChangeLog is correctly updated in future. 2017-05-31 21:22:13 +01:00
clanmills
ea6a40c362 Fix: https://github.com/Exiv2/exiv2/issues/5 2017-05-31 21:02:29 +01:00
Robin Mills
4025811945 Merge pull request #4 from tgurr/cmakelocaledir
Use CMAKE_INSTALL_LOCALEDIR
2017-05-31 09:50:31 +01:00
Timo Gurr
d5ae1a7502 Use CMAKE_INSTALL_LOCALEDIR 2017-05-30 20:28:11 +02:00
draekko
f23dc54b9c Adding xmpprint sample 2017-05-29 12:13:04 -04:00
clanmills
2f8681e120 #1296 Fix submitted. 2017-05-27 10:18:17 +01:00
clanmills
a0a4eb5155 Additional corrections to website/Checklist.txt 2017-05-17 11:39:00 +01:00
clanmills
fa1a270c4c Updating website to remove mention of Commercial License. 2017-05-17 06:18:32 +01:00
clanmills
9be72eecec #1294 Fix. 2017-05-08 18:40:49 +01:00
clanmills
8b5cc64a40 Updates to release scripts for v0.26 2017-05-08 15:41:51 +01:00
clanmills
038fe6cb94 #1233 Fixed bug in samples/geotag.cpp 2017-05-08 10:57:28 +01:00
Robin Mills
fa449a4d2c Hopefully the final submission for v0.26 2017-04-26 19:16:21 +00:00
Robin Mills
94b8285341 #1292 Fix submitted. 2017-04-26 16:26:50 +00:00
Robin Mills
bf473ae718 #1292 Dimitri: Thank You for reporting this and providing the patch. 2017-04-26 14:09:58 +00:00
Robin Mills
d39fe97c9e Correction to r4766 in dailyCMake.sh/MinGW 2017-04-26 11:43:10 +00:00
Robin Mills
f594b4a6f7 Minor change to dailyCMake.sh to remove relic libexiv2-14.dll 2017-04-25 15:37:55 +00:00
Robin Mills
7b882f121a #1175 more cast ripples on GCC5/Linux 2017-04-23 20:08:03 +00:00
Robin Mills
559ace375b #1291 Reverting change in r4763 relating to windows.h as they break the Cygwin build. Retain changes in exiv2/exiv2.hpp and exv_msvc.h 2017-04-23 19:29:19 +00:00
Robin Mills
f36cccefa2 #1291 include header simplification 2017-04-23 17:31:57 +00:00
Robin Mills
fb24a572c6 #1291 Thank you to T Modes for reporting this and providing this patch. 2017-04-23 16:28:01 +00:00
Robin Mills
73572aa54d #1291 Fix submitted. Thank You to T Modes for reporting this issue. 2017-04-23 11:57:05 +00:00
Robin Mills
1ff0bef409 #1175 Correction to r4597 Additional file (which, in error, I didn't to commit) 2017-04-23 11:00:17 +00:00
Robin Mills
44da4724b3 #1175 Correction to r4756 Another three casts required to build with Visual Studio (size_t code ripple) 2017-04-23 10:58:54 +00:00
Robin Mills
029411a06d More materials for Rio 2017-04-20 09:16:42 +00:00
Robin Mills
a17e4a36e9 Adding source materials for the presentation at LGM 2017 in Rio. 2017-04-20 04:14:17 +00:00
Robin Mills
67859f4f4e #1175 I'm going to accept the recommendation to change BasicIo::size() to return size_t. This passes the test suite. The only "ripple" outside of basicio is to iotest.cpp. This change enables several casts to be removed. 2017-04-19 17:03:54 +00:00
Robin Mills
7da3ad2e41 #1175. Thanks to LaserSoft for reporting this and providing a patch. 2017-04-19 15:36:00 +00:00
Robin Mills
77616c3204 #1289 Thanks to Asdiel (AlienSkin) for reporting this and providing a test file. Thanks to Ben for investigation and patch. 2017-04-14 19:42:53 +00:00
Robin Mills
307c9e266c #1286 Correction to r4752 2017-04-06 05:25:39 +00:00
Robin Mills
5a5f7dc1ac #1286 Fix submitted. 2017-04-05 18:36:14 +00:00
Robin Mills
03fd02827f #1279 Update for releasing v0.26 2017-03-30 09:09:59 +00:00
Robin Mills
679a08794d adding gallery 2017-03-30 09:08:50 +00:00
Robin Mills
73047ce568 #1279 Correction to r4748 which broke the CMake build. 2017-03-27 09:04:12 +00:00
Robin Mills
54408bac2f #1279 Move src/ini_int.hpp to include/exiv2/ini.hpp to reveal class Exiv2:INIReader in API 2017-03-26 20:49:54 +00:00
nkbj
788caad7de Updated Nikon Lens lookup table to v4.4.527.01 of Robert Rottmerhusen's fmountlens list. 2017-03-23 04:33:35 +00:00
nkbj
e8c2c7ba01 Update various lists to match ExifTool version 10.47. 2017-03-23 03:51:21 +00:00
tbeu
e44e73acfb Update po files 2017-03-21 21:12:04 +00:00
Robin Mills
d0070835e9 #1279 Test the website and if all's well, we're ready for review. 2017-03-17 19:35:45 +00:00