Dan Čermák
a557c7f477
[tests] Add regression test for second bug from #590
6 years ago
Luis Díaz Más
9296067b95
Fix access to null pointer in TiffParser
6 years ago
D4N
3ec6aeb96f
Merge pull request #700 from Exiv2/Exiv2XmpPrivatelyLinked
...
exiv2-xmp linked privately
6 years ago
Luis Díaz Más
85c27ea3b4
Link geotag sample against exiv2-xmp
6 years ago
Luis Díaz Más
4265ac5e0f
exiv2-xmp linked privately
6 years ago
D4N
1e79dc5e59
Merge pull request #692 from Exiv2/mergify/bp/0.27/pr-686
...
Automatic backport of pull request #686
6 years ago
Dan Čermák
e408745beb
[CI] Correct the name of the Archlinux container on Dockerhub
...
- Arch migrated their container from the base account to the archlinux account
- The container got severely stripped down: there is no awk, diff, which, grep
=> we need to preinstall these, otherwise the distro detection function fails
(cherry picked from commit 73739735eb636fc9db9dab2606588c7a930e2e8b)
6 years ago
Dan Čermák
f3caab32cc
[CI] change ci/install_dependencies shebang from bash to sh
...
- the script needs to be able to bootstrap everything even on platforms where we
don't have bash
- drop function which is bash specific
(cherry picked from commit 9f01b86d2219d2f4cbb23730bba79c2b779621a2)
6 years ago
Dan Čermák
e9975c1457
[CI] Remove utils.source in the Vagrant provisioning scripts
...
=> we no longer need the shared volume, which is broken on Alpine Linux
(cherry picked from commit 07cb39bb06ef9d5cfb4100a6c8da66f509d067f5)
6 years ago
Seth Parker
892d39e3bf
Add missing libintl include dirs to exiv2lib_int and exiv2
6 years ago
Michał Walenciak
c2f622994f
Merge pull request #680 from Exiv2/buildfix_and_cleanup
...
Buildfix and cleanup
6 years ago
Michał Walenciak
6887822243
removing unused header generation
6 years ago
Michał Walenciak
a7340a3801
removinf usage of EXIV2_DEPRECATED macro
...
It can expand to [[deprecated]] which cannot be combined
with result of EXIV2API macro expansion: __attribute__(...)
6 years ago
Michał Walenciak
a12986b9b5
Merge pull request #672 from Kicer86/provide_pkg_version
...
create & install exiv2ConfigVersion.cmake
6 years ago
Michał Walenciak
aae88060ca
Use ${CMAKE_INSTALL_LIBDIR} as proper files location
6 years ago
Michał Walenciak
4ddd44e9da
create & install exiv2ConfigVersion.cmake
6 years ago
D4N
e5a48da8e2
Merge pull request #670 from Exiv2/fix_gitlab_centos_0_27
...
[ci] Do not symlink python36 to python3 if it already exists
6 years ago
Dan Čermák
4151ad4c15
[ci] Do not symlink python36 to python3 if it already exists
...
CentOS now provides it's own symlink of python3 -> python34, so we either remove
it first or symlink if that file doesn't exist yet.
This fixes #666 .
(cherry picked from commit 045c8b32927720ece265e01d8a80ce782692a315)
6 years ago
Luis Díaz Más
a11e198e64
Merge pull request #618 from piponazo/fix597
...
Fix #597
6 years ago
Luis Diaz Mas
127c2eac0e
Fix warnings on MSVC
6 years ago
Luis Díaz Más
704fc56d52
Keep the profileName from readMetadata and use it in writeMetadata
6 years ago
Luis Díaz Más
e385599067
Refactoring to make the doe more readable. Fix icc tests
6 years ago
Luis Díaz Más
436b0f87b5
Add missing header when -DDEBUG is present
6 years ago
Luis Díaz Más
d1097fab59
Factor our function to read PNG Chunk info
6 years ago
Luis Díaz Más
914a8c5585
Factor out exception throw in different places inside isPngType
6 years ago
Luis Diaz Mas
88f22e13cb
Fix ICC profile in PNG images
7 years ago
Luis Díaz Más
2aaefbaf71
Merge pull request #660 from piponazo/InstallCompilerDetectionHeader
...
Install new file exiv2lib_compiler_detection.h
7 years ago
Luis Diaz Mas
6abdb7e77a
Install new file exiv2lib_compiler_detection.h
7 years ago
Luis Díaz Más
c558625faa
Merge pull request #617 from piponazo/DeprecateRelics
...
Deprecate relics
7 years ago
Luis Diaz Mas
eca3eb711a
Do not tread deprecation warnings as errors
7 years ago
Luis Díaz Más
9bfb1155b2
Appveyor: drop VS2008 which has problems with WriteCompilerDetectionHeader
7 years ago
Luis Diaz Mas
25bfeb4245
Print deprecation warning in CMake report
7 years ago
Luis Diaz Mas
42d79e87aa
Deprecate SshIo, Video, EPS and SSH classes
7 years ago
Luis Diaz Mas
9d62998973
cmake: compile video sources conditionally
7 years ago
Luis Diaz Mas
0e02d46aa8
CMake: add mechanism to deprecate code
7 years ago
Luis Díaz Más
c383abfdb2
Merge pull request #657 from Exiv2/fix604_0.27
...
Fix #604 (0.27)
7 years ago
Luis Diaz Mas
dbed8472b9
conan: update gtest version and way in which we create the conan profile
...
- use default profile
- Use libstc+11 for the conan profile
- gtest-1.8.0 for MSVC < 12.
7 years ago
Luis Diaz Mas
598646943a
travis: move images from trusty to xenial
7 years ago
Luis Díaz Más
4a9667071e
conan: do not bring libcurl on Mac OSX
7 years ago
Luis Díaz Más
798396e71a
cmake: use CONAN_PKG::OpenSSL only if NOT APPLE
7 years ago
Luis Diaz Mas
06c41eab35
conan: update conan version to 1.11.2
7 years ago
Luis Díaz Más
635f21e4f7
conan: update libcurl version
7 years ago
Luis Díaz Más
08478c3217
Fix SSL linking issues on Windows
7 years ago
Luis Diaz Mas
b26d43358b
appveyor: enable webready/curl
7 years ago
Luis Diaz Mas
0810af3ea5
travis: enable webready/curl
7 years ago
Luis Díaz Más
4fa2bc7008
Propagate CURL linkage when it is enabled
7 years ago
Luis Díaz Más
2432b7a057
Merge pull request #652 from Exiv2/ExportBasicErrorSpecializations_0.27
...
Export basic error specializations 0.27
7 years ago
Luis Díaz Más
04c9b181cc
Fix #644 . Export specializations of BasicError
...
- Only export BasicError::setMsg which is the only implementation present in the .cpp
- Only export BasicError specialization on __APPLE__
It seems that gcc automatically adds the attribute when the visibility
settings are set to hidden. See this link for more information:
https://reviews.llvm.org/D35388
7 years ago
Luis Díaz Más
3b43573536
Merge pull request #653 from Exiv2/PcFileFixes_0.27
...
Fixes in .pc file for being compatible with more distributions
7 years ago
Luis Diaz Mas
e706cca190
Fixes in .pc file for being compatible with more distributions
7 years ago