Skip to content

Releases: AnzoDK/RPCommonLib

v0.1.2

10 Aug 14:34
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Added arrayprint.h
    • Added PrintVector(std::vector)
      • Casts any valid type to a string and throws it at cout. Other types that doesn't have a valid cast, will be printed as bytes ordered as objects
    • Added PrintArray(T*, size_t)

v0.1.1

25 Jul 08:06
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Added terminal colors with terminalcolor.h (can be disabled by defining NO_COLOR)

v0.1.0

21 Jul 07:41
a2a6b98
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Disabled keymap.h until the tests are ready :D
  • Created Dev branch to test stuff, all releases from the dev branch will have the postfix: -dev
  • Added Cstrlen(const char*) (just strlen without the need for <cstring>

v0.0.10-dev

21 Jul 07:51
a6bf218
Compare
Choose a tag to compare
v0.0.10-dev Pre-release
Pre-release
  • Added Cstrlen(const char*)
  • Leaves keymap.h enabled, but without tests USE AT YOUR OWN RISK
    • keymap.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

v0.0.10

20 Jul 22:25
97a68c2
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
  • Fixed a typo preventing the PKGBUILD from exiting on failed tests

v0.0.9

20 Jul 22:19
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • Added automated tests!! (Needs work tho)
  • Added GetBytes(T*, unsigned int)

v0.0.8

15 Jul 19:37
43c051d
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Fixed issue in StringFindLast(std::string, std::string) causing a int underflow

Added new StringFindLast vararity

15 Jul 19:32
973ec84
Compare
Choose a tag to compare
Pre-release
  • 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

15 Jul 19:21
cee3a1b
Compare
Choose a tag to compare
Embarasing bugfix Pre-release
Pre-release

Automatic testing will occur from now on... Sorry

Added LICENCE, README and a solid idea of the future of this lib

14 Jul 13:21
db16e8b
Compare
Choose a tag to compare
v0.0.4

Create LICENSE