]> code.bitgloo.com Git - clyne/constexpr-to-string.git/log
clyne/constexpr-to-string.git
5 years agocontainer-like 4/head
neargye [Sat, 27 Jun 2020 16:35:10 +0000 (21:35 +0500)]
container-like

5 years agoUpdate "how it works" section
clyne [Fri, 26 Jun 2020 22:56:13 +0000 (18:56 -0400)]
Update "how it works" section

5 years agoAdd note on custom character types
clyne [Fri, 26 Jun 2020 22:50:47 +0000 (18:50 -0400)]
Add note on custom character types

5 years agoAdd support for range-based for loops
clyne [Fri, 26 Jun 2020 22:11:57 +0000 (18:11 -0400)]
Add support for range-based for loops

5 years agoAdd support for different character widths
clyne [Fri, 26 Jun 2020 22:05:11 +0000 (18:05 -0400)]
Add support for different character widths

5 years agoForgot to support to_string<0>
clyne [Fri, 26 Jun 2020 21:47:48 +0000 (17:47 -0400)]
Forgot to support to_string<0>

5 years agoRemove resolved issue with GCC/C++17
clyne [Fri, 26 Jun 2020 20:43:20 +0000 (16:43 -0400)]
Remove resolved issue with GCC/C++17

5 years agoInitialize buf for C++17 GCC; make to_string constexpr
clyne [Fri, 26 Jun 2020 20:41:17 +0000 (16:41 -0400)]
Initialize buf for C++17 GCC; make to_string constexpr

https://www.reddit.com/r/cpp/comments/hgcaih/compiletime_integertostring_conversion_c17/fw3d2fm/

5 years agoAdded explanation of code
clyne [Fri, 26 Jun 2020 17:42:41 +0000 (13:42 -0400)]
Added explanation of code

5 years agoDescribed new changes
clyne [Fri, 26 Jun 2020 17:14:54 +0000 (13:14 -0400)]
Described new changes

5 years agoRemove redundant length calculation; expand base support to 36
clyne [Fri, 26 Jun 2020 17:12:14 +0000 (13:12 -0400)]
Remove redundant length calculation; expand base support to 36

5 years agoAdded compiler explorer link
clyne [Fri, 26 Jun 2020 15:16:59 +0000 (11:16 -0400)]
Added compiler explorer link

5 years agoUpdate README.md
clyne [Fri, 26 Jun 2020 15:13:25 +0000 (11:13 -0400)]
Update README.md

5 years agoCreate to_string.hpp
clyne [Fri, 26 Jun 2020 15:02:37 +0000 (11:02 -0400)]
Create to_string.hpp

5 years agoInitial commit
clyne [Fri, 26 Jun 2020 14:47:36 +0000 (10:47 -0400)]
Initial commit