an.tsouchlos
  • Joined on 2021-12-23
an.tsouchlos created repository an.tsouchlos/commonsense-hw 2023-07-29 19:55:15 +00:00
an.tsouchlos opened issue an.tsouchlos/ci_test#3 2022-08-05 07:53:35 +00:00
Test Issue 1
an.tsouchlos pushed to master at an.tsouchlos/qt_test 2022-04-12 18:54:03 +00:00
f95a094967 Minor changes
an.tsouchlos created repository an.tsouchlos/qt_test 2022-04-12 17:15:29 +00:00
an.tsouchlos pushed to sandbox/smaller_size at an.tsouchlos/const_fmt 2022-03-18 12:34:31 +00:00
1c46307798 Formatting & commented out do_count_digits_decimal()
an.tsouchlos created branch sandbox/smaller_size in an.tsouchlos/const_fmt 2022-03-18 11:35:44 +00:00
an.tsouchlos pushed to sandbox/smaller_size at an.tsouchlos/const_fmt 2022-03-18 11:35:44 +00:00
an.tsouchlos merged pull request an.tsouchlos/const_fmt#10 2022-03-18 00:24:54 +00:00
fix/zero_length_array
an.tsouchlos deleted branch fix/zero_length_array from an.tsouchlos/const_fmt 2022-03-18 00:24:54 +00:00
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-03-18 00:24:54 +00:00
b7159c3606 Merge pull request 'fix/zero_length_array' (#10) from fix/zero_length_array into master
2be63fda5a Changed the way recursion ends in const_fmt::format_args<>()
036b17fca9 Formatting
Compare 3 commits »
an.tsouchlos created pull request an.tsouchlos/const_fmt#10 2022-03-18 00:24:43 +00:00
fix/zero_length_array
an.tsouchlos created branch fix/zero_length_array in an.tsouchlos/const_fmt 2022-03-18 00:24:10 +00:00
an.tsouchlos pushed to fix/zero_length_array at an.tsouchlos/const_fmt 2022-03-18 00:24:10 +00:00
2be63fda5a Changed the way recursion ends in const_fmt::format_args<>()
036b17fca9 Formatting
Compare 2 commits »
an.tsouchlos created branch feature/smaller_size in an.tsouchlos/const_fmt 2022-03-17 23:20:36 +00:00
an.tsouchlos pushed to feature/smaller_size at an.tsouchlos/const_fmt 2022-03-17 23:20:36 +00:00
an.tsouchlos deleted branch feature/no_std_lib from an.tsouchlos/const_fmt 2022-03-17 22:45:11 +00:00
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-03-17 22:45:11 +00:00
045363c733 Merge pull request 'feature/no_std_lib' (#9) from feature/no_std_lib into master
4d05a9a8fa Added const versions of std::array::begin() and std::array::end()
ee1153c393 Changed copy constructor signature of std::array implementation
b29695e148 Replaced memcpy with manual while loop
86930fd8b0 Added conepts; Fixed bug in const_fmt::std::true_type
Compare 18 commits »
an.tsouchlos merged pull request an.tsouchlos/const_fmt#9 2022-03-17 22:45:10 +00:00
feature/no_std_lib
an.tsouchlos created pull request an.tsouchlos/const_fmt#9 2022-03-17 22:44:45 +00:00
feature/no_std_lib
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-03-17 21:44:23 +00:00
4d05a9a8fa Added const versions of std::array::begin() and std::array::end()