issues
search
felixguendling
/
cista
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.84k
stars
119
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add c_str method to string to match std::string
#238
opera-aberglund
closed
1 week ago
5
rtree refactor
#237
felixguendling
closed
1 week ago
0
bitvec: add one_out()
#236
pablohoch
closed
3 weeks ago
0
file: fix windows error messages
#235
pablohoch
closed
3 weeks ago
0
Add method to enlarge basic_vecvec::bucket
#234
MichaelKutzner
closed
1 month ago
0
variant::apply: capture non-const value by reference
#233
opera-aberglund
closed
1 month ago
1
variant::apply can't capture non-const reference
#232
opera-aberglund
closed
1 month ago
1
unique_ptr does not support polymorphic conversions (derived to base)
#231
opera-aberglund
closed
1 month ago
5
Cista rtree Implementation
#230
Alex-W4
closed
1 week ago
1
Update workflow and fix endian conversion and alignment in cista::generic_string
#229
freshFruict
closed
2 months ago
3
cista::generic_string: add support for char16_t, char32_t and char8_t
#228
freshFruict
closed
2 months ago
3
bitvec::atomic_set
#227
felixguendling
closed
2 months ago
0
error: 'fmt' has not been declared
#226
YanzhaoW
closed
1 month ago
9
make string fmt/ranges.h compatible
#225
felixguendling
closed
5 months ago
0
bitvec fixes
#224
pablohoch
closed
5 months ago
0
hash_storage: fix self-assignment
#223
freshFruict
closed
5 months ago
1
When cista::basic_string is reassigned to itself, it yields empty or corrupted contents.
#222
ChemistAion
closed
5 months ago
2
lockfree get next bit for bitvec
#221
felixguendling
closed
5 months ago
0
fix next_power_of_two and improve generic_string
#220
freshFruict
closed
5 months ago
3
cista::optional: add bool conversion operator
#219
khng300
closed
6 months ago
1
string::erase function
#218
felixguendling
closed
6 months ago
0
optimize paged index size
#217
felixguendling
closed
6 months ago
0
fix paged
#216
felixguendling
closed
6 months ago
0
hash_storage: compare values in equality operator
#215
opera-aberglund
closed
6 months ago
3
hash_storage equality operator doesn't compare values
#214
opera-aberglund
closed
6 months ago
1
Container with stable iterators for non-(easy)-hashable types
#213
ChemistAion
closed
6 months ago
8
Using cista cross platform between emscripten and native
#212
opera-aberglund
closed
7 months ago
13
hash_storage: fix assignment operator
#211
freshFruict
closed
7 months ago
1
Key assignment behavior in cista::raw::hash_map and cista::offset::hash_map
#210
freshFruict
closed
7 months ago
2
paged
#209
felixguendling
closed
8 months ago
0
mmap_vec
#208
felixguendling
closed
8 months ago
0
Fix compilation on GCC 13
#207
jbruechert
closed
8 months ago
0
Allow the library to be used in -fno-exception targets
#206
khng300
closed
8 months ago
2
Support for std::visit
#205
opera-aberglund
closed
11 months ago
8
Update std_vector_test.cc: remove resize (fixes #203)
#204
felixguendling
closed
12 months ago
0
Bug in std_vector_test.cc
#203
masbug
closed
12 months ago
1
RFC: Add cista::*::cstring type
#202
khng300
closed
11 months ago
6
type_traits: Separate type traits helpers into a new header file
#201
khng300
closed
1 year ago
0
add rtree
#200
felixguendling
closed
1 year ago
0
separate nvec::*bucket
#199
felixguendling
closed
1 year ago
0
nvec: meta bucket
#198
felixguendling
closed
1 year ago
0
How can I serialize a struct which contains anonymous union member
#197
qiuwei
closed
1 year ago
2
MSVC v14.1x build error: C2296,C2297
#196
nescirem
closed
1 year ago
3
ci: link llvm-16-dev libclang-rt-16-dev
#195
felixguendling
closed
1 year ago
0
offset_ptr: fix __cplusplus check for msvc
#194
pablohoch
closed
1 year ago
0
ci: fix clang
#193
felixguendling
closed
1 year ago
0
static type hash small fixes
#192
AdelKS
closed
1 year ago
1
windows: open files with FILE_SHARE_READ
#191
pablohoch
closed
1 year ago
0
String gives different size at "empty" input for short/non_short
#190
ChemistAion
opened
1 year ago
2
Support for `resize` [perhaps also `capacity` and `reserve`] for cista::generic_string/basic_string
#189
ChemistAion
opened
1 year ago
2
Next