an.tsouchlos
  • Joined on 2021-12-23
an.tsouchlos created pull request an.tsouchlos/const_fmt#2 2022-02-15 08:50:14 +00:00
feature/int_binary
an.tsouchlos pushed to feature/int_float_binary at an.tsouchlos/const_fmt 2022-02-15 08:47:37 +00:00
5e4f242796 Renamed functions dedicated to decimal to better reflect their function
an.tsouchlos pushed to feature/int_float_binary at an.tsouchlos/const_fmt 2022-02-15 08:38:34 +00:00
fa0fef37db Rewrote format_impl.h functions to work with both decimal and binary
c3eb1e2909 Wrote tests for binary int formatting
Compare 2 commits »
an.tsouchlos created branch feature/int_float_binary in an.tsouchlos/const_fmt 2022-02-14 22:26:54 +00:00
an.tsouchlos pushed to feature/int_float_binary at an.tsouchlos/const_fmt 2022-02-14 22:26:54 +00:00
an.tsouchlos merged pull request an.tsouchlos/const_fmt#1 2022-02-14 22:25:17 +00:00
Added static_assert to check for string validity
an.tsouchlos deleted branch feature/compile_time_string_validity from an.tsouchlos/const_fmt 2022-02-14 22:25:17 +00:00
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-14 22:25:17 +00:00
313ca5e981 Merge pull request 'Added static_assert to check for string validity' (#1) from feature/compile_time_string_validity into master
8241045158 Added static_assert to check for string validity
Compare 2 commits »
an.tsouchlos created pull request an.tsouchlos/const_fmt#1 2022-02-14 22:25:09 +00:00
Added static_assert to check for string validity
an.tsouchlos created branch feature/compile_time_string_validity in an.tsouchlos/const_fmt 2022-02-14 22:24:56 +00:00
8241045158 Added static_assert to check for string validity
an.tsouchlos pushed tag v1.0 to an.tsouchlos/const_fmt 2022-02-14 18:58:59 +00:00
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 22:48:53 +00:00
6666a25562 Added license
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 22:47:37 +00:00
9ab5c58d52 §Added license
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 22:43:41 +00:00
008c71381c Changed example to show float formatting
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 22:40:19 +00:00
9c22b2a084 Added test cases for floats
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 22:12:28 +00:00
9bf3e63058 Implemented format_float in terms of format_int
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 20:57:48 +00:00
4666b4e737 Added proper error handling for too long ints
1338888e0b Now deciding at compile time how to format minus sign
Compare 2 commits »
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 19:48:05 +00:00
f47a23ffef PreZero padding now being handled by preprocessing
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-13 18:43:32 +00:00
4128ede5db English