index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-17
Minor fix in the carr3 in-code example.
tylo
2021-09-17
Added carr2.h and carr3.h (replaces carray.h) + test.
tylo
2021-09-17
Added shared pointer csptr support + test.
Tyge Løvset
2021-09-16
Added return value pointer from push_front/emplace_front and push_back/emplac...
Tyge Løvset
2021-09-16
Renamed f_tag to F_tag, too invisible. Small other changes.
Tyge Løvset
2021-09-15
Fixed issue with using i_prefix as indicator of cset/csset.
tylo
2021-09-14
Fixed include structuring.
Tyge Løvset
2021-09-13
Removed most of the case-insensitive cstr methods, as they won't work with ut...
Tyge Løvset
2021-09-13
Made a change to macro overloading so that intellisense for VS Code works (ag...
Tyge Løvset
2021-09-13
Very minor formatting.
Tyge Løvset
2021-09-12
Renamed input macro i_module to i_prefix. Replaced astar.c example.
Tyge Løvset
2021-09-12
Some improvements in examples.
Tyge Løvset
2021-09-11
Fixed docs for newstyle.
Tyge Løvset
2021-09-11
Updated benchmarks to newstyle.
Tyge Løvset
2021-09-11
An optimization for queues and improved name of internal func.
Tyge Løvset
2021-09-10
Added forward_cqueue() type pre-declaration support.
Tyge Løvset
2021-09-10
Added support for cqueue.h Added test.
Tyge Løvset
2021-09-09
Made c_static_assert() C99 compatible (which was the point of it).
Tyge Løvset
2021-09-09
Fix c_rawstr_hash docs.
Tyge Løvset
2021-09-09
Updated examples in docs.
Tyge Løvset
2021-09-08
Some docs on main page. Added emplace_items to cstack.
Tyge Løvset
2021-09-08
Updated rest of examples, except cqueue.c
Tyge Løvset
2021-09-08
Updated most examples to newstyle. Some changes in cpque/cstack.
Tyge Løvset
2021-09-08
API declared non-templated functions (missing/bug), and moved list sorting to...
Tyge Løvset
2021-09-08
Adjusted demos.c and multimap.c to work with newstyle branch.
Tyge Løvset
2021-09-08
Fixed linkage stuff.
Tyge Løvset
2021-09-08
Added cx_size_t define.
Tyge Løvset
2021-09-08
Improved undocumented iterator method names: fwd, adv => advance, idx => index.
Tyge Løvset
2021-09-08
Minor bug. Wrong linkage specifier.
Tyge Løvset
2021-09-08
Added init_with_capacity().
Tyge Løvset
2021-09-08
Made clone more robust in cstack, cpque
Tyge Løvset
2021-09-08
Updated cpque and cstack.
Tyge Løvset
2021-09-07
Added cstack and cpque (priority queue) + test.
Tyge Løvset
2021-09-07
Added cdeq.h + test. Unsure if the rest should be kept as oldstyle (using).
Tyge Løvset
2021-09-07
Minor: changed linkage of a few functions.
Tyge Løvset
2021-09-07
Added csmap.h and csset.h + test.
Tyge Løvset
2021-09-07
Fixed a few difficult bugs. including VC compability.
Tyge Løvset
2021-09-07
Minor formatting and header example change.
Tyge Løvset
2021-09-07
Switched to lowercase input define symbols, e.g. i_KEY => i_key, etc.
Tyge Løvset
2021-09-06
Removed some old memcpy not needed anymore.
Tyge Løvset
2021-09-06
cmap: put() and at() was accidentally deleted. Restored.
Tyge Løvset
2021-09-06
Added support for cmap and cset.
Tyge Løvset
2021-09-06
Added clist.h + list_test_new.c as working along with cvec.
tylo
2021-09-06
Forgot two: added here temporarily.
Tyge Løvset
2021-09-06
Some more additions.
Tyge Løvset
2021-09-06
More refinements
Tyge Løvset
2021-09-05
New usage style. only cvec is functional. see vec_test_new.c
Tyge Løvset
2021-09-01
Some minor docs update.
Tyge Løvset
2021-08-31
Maintenance cleanup.
Tyge Løvset
2021-08-29
Replaced cstr_toraw (deprecated) with cstr_str used to convert from cstr to c...
Tyge Lovset
[prev]
[next]