Luis Díaz Más
|
2de3bad869
|
Remove EXIV2_ENABLE_VIDEO and related stuff
|
2021-04-18 09:44:51 +02:00 |
|
Luis Díaz Más
|
94b87a8dec
|
Remove deprecated SSH support
|
2021-04-18 09:44:51 +02:00 |
|
Luis Díaz Más
|
15ac7d13ac
|
Merge branch 'main' into modernizationCpp
|
2021-04-16 09:19:42 +02:00 |
|
Robin Mills
|
206a2c495c
|
fix_enableBMFF_v1
|
2021-04-16 08:23:50 +02:00 |
|
Robin Mills
|
05263a7766
|
bump_v1.00_version
|
2021-04-16 08:23:22 +02:00 |
|
Robin Mills
|
bf1e9fe4ad
|
fix_1558_cmake_build_type
|
2021-04-15 12:41:31 +01:00 |
|
Luis Díaz Más
|
cd5c8fba49
|
remove some cmake old checks + newer gtest version
|
2021-04-15 06:56:37 +02:00 |
|
Robin Mills
|
b09019c636
|
fix_enableBMFF_v1
|
2021-04-14 16:21:50 +01:00 |
|
Robin Mills
|
350b7b0808
|
bump_v1.00_version
|
2021-04-11 07:11:37 +01:00 |
|
Robin Mills
|
e1aa4ced4d
|
v0.27.4RC2
|
2021-04-07 16:18:22 +01:00 |
|
Robin Mills
|
fd47dc635d
|
Bump revision number to Exiv2 v0.27.4 RC1. PR will be marked for review.
|
2021-03-18 20:33:33 +00:00 |
|
Robin Mills
|
cd7721c818
|
Downgrade version to 0.27.4.10 = 0.27.4 RC1 Preview.
|
2021-03-18 17:59:31 +00:00 |
|
Robin Mills
|
7264238e3e
|
v27_4_rc1_effort2
|
2021-03-18 09:46:21 +00:00 |
|
Robin Mills
|
16866b3740
|
Exiv2 v0.27.4 RC1 Preview.
|
2021-03-17 13:37:40 +00:00 |
|
Robin Mills
|
60d383eabe
|
exiv2_v27_4_rc1
|
2021-03-17 11:29:00 +00:00 |
|
Miloš Komarčević
|
bf43c6cfd1
|
Replace tabs to fix indentation issues
|
2021-03-17 09:42:43 +01:00 |
|
Robin Mills
|
1fad29e11f
|
Fix typos.
|
2021-03-17 08:21:32 +00:00 |
|
Robin Mills
|
21b73b4207
|
Refactor CMakeList.txt to run all tests using tests/runner.py
|
2021-03-17 07:30:59 +00:00 |
|
Peter Kovář
|
f0a321dedb
|
[WIP] Base Media File Format
|
2021-02-16 10:10:00 +01:00 |
|
Peter Kovář
|
92469f4c27
|
[WIP] Add ISO/IEC Base Media File Format
|
2021-01-24 15:09:57 +01:00 |
|
postscript-dev
|
5dbd53fd09
|
Update PACKAGE_URL and PROJECT_DESCRIPTION text
|
2020-12-26 19:18:08 +00:00 |
|
postscript-dev
|
c72537830d
|
Add missing "Xmp" to project description
|
2020-12-23 17:14:54 +00:00 |
|
Robin Mills
|
483ca6e56b
|
bumpRevision_0.27.4.9
|
2020-11-24 21:03:30 +00:00 |
|
Luis Díaz Más
|
b304244766
|
Move winsock2 inclusion to http.cpp
|
2020-10-06 22:01:01 +02:00 |
|
Robin Mills
|
604a268059
|
Second effort to unexpose winsock2.h from include <exiv2/exiv2.hpp> using EXIV2_BUILDING_EXIV2 mechanism.
|
2020-10-02 08:44:57 +01:00 |
|
Luis Díaz Más
|
f39b23806b
|
Assume existence of stdint.h
|
2020-09-16 21:53:49 +02:00 |
|
Jan Tojnar
|
48f2c9dbba
|
cmake: Fix paths with absolute GNUInstallDirs
It is not generally true that `CMAKE_INSTALL_<dir>` variables are relative paths:
https://github.com/jtojnar/cmake-snips#concatenating-paths-when-building-pkg-config-files
https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path
Let's join them properly as paths, not strings.
On Windows, the absolute paths will likely remain unsupported as neither the CMake function,
nor the C++ code is able to detect absolute paths.
Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
|
2020-09-05 11:18:46 +02:00 |
|
Robin Mills
|
ada86be02b
|
Exiv2 v0.27.3 GM
|
2020-06-29 15:50:04 +01:00 |
|
clanmills
|
7b15178f66
|
Dump revision number.
|
2020-05-31 10:27:53 +01:00 |
|
Luis Díaz Más
|
19f57060af
|
Fix cmake install in case of subdirectory use
Original commit 7a7d6a0979664db19462ebc655f23a68da523e63 could not be
cherry-picked. Kudos to Taras Kushnir
|
2020-05-23 09:41:10 +02:00 |
|
clanmills
|
a3451e2e43
|
Bump Version! (yea, code-complete, I believe).
|
2020-05-15 14:48:46 +01:00 |
|
clanmills
|
43b06b6814
|
Don't allow binary into the output stream!
|
2020-05-11 18:29:35 +01:00 |
|
Luis Díaz Más
|
38e37b7c61
|
Use -DCMAKE_CXX_STANDARD=98 in our travis jobs
|
2020-05-05 07:46:53 +02:00 |
|
Robin Mills
|
ae87269ab1
|
Set default for -DEXIV2_BUILD_UNIT_TESTS OFF
|
2020-05-04 12:19:38 +01:00 |
|
clanmills
|
63a13e8620
|
Adding option -DEXIV2_BUILD_USE_C++11
|
2020-05-02 12:21:21 +01:00 |
|
Robin Mills
|
2b7ae83435
|
0.27.31_bump_revision_number
|
2020-04-30 08:41:06 +01:00 |
|
Robin Mills
|
920a03886e
|
Use PROJECT_VERSION_TWEAK to identify RC#
|
2020-04-27 14:51:04 +01:00 |
|
Robin Mills
|
d0f6eb01c1
|
Makeover Release Notes and platform/ReadMe
|
2020-04-22 20:34:49 +01:00 |
|
Robin Mills
|
98adf41df9
|
Documentation maintenance
|
2020-04-22 12:56:49 +01:00 |
|
clanmills
|
53ac282218
|
enhanced_test4_0.27
a) new_tests => python_tests
b) FreeBSD grep/pipe issue in version_test
c) report summary of bash_tests
|
2020-04-19 17:49:20 +01:00 |
|
clanmills
|
bf7796b1d2
|
Revert "enhanced_test4_0.27"
This reverts commit 19ee0f6ef8.
|
2020-04-19 17:44:58 +01:00 |
|
clanmills
|
19ee0f6ef8
|
enhanced_test4_0.27
a) new_tests => python_tests
b) FreeBSD grep/pipe issue in version_test
c) report summary of bash_tests
|
2020-04-19 17:35:10 +01:00 |
|
clanmills
|
35a0627b76
|
Replace make test with make bash_tests because CMake/Linux refuses a target called 'test'
|
2020-04-19 12:58:01 +01:00 |
|
clanmills
|
904fa19d1c
|
Code changes
|
2020-04-19 08:04:45 +01:00 |
|
Robin Mills
|
2d57901d87
|
Merge branch '0.27-maintenance' into 0.27.3-RC1
|
2020-04-16 19:55:12 +01:00 |
|
clanmills
|
171bc40afd
|
Run a reduced test suite on Unix platforms.
|
2020-04-16 08:28:09 +01:00 |
|
Robin Mills
|
418e09e7c9
|
Bump revision number
|
2020-04-08 10:14:33 +01:00 |
|
Robin Mills
|
d0af504e4d
|
bumpVersion_0.27.3.9
|
2020-03-29 13:48:08 +01:00 |
|
clanmills
|
4cf040ac4a
|
Install man page from man/man1/exiv2.1
|
2019-09-15 23:00:07 +02:00 |
|
Robin Mills
|
07c0b7f51e
|
Bump Revision Number.
|
2019-07-28 15:06:31 +02:00 |
|