Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Add missing <algorithm> include for gcc 14 | Petr Vaněk | 2023-11-01 | 1 | -0/+1 |
| | | | | | | | | | | | | This commit addresses a compilation issue when using GCC 14. According to GCC 14's porting guide [1], some C++ Standard Library headers no longer include other headers they used to use internally. Specifically, <algorithm> must now be explicitly included. [1] https://gcc.gnu.org/gcc-14/porting_to.html See-also: https://bugs.gentoo.org/916438 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> | ||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -90/+161 |
| | | | | No meaningful changes. | ||||
* | [Minor] Add explicit move operators for mime_string | Vsevolod Stakhov | 2021-10-08 | 1 | -0/+13 |
| | |||||
* | [Minor] Remove bogus forward for non-forwarding reference | Vsevolod Stakhov | 2021-10-06 | 1 | -4/+4 |
| | |||||
* | [Minor] One more fix for old libicu | Vsevolod Stakhov | 2021-10-06 | 1 | -2/+2 |
| | |||||
* | [Minor] Add workaround for old libicu | Vsevolod Stakhov | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | [Minor] Mark operators constexpr | Vsevolod Stakhov | 2021-10-05 | 1 | -3/+3 |
| | |||||
* | [Minor] Add some more helpers | Vsevolod Stakhov | 2021-10-03 | 1 | -5/+8 |
| | |||||
* | [Minor] Add some utility methods | Vsevolod Stakhov | 2021-10-02 | 1 | -1/+24 |
| | |||||
* | [Project] Allow mempool allocated mime strings | Vsevolod Stakhov | 2021-10-01 | 1 | -0/+12 |
| | |||||
* | [Minor] Allow to construct an empty string with a filter | Vsevolod Stakhov | 2021-09-30 | 1 | -0/+2 |
| | |||||
* | [Project] Add trim operations | Vsevolod Stakhov | 2021-09-30 | 1 | -12/+39 |
| | |||||
* | [Minor] Remove const_iterator, template filter functor | Vsevolod Stakhov | 2021-09-30 | 1 | -54/+16 |
| | |||||
* | [Project] Add constant iterators | Vsevolod Stakhov | 2021-09-29 | 1 | -1/+257 |
| | |||||
* | [Minor] Remove optional as function_view has nullable semantics | Vsevolod Stakhov | 2021-09-29 | 1 | -7/+14 |
| | |||||
* | [Minor] Missing include | Vsevolod Stakhov | 2021-09-29 | 1 | -0/+1 |
| | |||||
* | [Project] Add helper library to handle mime strings in a more safe matter | Vsevolod Stakhov | 2021-09-29 | 1 | -0/+292 |