-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Begin cleanup of logging. * Fix Windows build failure. * Bump up minimum macOS version to 10.13 to make compiler happy about fmemopen(). * Switch printf/fprintf to log_* calls. * Remove spurious newlines from log messages. * Remove g_verbose from codebase. * Ensure Hamlib logs via ulog. * Convert cerr/cout to ulog. * Fix unit test and Linux compiler errors. * Strip newlines from end of hamlib log messages. * It would help if we actually printed the non-newline version of the log message. * Actually fix Windows compiler errors. * Replace additional printfs with log_* after merge from main. * Add locking around logging to make sure we don't lose any. * Try disabling color to get Windows tests working again. * Use regular wine instead of wine-staging. * Revert "Use regular wine instead of wine-staging." This reverts commit 88bf4ef. * Add missed changelog entries. * Poll for xvfb to come up. * Try framebuffer dir instead. * Fix typo. * Try 24 bit color. * Try xvfb-run instead. * Fix xvfb-run command. * Try the screen arguments again. * Try wine-devel instead as it might be more stable. * Update cmake-windows.yml * Lock log mutex before running RADE RX. This is to avoid test output loss on Windows. * Log to stderr and not stdout. * Update RADEReceiveStep.cpp
- Loading branch information
Showing
35 changed files
with
1,271 additions
and
235 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
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
Oops, something went wrong.