1

443 Commits

Author SHA1 Message Date
b2dfa72f3b switch to raw ptr, clean moved objects, destructor 2022-07-20 22:03:05 +02:00
2ed5aba8c3 add support to build with clang 2022-07-20 22:02:49 +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
b7070b522a comments 2022-07-19 21:58:50 +02:00
a827e1d809 smartpointer demo 2022-07-19 21:43:10 +02:00
1519e08072 implement unique_ptr 2022-07-19 21:43:04 +02:00
5b5ca29246 comments 2022-07-19 21:42:54 +02:00
a9c7b5161d switch mylib to bse namespace 2022-07-19 21:42:46 +02:00
7d789f5583 comment 2022-07-19 21:42:22 +02:00
11cd85ca18 removed old obsolete code 2022-07-19 15:01:52 +02:00
2f47dc8f94 fix list destructors 2022-07-19 14:56:59 +02:00
c319c0b604 remove smarptrdemo impl until i have my own one 2022-07-19 14:51:55 +02:00
16acf1f21e smartpointer demo for debug 2022-07-19 14:48:07 +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
304458a816 switch order 2022-07-19 14:47:37 +02:00
e6194247cb comments 2022-07-19 14:47:33 +02:00
885eecf468 add smartpointer demo for debug 2022-07-19 11:25:56 +02:00
98eb398156 comment 2022-07-19 04:06:37 +02:00
2b1db30d1c merge dispatcher into scheduler 2022-07-19 00:28:00 +02:00
f040aa562b update list demos 2022-07-19 00:19:08 +02:00
99f60383ee comments 2022-07-19 00:15:02 +02:00
d2401820c7 switch demo 2022-07-19 00:02:55 +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
e9b24d06be add lock to keyboard demo 2022-07-19 00:01:24 +02:00
3d76162d8a array demo 2022-07-18 21:55:36 +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
b9fe5d7d53 updates 2022-07-17 21:41:35 +02:00
0a7032c992 fix linkedlistiterator 2022-07-17 21:41:23 +02:00
60b02a078b test ranged based loops in demos 2022-07-17 21:41:12 +02:00
132eb13431 update for new list interface 2022-07-17 21:02:33 +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
820fff35b5 copy arraylistdemo for linked list 2022-07-17 16:03:40 +02:00
a2b2a311d8 logging 2022-07-17 16:03:35 +02:00
9ecc520d94 add hidden demos 2022-07-17 16:03:23 +02:00
6c44da7b5c update 2022-07-17 16:03:17 +02:00