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.hh
Age
Commit message (
Expand
)
Author
2017-10-20
Constexprify various hash functions
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-08-18
Revert "Change HashCompatible trait to a variable template"
Maxime Coste
2017-08-14
Change HashCompatible trait to a variable template
Maxime Coste
2017-08-14
Use decltype(auto) return type for some to_string functions
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-07-09
Remove assert in String::String(Codepoint, ColumnCount)
Maxime Coste
2017-06-26
Formatting fix
Maxime Coste
2017-06-23
Use an HashMap to store options in option manager
Maxime Coste
2017-06-16
Trim whitespaces surrounding docstrings
Maxime Coste
2017-06-06
Fix spurious copies being made when using the format function
Maxime Coste
2017-05-26
Small code style tweak
Maxime Coste
2017-03-06
Introduce a custom HashMap implementation along with a quick benchmark
Maxime Coste
2017-01-29
Make StringView and unit types trivial types
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-17
Fix join, we dont have a StringView from char array constructor
Maxime Coste
2016-12-17
Escape the backslash chars as well when joining strings
Maxime Coste
2016-12-14
Handle correctly cases where codepoint_width returns -1
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-10-31
Add to_string(long long int) overload to fix OSX compilation
Maxime Coste
2016-10-01
Rename get_width to codepoint_width
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-28
Fix String::Data::reserve on big endian platforms, and document String::Data
Maxime Coste
2016-09-26
Assert substr from parameter is within the string
Maxime Coste
2016-08-31
Remove the to_string(unsigned) (it conflicts with to_string(size_t) on x86)
Maxime Coste
2016-08-27
Add a to_string overload for unsigned int
Maxime Coste
2016-08-06
Add information of types of options
Maxime Coste
2016-07-27
Ensure we cannot call StringView::StringView{Codepoint}
Maxime Coste
2016-06-19
Add a String::resize method
Maxime Coste
2016-04-27
Make use of strongly typed number to size_t conversion
Maxime Coste
2016-02-13
Do not allow / in highlighter names as it is used for hierachies
Maxime Coste
2016-02-10
Use a custom SSO aware string backend
Maxime Coste
2016-02-05
More string usage cleanup
Maxime Coste
2016-02-04
String usage cleanups
Maxime Coste
2015-11-25
Add a static const String::ms_empty empty string
Maxime Coste
2015-11-11
Remove unneeded conversion
Maxime Coste
2015-09-24
Add Haiku support.
Filip SzczepaĆski
2015-09-19
Add simple markup support to generate display lines from strings
Maxime Coste
2015-08-18
Smaller sizeof for in place strings
Maxime Coste
2015-07-14
Add missing support for Codepoint in format
Maxime Coste
2015-06-22
Add support for hex formatting
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-05-29
Return a String in Backtrace::desc
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-05-01
Add str_to_int_ifp that returns an Optional<int> instead of throwing
Maxime Coste
2015-04-22
Add format_to allowing formating to an existing buffer
Maxime Coste
2015-04-07
Always optimize StringView::strlen (recursive due to constexpr)
Maxime Coste
2015-03-31
number to string conversion avoids memory allocations
Maxime Coste
2015-03-30
Add a format function for printf like formatting
Maxime Coste
[next]