aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zim-tools
Commit message (Collapse)AuthorAgeFilesLines
* testing/*: make CMake and meson respect our C{,PP,XX}FLAGSRasmus Thomsen2020-02-211-2/+2
| | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
* tree-wide: use --buildtype=debugoptimized for meson packagesRasmus Thomsen2020-01-071-2/+2
| | | | | | | As of now we're using the buildttype 'release', which produces optimized builds but without any usable debugging info, which makes debugging crashes impossible, even if a -dbg subpackage exists. As such we should build in the buildmode 'debugoptimized' to offer proper debug symbols.
* testing/zim-tools: upgrade to 1.0.5Oleg Titov2019-09-131-2/+2
| | | | - https://github.com/openzim/zim-tools/blob/master/ChangeLog 1.0.5
* testing/zim-tools: upgrade to 1.0.4Oleg Titov2019-08-271-2/+2
| | | | - https://github.com/openzim/zim-tools/blob/master/ChangeLog#L6 1.0.4
* testing/zim-tools: upgrade to 1.0.2Oleg Titov2019-06-141-3/+2
| | | | - License remove
* testing/zim-tools: new aportOleg Titov2019-05-221-0/+35
https://github.com/openzim/zim-tools Various ZIM command line tools: zimsearch, zimbench, zimdump, zimdiff, zimpatch, zimsplit, and zimcheck Closes: GH-7973