Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize UTF8 lower/upper case conversion for ASCII | Dimitri van Heesch | 2021-04-27 | 1 | -9/+34 |
| | |||||
* | Coverity warnings | albert-github | 2021-04-14 | 1 | -2/+0 |
| | | | | | | Correcting new coverity warnings. - utf8.cpp is dead code. - template.cpp, made consistent with other render functions | ||||
* | Fixed potential crash in handling empty list item. | Dimitri van Heesch | 2021-03-29 | 1 | -4/+5 |
| | |||||
* | Fixed compilation problem when enableing sqlite3 | Dimitri van Heesch | 2021-03-28 | 1 | -2/+2 |
| | |||||
* | Refactoring: Add TextStream buffer to improve output writing performance | Dimitri van Heesch | 2021-03-28 | 1 | -5/+6 |
| | | | | | - direct use of std::stringstream and std::ostream gave a 30% drop in performance. | ||||
* | Refactoring: replace QGString by std::ostringstream | Dimitri van Heesch | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | issue #8375: Lowercase search does not find non-ASCII uppercase pages and ↵ | Dimitri van Heesch | 2021-03-22 | 1 | -0/+208 |
vice versa |