S.Broekman <S.Broekman@protonmail.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › ODB › #40 | 2 years ago | 518 passed | |
OZW › OZWMAC › #525 | 2 years ago |
Added support for MinGW-W64:
1. cpp/src/build/windows/mingw-w64/Makefile - added a Makefile with support for MinGW-W64. 2. cpp/src/Defs.h:38 - added support for MinGW-W64. 3. cpp/src/platform/windows/LogImpl.cpp:84 - switched two values in the initializer list to fix a -Wreorder warning. 4. cpp/src/platform/windows/FileOpsImpl.cpp:62 - changed "int32 ftype" to "uint32 ftype" to match the (unsigned) DWORD return value of the "GetFileAttributesA" function to fix a -Wsign-compare warning. |
Testless build |
OZW › OZWLNX › #978 | 2 years ago |
Added support for MinGW-W64:
1. cpp/src/build/windows/mingw-w64/Makefile - added a Makefile with support for MinGW-W64. 2. cpp/src/Defs.h:38 - added support for MinGW-W64. 3. cpp/src/platform/windows/LogImpl.cpp:84 - switched two values in the initializer list to fix a -Wreorder warning. 4. cpp/src/platform/windows/FileOpsImpl.cpp:62 - changed "int32 ftype" to "uint32 ftype" to match the (unsigned) DWORD return value of the "GetFileAttributesA" function to fix a -Wsign-compare warning. |
510 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
1. cpp/src/build/windows/mingw-w64/Makefile - added a Makefile with support for MinGW-W64.
2. cpp/src/Defs.h:38 - added support for MinGW-W64.
3. cpp/src/platform/windows/LogImpl.cpp:84 - switched two values in the initializer list to fix a -Wreorder warning.
4. cpp/src/platform/windows/FileOpsImpl.cpp:62 - changed "int32 ftype" to "uint32 ftype" to match the (unsigned) DWORD return value of the "GetFileAttributesA" function to fix a -Wsign-compare warning.