]> code.bitgloo.com Git - clyne/constexpr-to-string.git/shortlog
clyne/constexpr-to-string.git
2020-06-29 clyneMerge branch 'master' into digits_array
2020-06-28 clyneUpdate README.md
2020-06-28 clyneUpdate readme for f_to_string
2020-06-28 clyneremoved unnecessary base support
2020-06-28 Clyne Sullivanadded f_to_string
2020-06-28 Clyne Sullivanadded f_to_string
2020-06-27 clyneChanged other base instance to signed
2020-06-27 clyneMerge pull request #1 from EnilPajic/patch-1-negative...
2020-06-27 clyneChange base from unsigned to signed 1/head
2020-06-27 clyneMerge branch 'master' into patch-1-negative-minimum...
2020-06-27 Clyne Sullivanadd const and references to container operations
2020-06-27 Clyne SullivanUse end() in constructor
2020-06-27 clyneMerge pull request #4 from Neargye/master
2020-06-27 neargyecontainer-like 4/head
2020-06-26 SecMeantStoring digits in variable, thus removing magic constan...
2020-06-26 clyneUpdate "how it works" section
2020-06-26 clyneAdd note on custom character types
2020-06-26 clyneAdd support for range-based for loops
2020-06-26 clyneAdd support for different character widths
2020-06-26 clyneForgot to support to_string<0>
2020-06-26 clyneRemove resolved issue with GCC/C++17
2020-06-26 clyneInitialize buf for C++17 GCC; make to_string constexpr
2020-06-26 EnilPajicFixed potential bug with -MINIMUM_VALUE
2020-06-26 clyneAdded explanation of code
2020-06-26 clyneDescribed new changes
2020-06-26 clyneRemove redundant length calculation; expand base suppor...
2020-06-26 clyneAdded compiler explorer link
2020-06-26 clyneUpdate README.md
2020-06-26 clyneCreate to_string.hpp
2020-06-26 clyneInitial commit