Releases: AnzoDK/RPCommonLib
Releases · AnzoDK/RPCommonLib
v0.1.2
v0.1.1
v0.1.0
v0.0.10-dev
- Added
Cstrlen(const char*)
- Leaves
keymap.h
enabled, but without tests USE AT YOUR OWN RISKkeymap.h
adds:- New Class
KeyMap<T>
with:Key<T> Find(std::string)
void Insert(Key<T>)
void Insert(std::string, T)
- New Struct
Key<T>
with:- Public members:
std::string keyName
T keyValue
- Public members:
v0.0.10
v0.0.9
v0.0.8
Added new StringFindLast vararity
- Added StringFindLast(std::string, std::string)
- Fixed bug in StringFindLast(char, std::string) causing it to always return the length of the input string - 2
Embarasing bugfix
Automatic testing will occur from now on... Sorry
Added LICENCE, README and a solid idea of the future of this lib
v0.0.4 Create LICENSE