• Joined on 2023-12-23
Patrick pushed to master at Patrick/const_container 2024-01-28 08:08:27 +01:00
c6e1c93b67 implemented assign and clear of const_list, and added _remove for const_list_node
5145c5894c added delete callback to const_list_node
Compare 2 commits »
Patrick pushed to master at Patrick/const_container 2024-01-27 19:41:46 +01:00
c328859e2d removed redundant helper::advanced (equal to std::next(iter, n))
Patrick pushed to master at Patrick/const_container 2024-01-27 19:37:51 +01:00
ad406e9647 moved requires into asserts, cleanup and implemented operator= in const_list.h
2115cc39be started implementing const_list as static list
57ece61c43 reverted allocator
Compare 3 commits »
Patrick pushed to master at Patrick/const_container 2024-01-27 14:33:39 +01:00
57de76ca09 in-between save
721ac997ee added allocator, const_list and CompileOptional to CMake target
Compare 2 commits »
Patrick pushed to master at Patrick/const_container 2024-01-23 00:14:34 +01:00
2ec64fb77b added CompileOptional Allocator variable to const_list
Patrick pushed to master at Patrick/const_container 2024-01-22 23:59:24 +01:00
af5c9b2454 added ctors and constexpr to CompileOptional
e8fac3a44d added defined to CompileOptional
8170507158 moved to allocator_base
12ff94e6cc added class for compile time optionals
c6cf7bcb37 added implementation for non-member definitions for const_list
Compare 7 commits »
Patrick pushed to master at Patrick/const_container 2024-01-20 01:00:46 +01:00
02f42a0c3b added every list member function
Patrick pushed to master at Patrick/const_container 2024-01-19 22:47:00 +01:00
1a6aea9ca3 added outline for const_list
a2d571083c added test for assign()
Compare 2 commits »
Patrick created repository Patrick/CimpleTest 2024-01-18 13:49:48 +01:00
Patrick pushed to master at Patrick/const_container 2024-01-17 15:48:10 +01:00
5441e8a03c fixed and cleaned up operator=
5c93794d68 corrected typo
Compare 2 commits »
Patrick pushed to master at Patrick/const_container 2024-01-15 11:52:00 +01:00
df1f8a82ed changed all std::destroy
Patrick pushed to master at Patrick/const_container 2024-01-07 23:00:14 +01:00
bb335bd9c3 added tests for operator= initializer list
Patrick pushed to master at Patrick/const_container 2024-01-07 21:43:08 +01:00
a2de08b14d added operator= for initializer list
Patrick pushed to master at Patrick/const_container 2024-01-06 23:52:12 +01:00
3112fd15f9 renamed include guard
Patrick pushed to master at Patrick/const_container 2024-01-06 23:38:35 +01:00
797cab9d42 added tests for operator=
8bbddf74fe added overloads to and bugfixed operator=
a89e03fb94 renamed include guard
Compare 3 commits »
Patrick pushed to master at Patrick/const_container 2024-01-06 18:11:32 +01:00
704da86b1b added second copy constructor, tests for copy and move constructors and bugfixed copy and move constructors
b3a062688e added first version of methods
b368102f1f added data access
Compare 3 commits »
Patrick pushed to master at Patrick/const_container 2023-12-30 23:20:22 +01:00
8392edbced implemented assign and at
6431b73b1a moved back to c++20
Compare 2 commits »
Patrick pushed to master at Patrick/const_container 2023-12-30 22:25:31 +01:00
bd3d7fd58e added test
Patrick created branch master in Patrick/Minifier 2023-12-30 21:33:17 +01:00
Patrick pushed to master at Patrick/Minifier 2023-12-30 21:33:17 +01:00