tastytea
449e315397
add performance section to readme
4 months ago
tastytea
7eae29031f
disable cmake-format for now
5 months ago
tastytea
531a409124
clang-tidy: change MinimumVariableNameLength to 2
5 months ago
tastytea
22a50ef661
up the cognitive threshold to 30
5 months ago
tastytea
94555621d8
fix release upload
5 months ago
tastytea
cfe274f1e1
fix tests (copy paste error)
5 months ago
tastytea
eb4630d738
version bump 0.6.2
...
botched the 0.6.1 release 😅
5 months ago
tastytea
bbc412db45
add support for testing with catch 3
5 months ago
tastytea
c0a2f7e779
pass c strings to fmt (…)
5 months ago
tastytea
4b5e6898cd
pass c strings to fmt (and one more)
5 months ago
tastytea
c16265683f
pass c strings to fmt (found some more)
5 months ago
tastytea
d438e2292f
pass c strings to fmt (forgot some)
5 months ago
tastytea
089eac4cfc
CI: install file on Debian and Ubuntu for .dev generation
5 months ago
tastytea
63a8ab2683
pass c strings to fmt
...
boost strings and filesystem paths used to be automatically converted,
but that doesn't happen anymore with fmt 9
5 months ago
tastytea
cd03898039
update .clang-tidy
5 months ago
tastytea
550a1143a5
Don't install useless asciidoc dependencies.
1 year ago
tastytea
d1083b7dca
CI: Fix dependencies.
1 year ago
tastytea
1058903def
Add more information about RPMs to readme.
1 year ago
tastytea
5d28b1f4ef
CI: Modify zypper repos more elegantly.
1 year ago
tastytea
bb37e53207
CI: refresh zypper data, resolve build dir conflict.
1 year ago
tastytea
1bddad7083
CI: Fix openSUSE dependencies.
1 year ago
tastytea
7daade6425
CI: Fix sed command.
1 year ago
tastytea
c41f3a2485
CI: Add package generation for openSUSE Leap 15.
1 year ago
tastytea
3e23dc2cd9
CI: Build apt and zypper steps in parallel.
1 year ago
tastytea
9c6dd5ca64
CI: Add rpm package cache.
1 year ago
tastytea
c62799e00f
CI Add openSUSE with GCC 9.
1 year ago
tastytea
636e84408c
Compile with debug flags and sanitizers in CI.
1 year ago
tastytea
ef77a9e4fb
Make sanitizers optional.
1 year ago
tastytea
552df1a49e
Don't crash if language detection fails.
...
If there is no container.xml or something unexpected happens, we just return an
empty string.
1 year ago
tastytea
1e0cde8a4b
Fix test, print exceptions.
1 year ago
tastytea
2bede91fb7
Remove some superfluous “std::”.
1 year ago
tastytea
165592982a
Update german translation.
1 year ago
tastytea
b1dcdea95e
Add language attribute to HTML output.
...
Bug: #16
1 year ago
tastytea
299063e02c
Add language to books, documents and matches.
...
Currently only the book's language is actually read and applied down the line.
1 year ago
tastytea
fca719634a
Move OPF file path detection into own function.
1 year ago
tastytea
d2aff45018
Move spine_filepaths() from zip:: to book::.
1 year ago
tastytea
b134bd0301
Add pointer to preferred text version (raw or cleaned) to document.
1 year ago
tastytea
d0738891c2
Ensure the correct order of files and the TOC.
1 year ago
tastytea
b53e99306c
Re-add support for raw text searching.
1 year ago
tastytea
84ef5d1bf3
Move book processing into own file.
1 year ago
tastytea
97fecd37f0
Revert "Remove generator from CMake presets." – it is required.
...
This reverts commit 49de44f729
.
1 year ago
tastytea
e154b62201
Add “Similar projects” to readme.
2 years ago
tastytea
90eb30fa3e
Add sub-headings for option categories in man page.
2 years ago
tastytea
9cc1823b3b
clang-tidy: Set cognitive complexity threshold to 30.
...
25 is a bit low with a try-catch-block in a for-loop.
2 years ago
tastytea
2489c444df
Add experimental RPM packe config to CMake config.
2 years ago
tastytea
c99c01162d
Silence some clang-tidy warnings.
...
- Thread-unsafe std::getenv and std::setlocale doesn't matter for us.
- It is unlikely that we can make main() less complex without making it more
complex elsewhere.
- Thread-unsafe std::strerror stays unsolved for now.
2 years ago
tastytea
49de44f729
Remove generator from CMake presets.
2 years ago
tastytea
bdcf153b47
Fix usage quick-help.
...
FILE is not optional.
2 years ago
tastytea
57c87ca5e7
Fix typo in german translation.
2 years ago
tastytea
5c0ca46c9d
Version bump 0.6.0.
2 years ago