|
9ce177e13e
|
add stringview.cc
|
2022-08-01 20:43:38 +02:00 |
|
|
a7e7e65468
|
implement operator* for string
|
2022-08-01 19:36:35 +02:00 |
|
|
3b3bf662ca
|
remove mutable operators from stringview
|
2022-08-01 19:36:22 +02:00 |
|
|
7c419fd905
|
make stringview ptr const
|
2022-07-29 14:35:54 +02:00 |
|
|
c0dfd881e9
|
replace char*/string with stringview
|
2022-07-29 14:35:44 +02:00 |
|
|
873d3927c7
|
replace char*/string with stringview
|
2022-07-29 14:35:42 +02:00 |
|
|
e3808aafa7
|
constcast pointer in iterator
|
2022-07-29 14:35:12 +02:00 |
|
|
e7aee137f8
|
implement simple string_view
|
2022-07-29 14:19:47 +02:00 |
|
|
d4f42ae77d
|
add dev for stringdemo output
|
2022-07-29 14:19:36 +02:00 |
|
|
b70024a973
|
use std::size_t
|
2022-07-29 14:19:26 +02:00 |
|
|
3eb0e8e1fb
|
add more span checks
|
2022-07-29 14:19:12 +02:00 |
|
|
fcab6677ac
|
use std::size_t
|
2022-07-29 14:19:02 +02:00 |
|
|
1b588a5c09
|
pagingdemo
|
2022-07-27 23:44:25 +02:00 |
|
|
5b556f9446
|
make bluescreen demo more general for paging
|
2022-07-27 23:43:36 +02:00 |
|
|
ac2d46d314
|
remove semicolon
|
2022-07-27 23:43:21 +02:00 |
|
|
d04f4495ae
|
final cleanup
|
2022-07-24 23:13:12 +02:00 |
|
|
7e046b6f89
|
keyboard demo input lower
|
2022-07-24 22:42:54 +02:00 |
|
|
79ddabd23b
|
static cast logger
|
2022-07-24 22:42:44 +02:00 |
|
|
5470992d31
|
fix span
|
2022-07-24 22:42:12 +02:00 |
|
|
5833c07ae2
|
move to initializer list
|
2022-07-24 22:41:49 +02:00 |
|
|
854752ec0d
|
primitive span implementation
|
2022-07-24 21:49:38 +02:00 |
|
|
7164504904
|
add initializer list constructor for vector
|
2022-07-24 21:49:22 +02:00 |
|
|
0ced077122
|
move logger
|
2022-07-24 21:49:04 +02:00 |
|
|
40108cdacc
|
add constexpr
|
2022-07-24 21:47:47 +02:00 |
|
|
6481bae5f6
|
merged cleanup
|
2022-07-24 21:12:31 +02:00 |
|
|
18e0a666c8
|
remove logger from globals, use static
|
2022-07-24 16:55:09 +02:00 |
|
|
319fb25ae1
|
cleanup some vbe stuff
|
2022-07-24 14:13:59 +02:00 |
|
|
aaa762d70e
|
initialize for index variable
|
2022-07-24 02:39:49 +02:00 |
|
|
3aec6243ab
|
fix vector demo print (no longer copies)
|
2022-07-24 02:23:01 +02:00 |
|
|
b0b6ec13dc
|
allow vector to be lazy init if alloc not avail
|
2022-07-24 02:22:43 +02:00 |
|
|
a0fd7ea1a4
|
add move/copy constructors/assignment operators
|
2022-07-24 01:57:41 +02:00 |
|
|
b88ca2d9a4
|
list extra demos in menu
|
2022-07-24 01:38:53 +02:00 |
|
|
adae600809
|
add string demo
|
2022-07-24 01:35:34 +02:00 |
|
|
281228b6be
|
fix string move constructor/assignment + additions
|
2022-07-24 01:35:21 +02:00 |
|
|
d9b86355c7
|
remove <cstddef> and NULLs (use nullptr)
|
2022-07-24 00:40:51 +02:00 |
|
|
e4469e51b2
|
cleanup
|
2022-07-24 00:33:14 +02:00 |
|
|
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 |
|