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
path:
root
/
include
Age
Commit message (
Expand
)
Author
2021-10-02
Fixed benchmarks regarding cmap find bug.
Tyge Løvset
2021-10-02
BUGFIX: cmap_X_find() did not return a correct end() iter when not found.
Tyge Løvset
2021-10-01
csmap.h: Silence unused parameter warning
Kamil Cukrowski
2021-10-01
cmap.h: Silence fallthrough gcc warnings
Kamil Cukrowski
2021-09-30
More cleanup. i_fwd is rarely needed, so removed F_tag. Use i_fwd define flag...
Tyge Løvset
2021-09-29
Changed forward declaration to support user defined container names with i_cnt.
Tyge Løvset
2021-09-29
Changed how to specify shared pointers in containers.
Tyge Løvset
2021-09-28
Added c_apply_n() and c_apply_pair_n() macros. Rewrote cpque.c example.
Tyge Løvset
2021-09-28
Simplified usage of user-defined container names (and methods prefix).
Tyge Løvset
2021-09-26
Added some extensions to cstack and cpque. cstack can now be used as a vector...
Tyge Løvset
2021-09-24
Internal stuff.
Tyge Løvset
2021-09-24
Another define fix in template.h. Added 2d string example in new_arr.c
Tyge Løvset
2021-09-24
Correcting a define test.
Tyge Løvset
2021-09-24
Reworked csptr docs. Made static members to inline (ccommon.h).
Tyge Løvset
2021-09-23
Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(...
Tyge Løvset
2021-09-23
Added sptr_ex.c example + minors.
Tyge Løvset
2021-09-23
Some more documentation in README.md.
Tyge Løvset
2021-09-22
Fix: allow csptr self-take.
Tyge Løvset
2021-09-22
Reworked shared pointers, with some smaller API changes.
Tyge Løvset
2021-09-22
Fixed bug in csptr_copy on self assign.
Tyge Løvset
2021-09-22
Restructuring in template.h
Tyge Løvset
2021-09-21
Added copy(self, other) function to all containers. Fixed some docs.
Tyge Løvset
2021-09-21
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2021-09-21
Fixed input args documentation. Fixed carr2 and carr3 clone functions.
Tyge Løvset
2021-09-20
Added proper fallback for stc64_uniform
Camel Coder
2021-09-20
Removed stc64_uniform 32-bit fallback, thanks for camel-cdr. Added an unbiase...
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-19
Fixed errors caused by gcc -std=c99 -pedantic.
Tyge Løvset
2021-09-19
Preparation for merging in V2.0 to master branch.
Tyge Løvset
2021-09-18
Changed the sharedptr.c example. Removed clist_X_erase(): was alias of clist_...
Tyge Løvset
2021-09-17
Added example sharedptr.c and fixed some doc.
Tyge Løvset
2021-09-17
Updated docs.
Tyge Løvset
2021-09-17
Moved tests and v1 files
tylo
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
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-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-08
Some docs on main page. Added emplace_items to cstack.
Tyge Løvset
[prev]
[next]