|
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 |
|
|
2ea2de41b6
|
give up on tree alloc
|
2022-07-17 16:03:10 +02:00 |
|
|
38a3bf0aee
|
change kill key to K
|
2022-07-17 01:38:31 +02:00 |
|
|
8877b8805e
|
stop pcspk when demo quits
|
2022-07-17 01:38:21 +02:00 |
|
|
a2a8b4f973
|
remove debug changes from llalloc
|
2022-07-17 01:32:23 +02:00 |
|
|
b25ed46c27
|
update
|
2022-07-17 01:27:43 +02:00 |
|
|
e7985f4270
|
synchronize textheavy demos
|
2022-07-17 01:27:22 +02:00 |
|
|
b158f98639
|
add semaphore to cgastream
|
2022-07-17 01:27:13 +02:00 |
|
|
982843ad84
|
update
|
2022-07-17 01:16:47 +02:00 |
|
|
cfb1e2affc
|
kevman logging
|
2022-07-17 01:16:34 +02:00 |
|
|
9676c70125
|
slight arraylist init refactor
|
2022-07-17 01:16:18 +02:00 |
|
|
931c9552b7
|
refactor main menu
|
2022-07-17 01:16:09 +02:00 |
|
|
9a0bb01c6d
|
demo update
|
2022-07-17 01:16:04 +02:00 |
|
|
566c11eab1
|
reduce insane output + introduce block queue
|
2022-07-17 01:14:32 +02:00 |
|
|
b1e3129de8
|
log when idlethread destroyed
|
2022-07-17 01:14:08 +02:00 |
|
|
8a8a918cea
|
disable insane debug output
|
2022-07-17 01:13:57 +02:00 |
|
|
c746b9518c
|
fix nasty list alloc bug and add spinlock
|
2022-07-17 01:13:35 +02:00 |
|
|
1a214e7c65
|
disable insane debug output
|
2022-07-17 01:13:22 +02:00 |
|
|
9d79bc14e3
|
fix keyevent bug where key releases would be cast
|
2022-07-17 01:12:55 +02:00 |
|
|
53c1b82e81
|
output cleanup + wait for enter
|
2022-07-16 20:14:59 +02:00 |
|
|
40d03f83a5
|
implement first real menu
|
2022-07-16 20:14:50 +02:00 |
|
|
223b8af4b4
|
logging
|
2022-07-16 20:14:45 +02:00 |
|
|
cd83f85680
|
unsubscribe listeners in demo threads
|
2022-07-16 20:14:31 +02:00 |
|
|
1fd5717209
|
allow eventlisteners to unsubsscribe
|
2022-07-16 20:14:05 +02:00 |
|
|
1575f00717
|
add serial color output
|
2022-07-16 20:13:50 +02:00 |
|
|
75a77a8394
|
reformat
|
2022-07-16 20:13:41 +02:00 |
|
|
bf14c58a25
|
remove old scrollmode reference
|
2022-07-16 20:12:50 +02:00 |
|
|
6c6ae51ebb
|
disable optimizations for busy waiting
|
2022-07-16 20:12:25 +02:00 |
|
|
b454f5d01c
|
adapt to new list interface
|
2022-07-16 18:24:32 +02:00 |
|
|
f807558781
|
use arraylist in eventmanager
|
2022-07-16 18:24:11 +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 |
|
|
a563bd4e5a
|
add logging settings
|
2022-07-16 16:39:35 +02:00 |
|
|
fa8cf85c3c
|
return removal status in arraylist
|
2022-07-16 16:39:18 +02:00 |
|
|
329ed34c32
|
init serialout in constructor
|
2022-07-16 16:39:04 +02:00 |
|
|
9fa36ea9ed
|
demo updates
|
2022-07-16 16:38:58 +02:00 |
|
|
83b84e238b
|
logging
|
2022-07-16 16:38:48 +02:00 |
|
|
019e092a5e
|
add some error handling to scheduler
|
2022-07-16 16:36:45 +02:00 |
|