1
Commit Graph

94 Commits

Author SHA1 Message Date
fa7d9d4d19 implement vector 2022-07-21 02:43:41 +02:00
53cea941f1 delete lists 2022-07-21 02:43:24 +02:00
48ef1948e4 comment 2022-07-21 02:43:02 +02:00
3ca01e2006 comment 2022-07-20 23:39:41 +02:00
137d433ec0 lists return 0 instead of -1 when insertion fails 2022-07-20 23:38:54 +02:00
f420d5f677 clean moved objects, destructor 2022-07-20 22:03:39 +02:00
b2dfa72f3b switch to raw ptr, clean moved objects, destructor 2022-07-20 22:03:05 +02:00
7a3704072b comments 2022-07-20 22:02:36 +02:00
b9be775518 remove template specializations from unique_ptr 2022-07-20 22:02:11 +02:00
18c659c4cc implement new list interface (optional) 2022-07-19 23:36:57 +02:00
241699a9bf switch list to optional return 2022-07-19 23:09:55 +02:00
78f38f46ef add const reference operators to unique_ptr 2022-07-19 21:59:12 +02:00
fea927380e switch arraylist to unique_ptr 2022-07-19 21:59:00 +02:00
1519e08072 implement unique_ptr 2022-07-19 21:43:04 +02:00
a9c7b5161d switch mylib to bse namespace 2022-07-19 21:42:46 +02:00
2f47dc8f94 fix list destructors 2022-07-19 14:56:59 +02:00
f3e8466456 switch arraylist back to raw pointer 2022-07-19 14:47:59 +02:00
18c43ae37d implement list destructor 2022-07-19 14:47:49 +02:00
e6194247cb comments 2022-07-19 14:47:33 +02:00
99f60383ee comments 2022-07-19 00:15:02 +02:00
b9f633ebb9 update arraylist to smartpointer 2022-07-19 00:02:25 +02:00
d7fcd61c11 update iterator for new list interface 2022-07-19 00:02:02 +02:00
0451af3d9c change iterator in list interface 2022-07-19 00:01:54 +02:00
348611df26 add swap_n to array 2022-07-19 00:01:40 +02:00
f5a4a66207 implement simple array wrapper 2022-07-18 21:55:24 +02:00
2e4c0339a3 const iterator + separate iterator from list.h 2022-07-18 21:55:06 +02:00
0a7032c992 fix linkedlistiterator 2022-07-17 21:41:23 +02:00
d09b862dc3 implement linked list 2022-07-17 21:02:19 +02:00
671ea46711 update arraylist 2022-07-17 21:02:13 +02:00
5dd23fc888 update list interface 2022-07-17 21:02:03 +02:00
d87fa5e40a add blank linkedlist impl 2022-07-17 16:04:51 +02:00
8aa953ed23 adapt arraylist to updated interface 2022-07-17 16:04:37 +02:00
cb928f7b68 simplify list interface and expose iterator/type 2022-07-17 16:04:08 +02:00
9676c70125 slight arraylist init refactor 2022-07-17 01:16:18 +02:00
1575f00717 add serial color output 2022-07-16 20:13:50 +02:00
5d8316c265 adapt list impl to interface 2022-07-16 18:23:53 +02:00
8d56ca1355 add list interface with iterator 2022-07-16 18:23:42 +02:00
fa8cf85c3c return removal status in arraylist 2022-07-16 16:39:18 +02:00
83b84e238b logging 2022-07-16 16:38:48 +02:00
2b92b180f4 update logger 2022-07-16 03:30:35 +02:00
2f7a2a219b add a shnitton of loggers 2022-07-16 03:30:20 +02:00
60d746af11 implement logger 2022-07-16 01:48:09 +02:00
c5d25736a3 add arraylist + demo 2022-07-16 00:58:25 +02:00
ac4b1a05a8 renamings 2022-07-16 00:58:14 +02:00