an.tsouchlos
  • Joined on 2021-12-23
an.tsouchlos merged pull request an.tsouchlos/const_fmt#10 2022-03-18 01:24:54 +01:00
fix/zero_length_array
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-03-18 01:24:54 +01: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 deleted branch fix/zero_length_array from an.tsouchlos/const_fmt 2022-03-18 01:24:54 +01:00
an.tsouchlos created pull request an.tsouchlos/const_fmt#10 2022-03-18 01:24:43 +01:00
fix/zero_length_array
an.tsouchlos created branch fix/zero_length_array in an.tsouchlos/const_fmt 2022-03-18 01:24:10 +01:00
an.tsouchlos pushed to fix/zero_length_array at an.tsouchlos/const_fmt 2022-03-18 01:24:10 +01: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-18 00:20:36 +01:00
an.tsouchlos pushed to feature/smaller_size at an.tsouchlos/const_fmt 2022-03-18 00:20:36 +01:00
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-03-17 23:45:11 +01: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 deleted branch feature/no_std_lib from an.tsouchlos/const_fmt 2022-03-17 23:45:11 +01:00
an.tsouchlos merged pull request an.tsouchlos/const_fmt#9 2022-03-17 23:45:10 +01:00
feature/no_std_lib
an.tsouchlos created pull request an.tsouchlos/const_fmt#9 2022-03-17 23:44:45 +01:00
feature/no_std_lib
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-03-17 22:44:23 +01:00
4d05a9a8fa Added const versions of std::array::begin() and std::array::end()
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-03-17 22:11:36 +01:00
ee1153c393 Changed copy constructor signature of std::array implementation
b29695e148 Replaced memcpy with manual while loop
Compare 2 commits »
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-24 16:14:44 +01:00
86930fd8b0 Added conepts; Fixed bug in const_fmt::std::true_type
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-23 23:12:38 +01:00
7796be7cd4 Reimplemented is_integral and is_floating_point with different approach; Made functions constexpr inline
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-23 20:43:03 +01:00
73a50cae0f Added is_integral and is_floating_point
91398ef23d Added remove_cv, remove_const and remove_volatile
b5ecd73b18 Formatting
826f3a54b3 Changed comment
Compare 4 commits »
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-23 19:45:22 +01:00
ea722ec5bf Changed includes; Implemented std::pair and std::make_unsigned; changed usage of std::memcpy to memcpy
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-20 14:30:02 +01:00
5ba1723295 Made array a structural type
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-20 00:27:50 +01:00
8e51facd10 fixed wrong clang-format comments