index
:
clyne/constexpr-to-string
master
Compile-time number-to-string conversion in modern C++
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
to_string.hpp
Age
Commit message (
Expand
)
Author
2020-06-29
make digits inline; simplify digit_count
clyne
2020-06-29
Adding constexpr_to_string namespace
SecMeant
2020-06-29
Merge branch 'master' into digits_array
clyne
2020-06-27
Changed other base instance to signed
clyne
2020-06-27
Change base from unsigned to signed
clyne
2020-06-27
Merge branch 'master' into patch-1-negative-minimum-value
clyne
2020-06-27
add const and references to container operations
Clyne Sullivan
2020-06-27
Use end() in constructor
Clyne Sullivan
2020-06-27
container-like
neargye
2020-06-27
Storing digits in variable, thus removing magic constant from template param ...
SecMeant
2020-06-26
Add support for range-based for loops
clyne
2020-06-26
Add support for different character widths
clyne
2020-06-26
Forgot to support to_string<0>
clyne
2020-06-26
Initialize buf for C++17 GCC; make to_string constexpr
clyne
2020-06-26
Fixed potential bug with -MINIMUM_VALUE
EnilPajic
2020-06-26
Remove redundant length calculation; expand base support to 36
clyne
2020-06-26
Create to_string.hpp
clyne