Rosen Penev
|
b8712188bb
|
clang-tidy: use auto
Found with modernize-use-auto
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-17 21:52:03 +02:00 |
|
Rosen Penev
|
8e52032ee0
|
clang-tidy: range loop conversions
Found with: modernize-loop-convert
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-17 08:53:39 +02:00 |
|
Rosen Penev
|
c73dfa0106
|
clang-tidy: use uppercase numeric literals
Found with readability-uppercase-literal-suffix
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-16 11:27:49 +02:00 |
|
Rosen Penev
|
1b9b77c51f
|
clang-tidy: add ending namespace comments
Found with google-readability-namespace-comments
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-14 17:34:09 +02:00 |
|
Rosen Penev
|
9642e3cceb
|
clang-tidy: remove pointless string init
Found with readability-redundant-string-init
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-12 07:12:15 +02:00 |
|
Rosen Penev
|
8128716287
|
clang-tidy: use = default
Found with modernize-use-equals-default
Ran through git clang-format
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-09 15:18:50 +02:00 |
|
Rosen Penev
|
5a4c3cd057
|
convert Pair to std::pair
This is C++11 now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-03 07:16:51 +02:00 |
|
Luis Díaz Más
|
f85f7f717a
|
Replace many of the iterators types with auto
|
2021-04-19 10:43:46 +02:00 |
|
Robin Mills
|
9da2aed5d2
|
Use the documented 5 line prolog in every sample application. Tidy up sample prologs and header code.
|
2021-04-02 16:58:20 +01:00 |
|
Robin Mills
|
d632988bbd
|
Massive code prolog cleanup.
|
2021-03-17 13:34:21 +00:00 |
|
Luis Díaz Más
|
2d1e1fe6ef
|
Reduce the scope of variables
|
2018-11-07 23:17:26 +01:00 |
|
Luis Díaz Más
|
320e186f44
|
Fix -Wmaybe-uninitialized warnings
|
2018-09-12 19:22:31 +02:00 |
|
Robin Mills
|
f52eacf921
|
#1071 Remove Jzon from libexiv2
1) Move src/Jzon.cpp and include/exiv2/Jzon.hpp to samples/Jzon.{cpp|hpp}
2) Update build environment appropriately.
|
2015-05-09 09:24:41 +00:00 |
|