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.cc
Age
Commit message (
Expand
)
Author
2024-08-12
Extract format implementation to its own file
Maxime Coste
2024-06-23
Fix trailing whitespaces
Maxime Coste
2023-11-03
Add support for 0-padding in format and replace uses of sprintf
Maxime Coste
2023-11-03
Use explicit target types for gather calls to bypass clang regression
Maxime Coste
2022-12-15
Support adding ByteCount to void/char pointers without casting
Maxime Coste
2022-08-20
Add support for field width and digit grouping in format
Maxime Coste
2022-05-08
Work around incomplete std::to_chars() support in libstdc++ 10
Johannes Altmanninger
2022-05-05
Use std::to_chars to int to str conversion
Maxime Coste
2022-03-06
Add a complete-command command to configure command completion
Maxime Coste
2021-11-21
Reduce the amount of Regex VM Instruction code
Maxime Coste
2021-10-23
src: Use pre-increment iterator syntax
Frank LENORMAND
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-09-17
Accept docstrings with last line not fully indented
Maxime Coste
2019-07-25
src: De-indent docstrings passed to command/option/mapping definitions
Frank LENORMAND
2019-07-06
Fix build on FreeBSD
Tobias Kortkamp
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-08-04
An empty string is not a valid number
Maxime Coste
2018-07-05
Introduce a "double_up" function for doubling up escaping
Maxime Coste
2018-05-21
Fix also the implementation of to_string(size_t) change
Maxime Coste
2018-04-27
Add a debug regex command to dump regex instructions
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
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