1
Commit Graph

69 Commits

Author SHA1 Message Date
520445b66e add overloads for bse::string 2022-07-24 00:08:22 +02:00
4aa6d089ca allow to retrieve bse::array buffer address 2022-07-24 00:08:00 +02:00
afd5a9599d mark const stuff const 2022-07-24 00:07:45 +02:00
1c87110b70 implement basic dynamic string 2022-07-24 00:07:21 +02:00
65ae4e139b add min/max to Math.h 2022-07-24 00:07:10 +02:00
94cc244868 rename Iterator to iterator 2022-07-23 21:38:16 +02:00
c95361552a rename Vector to vector 2022-07-23 21:37:00 +02:00
c8db2c8878 rename Array to array 2022-07-23 21:32:51 +02:00
3f8ff439a0 Revert "add own bse::move"
This reverts commit 72b99990b6.
2022-07-23 14:32:07 +02:00
7f34f80a8c use bse::move 2022-07-23 13:37:41 +02:00
72b99990b6 add own bse::move 2022-07-23 13:37:35 +02:00
a56dbb316f rename lib 2022-07-23 13:37:28 +02:00
15ded9c02c remove cstddef 2022-07-23 13:19:35 +02:00
647021d434 remove cstddef 2022-07-23 13:18:08 +02:00
ec09b0e6d2 make logger static and add name wrapper 2022-07-22 23:32:36 +02:00
3c6f6dd009 add Vector::reserve function 2022-07-22 20:45:52 +02:00
e3dcadcc3c add debug get() to iterator 2022-07-22 18:12:28 +02:00
b3c6c354c6 remove logger from vector 2022-07-22 18:12:17 +02:00
2021788831 fix wrong size after insertion bug in vector 2022-07-22 02:34:56 +02:00
8571e502e6 fix + and - bugs in iterator 2022-07-22 02:34:26 +02:00
02c75e483d implement slightly changed erase_if 2022-07-21 20:35:32 +02:00
ee0295ce21 add implicit upcasting to unique_ptr 2022-07-21 20:35:21 +02:00
5164908b52 only implement one iterator class, no inheritance 2022-07-21 20:34:59 +02:00
40a19d32f3 change iterator friends to members 2022-07-21 02:49:05 +02:00
ae7294601d adapt to vector 2022-07-21 02:44:01 +02:00
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