- Jan 15, 2020
-
-
Lioncash authored
Keeps the definitions hidden and allows changes to the structs without needing to recompile all users of classes containing said structs.
-
- Nov 23, 2019
-
-
ReinUsesLisp authored
-
- Jul 06, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Jun 24, 2019
-
-
ReinUsesLisp authored
-
- Jun 21, 2019
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
-
- May 25, 2019
-
-
Lioncash authored
Uses a std::string_view instead of a std::string, given the pointed to string isn't modified and is only used in a formatting operation. This is nice because a few usages directly supply a string literal to the function, allowing these usages to otherwise not heap allocate, unlike the std::string overloads. While we're at it, we can combine the address formatting into a single formatting call.
-
- Apr 05, 2019
-
-
ReinUsesLisp authored
-
- Oct 29, 2018
-
-
ReinUsesLisp authored
-