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
/
advanced.c
Age
Commit message (
Expand
)
Author
2020-09-09
More compliance with std:: containers.
Tyge Løvset
2020-09-06
Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc.
Tyge Løvset
2020-09-03
Changed constant <container>_init to <container>_ini to avoid conflict with <...
Tyge Løvset
2020-08-11
Fixed two bugs: 1) hash16 not to be used for string. 2) cstr_from(): va_copy ...
tylo
2020-07-31
Improved advanced.c and namings in cdefs.h
Tyge Løvset
2020-07-30
Got rid of cmapentry_ii. use cmap_ii_entry_t and cmap_ii_entry_destroy().
Tyge Løvset
2020-07-30
Various cleanup of examples and READM.md. Added support for popcount on compi...
Tyge Løvset
2020-07-29
Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h.
Tyge Løvset
2020-07-28
Lowercase naming
Tyge Løvset
2020-07-27
API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...
Tyge Løvset
2020-07-23
Changed cvecpq.h priority queue API and crandom.h API
Tyge Løvset
2020-07-22
Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro...
Tyge Løvset
2020-07-21
Reordered declare_CMap/CSet argument list.
Tyge Løvset
2020-07-17
Renamed chash.h to cmap.h and added cset.h
Tyge Løvset
2020-07-16
Updated includes to reflect rename of cvec.h and cstr.h
Tyge Løvset
2020-07-16
API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena...
Tyge Løvset
2020-07-16
CHanged API: Renamed CString to CStr and CVector to CVec. All function names ...
Tyge Løvset
2020-07-15
Updated advanced.c
Tyge Løvset
2020-06-22
Restructure declare_CHash arguments (again)
Tylo
2020-06-22
Updated CArray to support destructors, and added underscore before used defin...
Tylo
2020-06-21
Moved examples to examples folder.
Tylo
[prev]