an.tsouchlos
  • Joined on 2021-12-23
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
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-20 00:26:52 +01: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-20 00:16:30 +01: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 19:21:41 +01: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 pushed to master at an.tsouchlos/const_fmt 2022-02-19 19:18:53 +01: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 deleted branch fix/gitignore_builddir from an.tsouchlos/const_fmt 2022-02-19 19:18:53 +01:00
an.tsouchlos merged pull request an.tsouchlos/const_fmt#8 2022-02-19 19:18:52 +01:00
Added cmake-build-relwithdebinfo to gitignore
an.tsouchlos created pull request an.tsouchlos/const_fmt#8 2022-02-19 19:18:44 +01:00
Added cmake-build-relwithdebinfo to gitignore
an.tsouchlos created branch fix/gitignore_builddir in an.tsouchlos/const_fmt 2022-02-19 19:14:09 +01:00
an.tsouchlos pushed to fix/gitignore_builddir at an.tsouchlos/const_fmt 2022-02-19 19:14:09 +01:00
52992e255e Added cmake-build-relwithdebinfo to gitignore
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-18 23:31:18 +01:00
8526ae1d91 First version of std::array
an.tsouchlos created branch feature/no_std_lib in an.tsouchlos/const_fmt 2022-02-18 23:16:16 +01:00
an.tsouchlos pushed to feature/no_std_lib at an.tsouchlos/const_fmt 2022-02-18 23:16:16 +01:00
an.tsouchlos deleted branch fix/README_wording from an.tsouchlos/const_fmt 2022-02-15 14:54:06 +01:00
an.tsouchlos merged pull request an.tsouchlos/const_fmt#7 2022-02-15 14:54:05 +01:00
Updated README.md