-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
56 lines (24 loc) · 932 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
20211224 : 5:41
20211230 : 4:55
20220217 : 19:01
20220623 : 7:27
20240502 : 10:07
20240506 : 22:30
vide: move exception header from details into a public path
vide: Archive.reset() (close archive, and clear every state in the archive, but keep allocated memory, make it reusable)
vide: Archive.finish() or .flush() similar to reset()
vide: archive.binary_data(ptr, size) dependent name or function for BinaryData, cleanup BinaryData
vide: archive.eof() or some API to check if the whole of the buffer was consumed
Files that should remove the vide/vide.hpp include:
types/memory.hpp (transitive via vide/traits/shared_from_this.hpp)
types/polymorphic.hpp
Better document:
validate_read_size
safe_to_reserve
is_binary_archive
maximumBinaryReadSize
cleanup SizeTag
remove operator>>
remove operator<<
remove operator&
vide: std::vector<std::byte> should be base64 serialized in JSON/XML