Luis Diaz Mas
|
1769d8988a
|
ci - Linux uses ninja
|
4 years ago |
Rosen Penev
|
24a8139233
|
clang-tidy: fix badly indented if
Found with readability-misleading-indentation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
1b9b77c51f
|
clang-tidy: add ending namespace comments
Found with google-readability-namespace-comments
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
bf290e84e5
|
fix compilation with EXIV2_DEBUG_MESSAGES
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Luis Diaz Mas
|
44eb56102b
|
ci - Add coverage run on main branch
|
4 years ago |
Miloš Komarčević
|
3416b631c5
|
Add Sony ARW compression to dict
|
4 years ago |
Rosen Penev
|
fddb035106
|
clang-tidy: remove pointless const
Found with readability-avoid-const-params-in-decls
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
80595f8468
|
clang-tidy: remove duplicate public
Found with readability-redundant-access-specifiers
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Kevin Backhouse
|
ca66136092
|
Use readOrThrow to check error conditions of iIo.read().
(cherry picked from commit 0f9eb74c44c908e170a64cab590949d53749af8e)
|
4 years ago |
Luis Díaz Más
|
bd7bc90809
|
Copy mergify file from 0.27-maintenance
|
4 years ago |
Rosen Penev
|
5dc4292b40
|
fix bad for range loop
This loop is supposed to break when it encounters a match.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
091fd77885
|
clang-tidy: remove redundant member init
Found with readability-redundant-member-init
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Luis Díaz Más
|
9e43a89d1d
|
ci - Do not create conanCache dir
|
4 years ago |
Luis Díaz Más
|
d7c103e103
|
Remove old CI providers from main README
|
4 years ago |
Luis Diaz Mas
|
ad57cb4293
|
ci - cache conan packages on Windows builds
|
4 years ago |
Luis Diaz Mas
|
10ed3fdfe1
|
ci - Remove old CI script files
|
4 years ago |
Luis Diaz Mas
|
f969fe88fc
|
Fedora-MinGW build to Github Workflows
|
4 years ago |
Luis Díaz Más
|
5e13f30104
|
ci - Add BMFF to windows matrix
|
4 years ago |
Luis Díaz Más
|
e6e6c3c296
|
ci - coverage build - deal with SHA issue
|
4 years ago |
Luis Díaz Más
|
1a383c46f5
|
ci - Special builds on Github actions
|
4 years ago |
Luis Díaz Más
|
776d3a3efc
|
Rename github workflows
|
4 years ago |
Luis Díaz Más
|
012f05f9a1
|
ci - MacOS Matrix
|
4 years ago |
Luis Díaz Más
|
2c3fcd3a59
|
No exe in executables
|
4 years ago |
Luis Díaz Más
|
0d0c8ba0f3
|
Fixes in github actions
|
4 years ago |
Luis Díaz Más
|
f6b71af324
|
ci: Remove travis builds
|
4 years ago |
Luis Díaz Más
|
33facf01aa
|
Github Actions - More builds on PRs
|
4 years ago |
Luis Díaz Más
|
bfa297d587
|
MacOS build
|
4 years ago |
Luis Diaz Mas
|
72798028f6
|
Less CI jobs on push
|
4 years ago |
Rosen Penev
|
674fdcd38b
|
clang-tidy: fix declartation names
Found with readability-inconsistent-declaration-parameter-name
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
2e73aa9dc0
|
default con/destructors in headers
Helps to optimize trivially destructable stuff.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
428c436629
|
clang-tidy: simplify boolean expression
Found with readability-simplify-boolean-expr
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
5d716c7df4
|
clang-tidy: empty() conversions
Found with readability-container-size-empty
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
9642e3cceb
|
clang-tidy: remove pointless string init
Found with readability-redundant-string-init
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
143a1fbbe2
|
clang-tidy: don't use string compare
Found with readability-string-compare
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
8337462032
|
clang-tidy: use empty() instead of comparing size
Found with readability-container-size-empty
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
af7b2430c5
|
clang-tidy: use override
Found with modernize-use-override
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Jakub Wilk
|
45a6916546
|
READMEs: Add whitespace around atx-style headers
The extra whitespace is necessary for GitHub to render the headers
correctly.
|
4 years ago |
Rosen Penev
|
15f0a600ed
|
clang-tidy: use default member init
Found with modernize-use-default-member-init
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Kevin Backhouse
|
170b18db74
|
Merge pull request #1621 from Exiv2/mergify/bp/main/pr-1591
Fix infinite loop caused by subBox with zero size. (backport #1591)
|
4 years ago |
Luis Díaz Más
|
b4b8061478
|
Early access is always compiled
|
4 years ago |
Kevin Backhouse
|
566ea272a1
|
Prevent large allocation.
(cherry picked from commit f154f0ae540deeb9251467187d01c2a5846d27b5)
|
4 years ago |
Kevin Backhouse
|
aac34630d4
|
Fix infinite loop caused by subBox with zero size.
(cherry picked from commit 2736126e7b92c5654f56620c097f9a4580c0f73b)
|
4 years ago |
Luis Díaz Más
|
9dbffa719b
|
Add missing public headers to install target
|
4 years ago |
Luis Díaz Más
|
988fbe5653
|
ci - win: Use ninja and Visual Studio shell
|
4 years ago |
Luis Díaz Más
|
102eef8097
|
Also test installation on Windows
|
4 years ago |
Luis Díaz Más
|
4b9b7bf99f
|
Archive appveyor ci configurations
|
4 years ago |
Luis Diaz Mas
|
429ab8679a
|
CiActions: Increasing matrix build for Windows
|
4 years ago |
Rosen Penev
|
5a9c29303e
|
clang-tidy: remove pointless static
Found with readability-static-definition-in-anonymous-namespace
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
bd6a996181
|
clang-tidy: use using
Found with modernize-use-using
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
b3040da54c
|
clang-tidy: don't check for NULL with delete
Found with readability-delete-null-pointer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |