an.tsouchlos
  • Joined on 2021-12-23
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()
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-03-17 21:11:36 +00: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 15:14:44 +00: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 22:12:38 +00: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 19:43:03 +00: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 18:45:22 +00: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 13:30:02 +00:00
5ba1723295 Made array a structural type
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-19 23:27:50 +00:00
8e51facd10 fixed wrong clang-format comments
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-19 23:26:52 +00:00
9bd1104e5f Code compiles and passes tests without NO_STDLIB define
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-19 23:16:30 +00:00
6ba83fd582 Minor changes to make sure some stuff works with no stl headers
8f7b1cd4e3 Implemented std::array and a bunch of other stuff
Compare 2 commits »
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-19 18:21:41 +00:00
ec70a5bba1 Merge branch 'master' into feature/no_std_lib
1263dfee98 Merge pull request 'Added cmake-build-relwithdebinfo to gitignore' (#8) from fix/gitignore_builddir into master
52992e255e Added cmake-build-relwithdebinfo to gitignore
Compare 3 commits »
an.tsouchlos deleted branch fix/gitignore_builddir from an.tsouchlos/const_fmt 2022-02-19 18:18:53 +00:00
an.tsouchlos pushed to master at an.tsouchlos/const_fmt 2022-02-19 18:18:53 +00:00
1263dfee98 Merge pull request 'Added cmake-build-relwithdebinfo to gitignore' (#8) from fix/gitignore_builddir into master
52992e255e Added cmake-build-relwithdebinfo to gitignore
Compare 2 commits »
an.tsouchlos merged pull request an.tsouchlos/const_fmt#8 2022-02-19 18:18:52 +00:00
Added cmake-build-relwithdebinfo to gitignore
an.tsouchlos created pull request an.tsouchlos/const_fmt#8 2022-02-19 18:18:44 +00:00
Added cmake-build-relwithdebinfo to gitignore
an.tsouchlos created branch fix/gitignore_builddir in an.tsouchlos/const_fmt 2022-02-19 18:14:09 +00:00
an.tsouchlos pushed to fix/gitignore_builddir at an.tsouchlos/const_fmt 2022-02-19 18:14:09 +00:00
52992e255e Added cmake-build-relwithdebinfo to gitignore