clanmills
|
d3c2b99385
|
#1297 Fix submitted.
|
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
|
10069bd05b
|
Documentation update to withdraw support for MinGW. The code-base has not been modified and will probably build with MinGW. However Team Exiv2 will not support this platform.
|
8 years ago |
clanmills
|
ef64de084c
|
Removing msvc2003 support
|
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 |
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.
|
8 years ago |
clanmills
|
3450cb1454
|
Set +x bit on tiff-test.sh
|
8 years ago |
clanmills
|
5152c80cfb
|
Fix test suite to run from CMake builds.
|
8 years ago |
Robin Mills
|
910f350779
|
Merge pull request #8 from bkuhls/gettext
cmake: simplify libintl check
|
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 |
Robin Mills
|
7e6148ea6c
|
Merge pull request #7 from bkuhls/pthread
cmake: always depend on threads, not only in the xmp case
|
8 years ago |
Bernd Kuhls
|
8af901ce05
|
cmake: always depend on threads, not only in the xmp case
|
8 years ago |
Robin Mills
|
ab5feb3243
|
Merge pull request #6 from bkuhls/gettext
cmake: fix gettext support
|
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 |
clanmills
|
5562d9c584
|
#5 Updating Checklist.txt to ensure ChangeLog is correctly updated in future.
|
8 years ago |
clanmills
|
ea6a40c362
|
Fix: https://github.com/Exiv2/exiv2/issues/5
|
8 years ago |
Robin Mills
|
4025811945
|
Merge pull request #4 from tgurr/cmakelocaledir
Use CMAKE_INSTALL_LOCALEDIR
|
8 years ago |
Timo Gurr
|
d5ae1a7502
|
Use CMAKE_INSTALL_LOCALEDIR
|
8 years ago |
draekko
|
f23dc54b9c
|
Adding xmpprint sample
|
8 years ago |
clanmills
|
2f8681e120
|
#1296 Fix submitted.
|
8 years ago |
clanmills
|
a0a4eb5155
|
Additional corrections to website/Checklist.txt
|
8 years ago |
clanmills
|
fa1a270c4c
|
Updating website to remove mention of Commercial License.
|
8 years ago |
clanmills
|
9be72eecec
|
#1294 Fix.
|
8 years ago |
clanmills
|
8b5cc64a40
|
Updates to release scripts for v0.26
|
8 years ago |
clanmills
|
038fe6cb94
|
#1233 Fixed bug in samples/geotag.cpp
|
8 years ago |
Robin Mills
|
fa449a4d2c
|
Hopefully the final submission for v0.26
|
8 years ago |
Robin Mills
|
94b8285341
|
#1292 Fix submitted.
|
8 years ago |
Robin Mills
|
bf473ae718
|
#1292 Dimitri: Thank You for reporting this and providing the patch.
|
8 years ago |
Robin Mills
|
d39fe97c9e
|
Correction to r4766 in dailyCMake.sh/MinGW
|
8 years ago |
Robin Mills
|
f594b4a6f7
|
Minor change to dailyCMake.sh to remove relic libexiv2-14.dll
|
8 years ago |
Robin Mills
|
7b882f121a
|
#1175 more cast ripples on GCC5/Linux
|
8 years ago |
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
|
8 years ago |
Robin Mills
|
f36cccefa2
|
#1291 include header simplification
|
8 years ago |
Robin Mills
|
fb24a572c6
|
#1291 Thank you to T Modes for reporting this and providing this patch.
|
8 years ago |
Robin Mills
|
73572aa54d
|
#1291 Fix submitted. Thank You to T Modes for reporting this issue.
|
8 years ago |
Robin Mills
|
1ff0bef409
|
#1175 Correction to r4597 Additional file (which, in error, I didn't to commit)
|
8 years ago |
Robin Mills
|
44da4724b3
|
#1175 Correction to r4756 Another three casts required to build with Visual Studio (size_t code ripple)
|
8 years ago |
Robin Mills
|
029411a06d
|
More materials for Rio
|
8 years ago |
Robin Mills
|
a17e4a36e9
|
Adding source materials for the presentation at LGM 2017 in Rio.
|
8 years ago |
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.
|
8 years ago |
Robin Mills
|
7da3ad2e41
|
#1175. Thanks to LaserSoft for reporting this and providing a patch.
|
8 years ago |
Robin Mills
|
77616c3204
|
#1289 Thanks to Asdiel (AlienSkin) for reporting this and providing a test file. Thanks to Ben for investigation and patch.
|
8 years ago |
Robin Mills
|
307c9e266c
|
#1286 Correction to r4752
|
8 years ago |
Robin Mills
|
5a5f7dc1ac
|
#1286 Fix submitted.
|
8 years ago |
Robin Mills
|
03fd02827f
|
#1279 Update for releasing v0.26
|
8 years ago |
Robin Mills
|
679a08794d
|
adding gallery
|
8 years ago |