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
/
mapmap.c
Age
Commit message (
Expand
)
Author
2020-09-07
Added back cmap insert()
tylo
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-29
Cleanup and fix mapmap example.
Tyge Løvset
2020-08-28
Finished adding RawValue API (convertable values) to containers.
tylo
2020-07-30
Small tweak.
Tyge Løvset
2020-07-30
Various cleanup of examples and READM.md. Added support for popcount on compi...
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-27
Renamed cmap_xx_at() to cmap_xx_insert(). Does insert like c++ std::map::inse...
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-17
Renamed chash.h to cmap.h and added cset.h
Tyge Løvset
2020-07-16
API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena...
Tyge Løvset
[prev]