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
/
complex.c
Age
Commit message (
Expand
)
Author
2020-09-16
Changed API to conform with std:: containers. cmap now only use first, second...
Tyge Løvset
2020-09-15
Simplified declare_ statement e.g. c_cmap(...)
Tyge Løvset
2020-09-15
New API Change.
Tyge Løvset
2020-09-14
Removed warnings. clang, vs.
Tyge Løvset
2020-09-03
Changed constant <container>_init to <container>_ini to avoid conflict with <...
Tyge Løvset
2020-09-02
Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...
Tyge Løvset
2020-08-28
Finished adding RawValue API (convertable values) to containers.
tylo
2020-08-09
Simplified carray API.
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-27
Renamed carray<123>_<tag> to carray<123><tag>.
Tyge Løvset
2020-07-25
Reverted CArr to CArray again.
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
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-14
Redefined declare_CHash() interface, reverted back to original. declare_CHash...
Tyge Løvset
2020-06-25
Added carrayN_makeFrom(..., array, own) to create from a externally created C...
Tylo
2020-06-25
Updated carray.h: renamed carray_xdim to separate carray1_xdim, carray2_xdim,...
Tylo
[prev]