Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Replace fastutf with simdutf | Vsevolod Stakhov | 2024-11-29 | 1 | -9/+1 |
| | | | | | | Simdutf is faster and has way better support of the architectures (especially when it comes to non-x86 stuff). Hence, it is a good idea to use it instead of the non-supported fastutf8 stuff. | ||||
* | Merge branch 'master' into vstakhov-utf8-mime | Vsevolod Stakhov | 2024-09-05 | 1 | -0/+2 |
|\ | |||||
| * | [Feature] Allow to set negative group score limit via `min_score` | Vsevolod Stakhov | 2024-07-30 | 1 | -0/+2 |
| | | |||||
* | | [Minor] Disable mime utf by default | Vsevolod Stakhov | 2024-07-17 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Add flag for mime utf operations | Vsevolod Stakhov | 2024-07-16 | 1 | -0/+1 |
|/ | |||||
* | [Minor] cmath is a bit more strict | Vsevolod Stakhov | 2024-07-11 | 1 | -7/+7 |
| | |||||
* | [Minor] Specify failure reason clearly | Vsevolod Stakhov | 2024-07-11 | 1 | -9/+25 |
| | |||||
* | [Minor] Fix logic | Vsevolod Stakhov | 2024-07-11 | 1 | -2/+2 |
| | |||||
* | [Rework] Update fmt to version 11 | Vsevolod Stakhov | 2024-07-01 | 1 | -2/+2 |
| | |||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -60/+60 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -6/+6 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | Update cfg_utils.cxx | Julien Voisin | 2023-12-29 | 1 | -1/+1 |
| | | | Fix another dumb s/NULL/nullptr/g | ||||
* | [Feature] Reiterate on gtube patterns | Vsevolod Stakhov | 2023-11-08 | 1 | -0/+1 |
| | |||||
* | [Minor] Sort lua modules and use GPtrArray instead of GList | Vsevolod Stakhov | 2023-09-07 | 1 | -0/+2 |
| | |||||
* | [Feature] Add `logging`->`task_max_elts` option | Vsevolod Stakhov | 2023-09-05 | 1 | -0/+1 |
| | | | | Issue: #4583 | ||||
* | [Minor] Fix some more issues | Vsevolod Stakhov | 2023-08-17 | 1 | -20/+20 |
| | |||||
* | [Minor] Do not treat hyperscan load failure as a fatal error | Vsevolod Stakhov | 2023-08-17 | 1 | -4/+0 |
| | |||||
* | [Rewor] Refactor some legacy stuff | Vsevolod Stakhov | 2023-08-17 | 1 | -2/+0 |
| | |||||
* | [Rework] Some final fixes | Vsevolod Stakhov | 2023-08-16 | 1 | -9/+18 |
| | |||||
* | [Rework] Final efforts to make it compileable | Vsevolod Stakhov | 2023-08-16 | 1 | -3/+4 |
| | |||||
* | [Rework] More steps to do refactoring | Vsevolod Stakhov | 2023-08-16 | 1 | -4/+4 |
| | |||||
* | [Rework] Further conversion routines | Vsevolod Stakhov | 2023-08-15 | 1 | -2/+0 |
| | |||||
* | [Rework] More abstractions to hide C++ internals | Vsevolod Stakhov | 2023-08-14 | 1 | -0/+23 |
| | |||||
* | [Rework] Finish utils rework | Vsevolod Stakhov | 2023-08-14 | 1 | -145/+151 |
| | |||||
* | [Rework] Use more c++ in cfg_utils | Vsevolod Stakhov | 2023-08-14 | 1 | -0/+2920 |