[mythtv-commits] [MythTV/mythtv] 1e9d24: cmake: Fix windows mkfifo compatibility function.
David Hampton
noreply at github.com
Mon Mar 27 20:56:13 UTC 2023
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 1e9d249df09847aa1000a755057dfdf6b378e40b
https://github.com/MythTV/mythtv/commit/1e9d249df09847aa1000a755057dfdf6b378e40b
Author: David Hampton <mythtv at love2code.net>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M mythtv/libs/libmythbase/compat.h
Log Message:
-----------
cmake: Fix windows mkfifo compatibility function.
According to documentation, mkfifo returns 0 on success where
CreateNamedPipeA returns the file handle. Both return -1 on failure.
Fix the code to correctly return zero on success.
Commit: 8e6812927988d9aed359c9a568703497b0c708a2
https://github.com/MythTV/mythtv/commit/8e6812927988d9aed359c9a568703497b0c708a2
Author: David Hampton <mythtv at love2code.net>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M mythtv/programs/mythbackend/mythbackend.cpp
Log Message:
-----------
cmake: Remove unnecessary win32 GetPlaybackURL stub.
Commit: bfecae4bb1d39f25ff4c8d9b9b20b4dbe1e20bc1
https://github.com/MythTV/mythtv/commit/bfecae4bb1d39f25ff4c8d9b9b20b4dbe1e20bc1
Author: David Hampton <mythtv at love2code.net>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M mythplugins/mytharchive/mytharchivehelper/external/pxsup2dast.c
Log Message:
-----------
cmake: Add alternate xmkdir implementation for windows.
Commit: 67833bcab24111a027a520f50a67db5a22e105a5
https://github.com/MythTV/mythtv/commit/67833bcab24111a027a520f50a67db5a22e105a5
Author: David Hampton <mythtv at love2code.net>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M mythplugins/mytharchive/mytharchive/mytharchive.cpp
Log Message:
-----------
cmake: Add alternate kill implementation for windows.
Compare: https://github.com/MythTV/mythtv/compare/9d78ff00224f...67833bcab241
More information about the mythtv-commits
mailing list