issues
search
stclib
/
STC
A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers.
MIT License
1.34k
stars
73
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Welcome to STC Discussions!
#105
KenBarclay
closed
4 days ago
1
Inconsistent return values from hash functions
#104
tylov
closed
3 weeks ago
1
c_NPOS is not -1, differs from `std::string::npos`
#103
liigo
opened
3 weeks ago
1
csview's trim_left and trim_right implicitly assume LTR text
#102
liigo
closed
3 weeks ago
1
ci: add meson build/tests with asan/ubsan/msan
#101
mochaaP
closed
3 weeks ago
9
build/meson: fix building as a subproject
#100
mochaaP
closed
1 month ago
0
checkscoped is broken
#99
mochaaP
closed
1 month ago
1
Add meson build system support
#98
mochaaP
closed
1 month ago
6
v50dev
#97
mochaaP
closed
1 month ago
1
Where is the `i_TYPE` macro defined?
#96
jymchng
closed
1 month ago
2
[stack] inconsistency with docs or/and missing feature: stack_X_top returns const i_key* and has no _mut variance
#95
sleeptightAnsiC
closed
1 month ago
1
Fix issue with cbits_resize overwriting data when shrinking
#94
thehoustonian
closed
1 month ago
1
cbits_resize resets the contents of existing element when shrinking
#93
thehoustonian
closed
1 month ago
1
cbits include guard does not appear to be effective
#92
thehoustonian
closed
1 month ago
2
crand and crand_u64 generating same number multiple time consecutively
#91
Omegaki113r
closed
1 month ago
1
fix some mistake in deq_api.md
#90
soyoo
closed
1 month ago
0
Detect Clang and Intel compilers for unused attribute.
#89
Melkor-1
closed
1 month ago
1
is there any example of use clist to contain different struct type in a single file with 4.2 version?
#88
soyoo
closed
5 months ago
0
Questioning plans to disallow drop and clone on null Arc/Box
#86
wmww
closed
1 month ago
3
Compilation Error with g++ due to Compound Literals Usage
#85
bauom
closed
1 month ago
2
Typed crange
#84
SylvanBrocard
closed
1 month ago
1
Feature request: custom type for `c_forrange` and `crange`
#83
SylvanBrocard
closed
1 month ago
2
Fix arc memory leak
#82
wmww
closed
1 month ago
1
Arc can leak memory if data happens to be allocated directly adjacent to use_count
#81
wmww
closed
1 month ago
1
Added an iterator example for cstr
#80
rishavs
opened
9 months ago
0
Unable to build in TCC (c11 Atomic features?)
#78
rishavs
closed
1 month ago
1
cset_X_drop/cmap_X_drop functions do not seem working as expected.
#76
fonghou
closed
11 months ago
2
Remove trailing whitespace
#75
sgraham
closed
1 year ago
1
singleheader.py fixes for Windows and newer Python
#74
sgraham
closed
1 year ago
1
Use __attribute__((unused)) for clang too
#73
sgraham
closed
1 year ago
1
Trying to use vector with custom memory allocator
#70
leonsal
closed
1 year ago
1
Feature request: i_no_unicode flag
#69
polijan
closed
1 year ago
2
cvec doesn't compile with i_eq but no i_cmp.
#68
polijan
closed
1 year ago
1
Feature request: trees
#67
data-man
opened
1 year ago
0
Support & Documentation for Critical Systems (determinism + avoid heap fragmentation)
#66
therealdreg
closed
1 year ago
1
Dev43
#65
tylov
closed
1 year ago
0
Unable to forward decalre incomplete type for stack
#64
krumlo
closed
1 year ago
1
Merge in backported code from master
#63
tylov
closed
1 year ago
0
Build fails with Clang on macOS < 10.16
#62
barracuda156
closed
1 year ago
6
cspan_cube:slice3 fails: assertion failed, 131072 == 34359869440
#61
barracuda156
closed
1 year ago
9
Wrong number of args passed to memcpy breaks the build
#60
barracuda156
closed
1 year ago
4
Span with custom strides?
#59
ib00
closed
1 year ago
3
a little less memory copy
#58
liigo
closed
1 year ago
2
add `cco` macro, block style coroutine definition
#57
liigo
closed
1 year ago
2
Better installation Instructions
#55
VisenDev
opened
1 year ago
1
cmap iter with erase_at visits element twice
#54
camel-cdr
closed
1 year ago
3
Dev42
#53
tylov
closed
1 year ago
0
Per-container-instance allocator proof of concept
#52
yrashk
closed
1 year ago
1
Fix typo in forward declaration example
#51
kmarius
closed
1 year ago
0
String hash function looses 2 "bits" per 8 bytes
#50
funny-falcon
closed
1 year ago
1
Next