summaryrefslogtreecommitdiffstats
path: root/src/libmime/mime_string.hxx
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Add missing <algorithm> include for gcc 14Petr Vaněk2023-11-011-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 sourcesVsevolod Stakhov2023-07-261-90/+161
| | | | No meaningful changes.
* [Minor] Add explicit move operators for mime_stringVsevolod Stakhov2021-10-081-0/+13
|
* [Minor] Remove bogus forward for non-forwarding referenceVsevolod Stakhov2021-10-061-4/+4
|
* [Minor] One more fix for old libicuVsevolod Stakhov2021-10-061-2/+2
|
* [Minor] Add workaround for old libicuVsevolod Stakhov2021-10-051-1/+1
|
* [Minor] Mark operators constexprVsevolod Stakhov2021-10-051-3/+3
|
* [Minor] Add some more helpersVsevolod Stakhov2021-10-031-5/+8
|
* [Minor] Add some utility methodsVsevolod Stakhov2021-10-021-1/+24
|
* [Project] Allow mempool allocated mime stringsVsevolod Stakhov2021-10-011-0/+12
|
* [Minor] Allow to construct an empty string with a filterVsevolod Stakhov2021-09-301-0/+2
|
* [Project] Add trim operationsVsevolod Stakhov2021-09-301-12/+39
|
* [Minor] Remove const_iterator, template filter functorVsevolod Stakhov2021-09-301-54/+16
|
* [Project] Add constant iteratorsVsevolod Stakhov2021-09-291-1/+257
|
* [Minor] Remove optional as function_view has nullable semanticsVsevolod Stakhov2021-09-291-7/+14
|
* [Minor] Missing includeVsevolod Stakhov2021-09-291-0/+1
|
* [Project] Add helper library to handle mime strings in a more safe matterVsevolod Stakhov2021-09-291-0/+292