-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMAKE_CROSSCOMPILING_EMULATOR and misc. fixes (#1106)
* Various fixes. * Fix a few formatting problems. * Fix for -Wformat-security warnings in internal_win32_file_impl.h for mingw and also for security. * In unpack.c: Add missing <stdbool.h> include. * Swap intrinsic include check. On mingw both files are present but intrin.h should be used. * Disable a warning only for MSVC. * Remove useless export on defaulted destructor. Mingw doesn't like it. * Add CMAKE_CROSSCOMPILING_EMULATOR for all tests. This allows running tests on a platform like mingw. Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca> * Add comment about CMAKE_CROSSCOMPILING_EMULATOR. Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca> * * Remove changes from internal_coding.h. * Remove commented-out add_test lines. Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>
- Loading branch information
Showing
10 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters