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
/
cvector.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-06-20
Renamed CMap to CHash, to reflect that it now supports both (unordered) Map a...
Tylo
2020-06-18
Added cmap_eraseBucket, and split cmap_erase in two.
Tylo
2020-06-15
Fixed including standard include files.
Tylo
2020-06-05
Added siphash to crandom.h and some small enhancements.
Tylo
2020-05-29
Refactored. Added cmap_find and cmap_insert pair of functions. Renamed types.
Tylo
2020-05-23
Many minor cstring bug fixes and improvements. Added demos.c and advanced_exa...
Tylo
2020-04-29
Some small tweaks. Simplified hash32 function, makes it faster even if distri...
Tyge
2020-04-27
Changed parameter sequence for main code gen macros.
Tyge
2020-04-26
More refactor.
Tyge
2020-04-26
Renamed c_defaultDestroy to c_noDestroy
Tyge
2020-04-26
Refactored: Uses STC_API to control extern or static inline. Define STC_HEADE...
Tyge
2020-04-23
Fixed bugs with use of "Raw" types, and updated EXAMPLE.md accordingly.
Tyge
2020-04-20
Fixed and redesigned iterators.
Tyge
2020-04-19
Moved gl math to glm folder
Tyge
2020-04-15
- Added cmat3, cmat4, cquat
Tyge
2020-04-15
Renamed folder.
Tyge