Louis Gombert
|
c2b71b8147
|
Standardize CMake formatting
lowercase function names, blocks indent
|
2024-04-20 14:45:49 +02:00 |
|
C.W. Betts
|
57078ae4b5
|
Change most sprintf to snprintf.
This also includes vsprintf to vsnprintf.
|
2024-04-19 12:31:28 -06:00 |
|
C.W. Betts
|
1cbf303c2d
|
Update lnxcon.cpp
add missing va_end
|
2024-04-17 19:19:18 -06:00 |
|
Thomas Otto
|
b909a4cf43
|
Convert min/max macros to std::min/max
Added explicit <float> or <int> template argument where needed.
Add -DNOMINMAX define for Windows.
|
2024-04-17 21:43:38 +02:00 |
|
Thomas Otto
|
b58d3585bd
|
Remove unused osMutex code
It was never Acquire'd, only Created and Destroyed; and it was
a stub on Linux and macOS.
|
2024-04-17 01:20:51 +02:00 |
|
Azamat H. Hackimov
|
38128ea134
|
Additional clang-format
|
2024-04-17 00:25:04 +03:00 |
|
Kevin Bentley
|
c6640cc631
|
clang-format on everything.
|
2024-04-16 12:56:40 -06:00 |
|
Kevin Bentley
|
df209742fc
|
Initial import
|
2024-04-15 21:43:29 -06:00 |
|