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
/
stc
/
cstring.h
Age
Commit message (
Expand
)
Author
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-16
Renamed cstring_release to cstring_move, and removed old cstring_move func.
Tyge Løvset
2020-06-16
Removed glm. Some opt. on hash.
Tylo
2020-06-15
Fixed including standard include files.
Tylo
2020-06-15
Compile on Linux.
Tylo
2020-05-23
Many minor cstring bug fixes and improvements. Added demos.c and advanced_exa...
Tylo
2020-05-22
Clean up. Added makeReserved() and renamed to makeFilled()
Tylo
2020-05-20
Cleanup, and small fix in makeFmt.
Tylo
2020-05-18
Added cstring_printf(s, fmt...) and simlilar constructor cstring_makeFmt() an...
Tylo
2020-04-27
Refactor private _string_size name
Tyge
2020-04-25
Renamed cslist to cflist (forward_list). Renamed cstring_makeCopy() to cstri...
Tyge
2020-04-23
Fixed bugs with use of "Raw" types, and updated EXAMPLE.md accordingly.
Tyge
2020-04-19
Moved gl math to glm folder
Tyge
2020-04-16
Some improvements
Tyge
2020-04-15
- Added cmat3, cmat4, cquat
Tyge
2020-04-15
Renamed folder.
Tyge