summaryrefslogtreecommitdiff
path: root/src/string_utils.hh
AgeCommit message (Expand)Author
2024-08-19Merge remote-tracking branch 'arrufat/includes-cleanup'Maxime Coste
2024-08-16include headers cleanupAdriĆ  Arrufat
2024-08-15Remove unused ConstexprVector and rename constexpr_utils.hh to array.hhMaxime Coste
2024-08-14Remove unused wrap_to and reduce string_utils headersMaxime Coste
2024-08-12Extract format implementation to its own fileMaxime Coste
2024-06-23Fix trailing whitespacesMaxime Coste
2023-10-25Remove redundant comparison operatorsMaxime Coste
2022-08-20Add support for field width and digit grouping in formatMaxime Coste
2022-05-21Stop using deprecated std::iteratorJohannes Altmanninger
2021-11-21More C++20 refactoringsMaxime Coste
2021-11-21Replace std::enable_if with requiresMaxime Coste
2021-07-31Add a format_with format function that takes a FunctionRef appendMaxime Coste
2020-05-19Output debug memory stats in a nice tableMaxime Coste
2019-11-23Make wrap_lines a lazy range viewMaxime Coste
2019-11-09Remove unused trim_whitespaces()Jason Felice
2019-10-17Remove explicit sizes from make_array callsMaxime Coste
2019-07-25src: De-indent docstrings passed to command/option/mapping definitionsFrank LENORMAND
2019-06-23Add support for `echo -quoting (raw|kakoune|shell)` switchMaxime Coste
2019-06-19Refactor option_to_string quoting support, introduce Quoting::RawMaxime Coste
2018-08-29Use shell specific quoting for env varsMaxime Coste
2018-07-24Quote every option type but integral typesMaxime Coste
2018-07-22Opt-in types for quoting of option listsMaxime Coste
2018-07-05Introduce a "double_up" function for doubling up escapingMaxime Coste
2018-07-05Make selection lists use the option list syntaxMaxime Coste
2018-05-27Refactor option_from_string to return directly the option valueMaxime Coste
2018-05-21Fix incompatible to_string function declaration when size_t is unsigned intMaxime Coste
2018-04-29Fix tests after changes to json_ui outputMaxime Coste
2018-04-27Add a debug regex command to dump regex instructionsMaxime Coste
2017-12-07Tweak unescape template function to unescape the escape char as wellMaxime Coste
2017-12-06Remove Vector returning split functions, use range adaptorMaxime Coste
2017-10-10Move all non-core string code to string_utils.{hh,cc}Maxime Coste