• Joined on 2023-12-23
Patrick pushed to master at Patrick/const_container 2024-07-28 16:48:48 +02:00
953ad58939 start of updating context
1c91e3ec75 moved assignment tests out of constructor.test and started refactoring them
70e2108501 implemented operator= for different sized array
5ed9fd9146 fixed indexing for capacity
9f307442dc moved test for at() to data_access
Compare 7 commits »
Patrick pushed to master at Patrick/const_container 2024-07-27 18:40:27 +02:00
ddaed337cf updated access to test_params
Patrick pushed to master at Patrick/const_container 2024-07-25 10:45:53 +02:00
221eac7cd4 started move from test_args to test_params
3b11ead3f5 c_array_len
fb22b54960 added check whether consteval results are valid
fd849ecfa4 changed assign to use initializer_list::size() fix
Compare 4 commits »
Patrick pushed to master at Patrick/const_container 2024-07-24 17:58:12 +02:00
be204dd4fb implemented test for const_vector::assign(initializer_list)
a046aa7bfb changed assign to use initializer_list::size()
13113ce484 updated equal funcs of asserts
96554418e0 added type asserts and tests vor const_vector::assign it und il
0d4b15c266 added asserts with number
Compare 7 commits »
Patrick pushed to master at Patrick/const_container 2024-07-23 01:50:51 +02:00
fce50dc9b0 added test for assign(count, value)
856c76375e added type hints for ret_val
Compare 2 commits »
Patrick pushed to master at Patrick/const_container 2024-07-23 00:39:48 +02:00
b10b6049c8 added REPEAT_FOR_TYPES
Patrick pushed to master at Patrick/const_container 2024-07-22 23:34:49 +02:00
1fe0db9247 added exception tests, tests for move constructor and all operator=
43a62df9e1 added OPERATOR_EQ_IL
5fd03b408b added location to asserts and ASSERT_THROWS
f08c2890f1 updated wrong noexcepts and throw statements
67d3a2f4cf implemented move for other with different capacity
Compare 7 commits »
Patrick pushed to master at Patrick/const_container 2024-07-21 22:30:17 +02:00
6a05192db3 started integrating tests
6dfaeccae2 added asserts to test
Compare 2 commits »
Patrick created repository Patrick/AI-Project 2024-07-07 11:57:27 +02:00
Patrick pushed to master at Patrick/const_container 2024-06-05 21:29:02 +02:00
40d4608477 Merge remote-tracking branch 'origin/master'
78d1f1cca8 moved test_ret_val and test_def into one header
8a1d6385ef updated output of test
2e3f1dc43d updated return value
690aa93af9 updated test output
Compare 6 commits »
Patrick pushed to master at Patrick/const_container 2024-04-17 18:30:34 +02:00
bcc7cb68c6 Failed attempt of implementing constexpr evaluation of test
Patrick pushed to master at Patrick/const_container 2024-04-08 14:51:59 +02:00
d3bbb89e0f added test suite
984a4ed9ae updated ret_val to struct
Compare 2 commits »
Patrick created repository Patrick/TestGC 2024-03-26 17:40:22 +01:00
Patrick pushed to master at Patrick/const_container 2024-03-25 16:39:53 +01:00
ea7f2776a4 refactored testing for const_list
7fa0ae1257 made clear constexpr
Compare 2 commits »
Patrick created branch main in Patrick/CPPTestLib 2024-03-11 13:39:23 +01:00
Patrick pushed to main at Patrick/CPPTestLib 2024-03-11 13:39:23 +01:00
de6886c8ac Added Readme
Patrick created repository Patrick/CPPTestLib 2024-03-11 13:35:31 +01:00
Patrick created repository Patrick/const_container_test 2024-03-11 13:34:00 +01:00
Patrick pushed to master at Patrick/const_container 2024-03-11 13:31:28 +01:00
8dcbf36b87 added most basic manual tests for const_list
Patrick pushed to master at Patrick/const_container 2024-03-05 09:54:08 +01:00
fcecffd3c7 const_list: implemented remove, reverse, unique and sort
51d140274a const_list: bugfix of splice all and owner of tail nodes
8de4b1a3c4 const_list: fixed size in merge
03a694431c const_list: implemented splice
5cda16f846 const_list: added linking of other linked nodes in const_list_node::push_before
Compare 15 commits »