6182 Commits (f4a37c63f2f890c16ff7192fc89a75a7c34ae82b)
 

Author SHA1 Message Date
Dan Čermák 5e6c2855ce
[NikonMakerNote] Fix overread in Nikon1MakerNote::print0x0088
This function was printing the string from the array of strings nikonFocusArea,
but it wasn't verifying that the array index is actually valid.
Now this function will output "Invalid value" instead of crashing.
6 years ago
Luis Díaz Más 8db17dfa03
Merge pull request #747 from cryptomilk/0.27-fix620
0.27 fix620
6 years ago
Robin Mills 11e21493af contrib: Remove the work directory in organize 6 years ago
D4N fd0f29bd1e
Merge pull request #734 from Exiv2/mergify/bp/0.27-maintenance/pr-730
Automatic backport of pull request #730
6 years ago
Luis Díaz Más 00f31f2d35 Replace check_function_exists by check_cxx_symbol_exist 6 years ago
Luis Díaz Más 89a42bcc98
Merge pull request #728 from Exiv2/mingw-gitlab-0.27
Mingw gitlab 0.27
6 years ago
Dan Čermák 43c5f29e97 [ci] Add Fedora cross compilation build job with MinGW
(cherry picked from commit b0e93c24d89d35cce0b38d09383cd5807370bfce)
6 years ago
Dan Čermák eb107da08f [ci] Refactor ci/test_build.py to allow customizations of the build matrix
(cherry picked from commit ee6f1de028534019d8ecfd18de9b77b9b4208cbe)
6 years ago
clanmills 282e99b6b0 Fix #610
(cherry picked from commit 54367e18ed0bf8bae6d8449341a6f82779f6d3c7)
6 years ago
Luis Díaz Más 9362c8fad9
Merge pull request #727 from Exiv2/opensuse_0_27
[CI] Fix name of the OpenSUSE Tumbleweed container for GitLab CI
6 years ago
Dan Čermák 905a564069
[CI] Fix name of the OpenSUSE Tumbleweed container for GitLab CI
(cherry picked from commit 88b22dcf4b7eba0700cef50df2406d422bba04ac)
6 years ago
D4N 116951a620
Merge pull request #726 from piponazo/doxygen_0.27
Doxygen fixes for 0.27
6 years ago
Dan Čermák d58ad1d056 [Doxygen] define PARSED_BY_DOXYGEN when building the documentation
This allows us to hide internal namespaces and some template magic which serves
little purpose to have in the API documentation
6 years ago
Luis Diaz Mas aea51f5d41 [doxygen] disable generation of TODO list 6 years ago
Luis Diaz Mas 31f256da29 Delete deprecated cmake_doc.sh 6 years ago
Luis Diaz Mas 84baf3cec0 Update doxygen template to doxygen 1.8.13 6 years ago
Luis Diaz Mas 3b2e2cc442 Generate doxygen.hpp page 6 years ago
Luis Díaz Más da2065bbcc
Merge pull request #725 from Exiv2/bump_version
Set version 0.27.1.19 (9 = WIP for 0.27.1.1) (0.27.1.1 = RC1 for 0.27.1)
6 years ago
Robin Mills 49be6a4b74 Set version 0.27.1.19 (9 = WIP for 0.27.1.1) (0.27.1.1 = RC1 for 0.27.1) 6 years ago
D4N a24d9eca26
Merge pull request #718 from Exiv2/fix_archlinux_0.27
[ci] Run upgrade in Archlinux container
6 years ago
Dan Čermák 36eb62c025
[ci] Run upgrade in Archlinux container
This should fix issues like this one:
https://gitlab.com/D4N/exiv2/-/jobs/160300883

(cherry picked from commit 64c753f76b225218120d77b985c2472932169285)
6 years ago
Luis Díaz Más 312a2d2788
Merge pull request #706 from piponazo/fix590_0.27
Fix access to null pointer in TiffParser
6 years ago
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 7 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