summaryrefslogtreecommitdiffhomepage
path: root/examples/complex.c
AgeCommit message (Expand)Author
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