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 |
|
Louis Gombert
|
4247f30c3d
|
Merge pull request #21 from th1000s/misc_linux
Linux build fixes: remove unused osMutex code and typedefs
|
2024-04-17 18:46:42 +00:00 |
|
InsanityBringer
|
a2ecc2f542
|
Change main database registry hive to HKEY_CURRENT_USER
|
2024-04-16 20:04:20 -05: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
|
61be1317b2
|
More clanging
|
2024-04-16 14:46:12 -06:00 |
|
Kevin Bentley
|
7399b5a2f2
|
Fix CRLF line endings.
|
2024-04-16 14:21:35 -06:00 |
|
Kevin Bentley
|
c6640cc631
|
clang-format on everything.
|
2024-04-16 12:56:40 -06:00 |
|
Edu Garcia
|
8e350a6c5d
|
minimal changes for compilation (including linking) under Windows
|
2024-04-16 14:45:15 +01:00 |
|
Kevin Bentley
|
84e25b0b41
|
Add missing windows specific code and disabled the arch filters in gitignore.
|
2024-04-16 07:21:10 -06:00 |
|