A collection of helper classes for the Epsilon project.
Go to file
Deukhoofd 6b4d18f434
continuous-integration/drone/push Build is failing Details
Resolve issue where ConstString can lose internal string representation due to not owning it.
This sadly meant most constexpr constructors had to be removed, as it needs to copy the string.
2020-04-07 18:54:23 +02:00
extern Initial commit. 2020-02-26 12:57:18 +01:00
src Resolve issue where ConstString can lose internal string representation due to not owning it. 2020-04-07 18:54:23 +02:00
tests Resolve issue where ConstString can lose internal string representation due to not owning it. 2020-04-07 18:54:23 +02:00
.clang-format Tweaks and fixes for Assert 2020-03-22 12:20:39 +01:00
.drone.yml Change conan remote URL. 2020-02-27 12:29:20 +01:00
.gitignore Initial commit. 2020-02-26 12:57:18 +01:00
CMakeLists.txt Fixed cmake list on Windows. 2020-03-11 11:50:56 +01:00
conanfile.py Initial commit. 2020-02-26 12:57:18 +01:00