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
/
examples
Age
Commit message (
Expand
)
Author
2021-09-19
Added runall.sh script in examples.
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
Added back (carr3) carray3 in demos.c.
Tyge Løvset
2021-09-17
Updated docs.
Tyge Løvset
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-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-09
Made c_static_assert() C99 compatible (which was the point of it).
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
Adjusted demos.c and multimap.c to work with newstyle branch.
Tyge Løvset
2021-09-08
Fixed linkage stuff.
Tyge Løvset
2021-08-28
Breaking change cstr and csview renames in order to improve consistency:
Tyge Løvset
2021-08-25
Small updates of some examples.
tylo
2021-08-25
BREAKING CHANGE: c_forvar_initdel() macro renamed to c_forauto().
tylo
2021-08-21
Fix memory leaks
Kamil Cukrowski
2021-07-17
More refactoring. Added others/sstr.h - future short string optimized (SSO) s...
Tyge Løvset
2021-07-17
Some refactoring.
Tyge Lovset
2021-06-18
Simplified and removed unneeded stuff from csview.h
Tyge Løvset
2021-06-11
Improve naming of c_sv() and c_lit() in csview.h: Rename c_sv(cstr) => cstr_s...
Tyge Løvset
2021-06-10
Renamed cstr/csview begin_with() to starts_with() : following c++ std namings.
Tyge Løvset
2021-06-06
Added support for forward_cmap() and forward_cset(). Added support for forwa...
Tyge Løvset
2021-06-05
Renamed predefined using_cmap_sv*() using_csmap_sv*() macros to using_cmap_st...
Tyge Løvset
2021-05-27
Made substr() and slice() only returning csview. Added Both cstr and csview i...
Tyge Løvset
2021-05-25
Small refactoring and improved docs.
Tyge Løvset
2021-05-24
Added splitstr.c example. Renamed macro csview_ARG() to csview_arg(): special...
Tyge Løvset
2021-05-24
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2021-05-24
Split c_fordefer() into c_forvar() and c_fordefer() macros.
Tyge Løvset
2021-05-24
Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin...
Tyge Løvset
2021-05-23
Added csmap_find.c example.
Tyge Løvset
2021-05-22
Added *_value_toraw() methods to base containers.
Tyge Løvset
2021-05-21
API change: c_breakwith => c_exitwith, c_breakdefer => c_exitdefer. Added cs...
Tyge Løvset
2021-05-20
Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l...
Tyge Løvset
2021-05-19
More cleanups and refinements.
Tyge Løvset
2021-05-18
Added the new c_defer(), c_with(), c_withvar() macros into the examples.
Tyge Løvset
2021-05-18
Added new file: csview: String View
Tyge Løvset
2021-05-18
Internal updates in cstr. Minor API change in carray carrayNX_with_value() =>...
Tyge Løvset
2021-05-15
API change: Renamed c_init() to c_var() to better describe it declares and in...
Tyge Løvset
2021-05-15
Renamed newly introduced internal c_cast() to c_make() for c++ compatability....
Tyge Løvset
2021-05-10
added multimap example.
Tyge Løvset
2021-05-07
Reverted c_trivial_*() to c_default_*().
Tyge Løvset
2021-05-07
Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() a...
Tyge Løvset
2021-05-05
Changed some lesser used API in cvec and cdeq to be more consistent. Improved...
Tyge Løvset
2021-04-30
Internal only: Removed cstr_t and cbits_t: only use cstr and cbits. Finished ...
Tyge Løvset
[prev]
[next]