summaryrefslogtreecommitdiffhomepage
path: root/stc/cstring.h
AgeCommit message (Collapse)Author
2020-07-16API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. ↵Tyge Løvset
Renamed cstring.h -> cstr.h, cvector.h -> cvec.h
2020-07-16CHanged API: Renamed CString to CStr and CVector to CVec. All function names ↵Tyge Løvset
are changed likewise.
2020-07-16Renamed cstring_release to cstring_move, and removed old cstring_move func.Tyge Løvset
2020-06-16Removed glm. Some opt. on hash.Tylo
2020-06-15Fixed including standard include files.Tylo
2020-06-15Compile on Linux.Tylo
2020-05-23Many minor cstring bug fixes and improvements. Added demos.c and ↵Tylo
advanced_example.c
2020-05-22Clean up. Added makeReserved() and renamed to makeFilled()Tylo
2020-05-20Cleanup, and small fix in makeFmt.Tylo
2020-05-18Added cstring_printf(s, fmt...) and simlilar constructor cstring_makeFmt() ↵Tylo
and renamed *copy to *assignS
2020-04-27Refactor private _string_size nameTyge
2020-04-25Renamed cslist to cflist (forward_list). Renamed cstring_makeCopy() to ↵Tyge
cstring_clone()
2020-04-23Fixed bugs with use of "Raw" types, and updated EXAMPLE.md accordingly.Tyge
2020-04-19Moved gl math to glm folderTyge
Added clist - single linked list with fast sorting. Refactoring.
2020-04-16Some improvementsTyge
2020-04-15- Added cmat3, cmat4, cquatTyge
- Changed include folder name to stc - library name - Bug fix, memory leak in map values when overwritten. - Improvements in API
2020-04-15Renamed folder.Tyge