summaryrefslogtreecommitdiffhomepage
path: root/examples/complex.c
AgeCommit message (Expand)Author
2020-09-16Changed API to conform with std:: containers. cmap now only use first, second...Tyge Løvset
2020-09-15Simplified declare_ statement e.g. c_cmap(...)Tyge Løvset
2020-09-15New API Change.Tyge Løvset
2020-09-14Removed warnings. clang, vs.Tyge Løvset
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with <...Tyge Løvset
2020-09-02Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...Tyge Løvset
2020-08-28Finished adding RawValue API (convertable values) to containers.tylo
2020-08-09Simplified carray API.Tyge Løvset
2020-07-28Lowercase namingTyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...Tyge Løvset
2020-07-27Renamed carray<123>_<tag> to carray<123><tag>.Tyge Løvset
2020-07-25Reverted CArr to CArray again.Tyge Løvset
2020-07-22Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro...Tyge Løvset
2020-07-17Renamed chash.h to cmap.h and added cset.hTyge Løvset
2020-07-16Updated includes to reflect rename of cvec.h and cstr.hTyge Løvset
2020-07-16API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena...Tyge Løvset
2020-07-16CHanged API: Renamed CString to CStr and CVector to CVec. All function names ...Tyge Løvset
2020-07-14Redefined declare_CHash() interface, reverted back to original. declare_CHash...Tyge Løvset
2020-06-25Added carrayN_makeFrom(..., array, own) to create from a externally created C...Tylo
2020-06-25Updated carray.h: renamed carray_xdim to separate carray1_xdim, carray2_xdim,...Tylo