index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
string_utils.hh
Age
Commit message (
Expand
)
Author
2022-05-21
Stop using deprecated std::iterator
Johannes Altmanninger
2021-11-21
More C++20 refactorings
Maxime Coste
2021-11-21
Replace std::enable_if with requires
Maxime Coste
2021-07-31
Add a format_with format function that takes a FunctionRef append
Maxime Coste
2020-05-19
Output debug memory stats in a nice table
Maxime Coste
2019-11-23
Make wrap_lines a lazy range view
Maxime Coste
2019-11-09
Remove unused trim_whitespaces()
Jason Felice
2019-10-17
Remove explicit sizes from make_array calls
Maxime Coste
2019-07-25
src: De-indent docstrings passed to command/option/mapping definitions
Frank LENORMAND
2019-06-23
Add support for `echo -quoting (raw|kakoune|shell)` switch
Maxime Coste
2019-06-19
Refactor option_to_string quoting support, introduce Quoting::Raw
Maxime Coste
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-07-24
Quote every option type but integral types
Maxime Coste
2018-07-22
Opt-in types for quoting of option lists
Maxime Coste
2018-07-05
Introduce a "double_up" function for doubling up escaping
Maxime Coste
2018-07-05
Make selection lists use the option list syntax
Maxime Coste
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2018-05-21
Fix incompatible to_string function declaration when size_t is unsigned int
Maxime Coste
2018-04-29
Fix tests after changes to json_ui output
Maxime Coste
2018-04-27
Add a debug regex command to dump regex instructions
Maxime Coste
2017-12-07
Tweak unescape template function to unescape the escape char as well
Maxime Coste
2017-12-06
Remove Vector returning split functions, use range adaptor
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste