Package: argagg / 0.4.7-2

Metadata

Package Version Patches format
argagg 0.4.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Make sure to use the system s doctest.patch | (download)

test/doctest.h | 3461 0 + 3461 - 0 !
test/test.cpp | 2 1 + 1 - 0 !
test/test_csv.cpp | 2 1 + 1 - 0 !
test/test_opencv.cpp | 2 1 + 1 - 0 !
4 files changed, 3 insertions(+), 3464 deletions(-)

 make sure to use the system's doctest


0002 Make the build reproducible.patch | (download)

doc/doxygen.cfg.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make the build reproducible

Closes: #879569

0003 Cast argv.size to int to avoid errors.patch | (download)

examples/joinargs.cpp | 2 1 + 1 - 0 !
test/test.cpp | 140 70 + 70 - 0 !
test/test_csv.cpp | 18 9 + 9 - 0 !
3 files changed, 80 insertions(+), 80 deletions(-)

 cast argv.size to int to avoid errors