[mythtv-commits] [MythTV/mythtv] 9637e8: Remove "using std:xxx" from mythopenglvideo.h.
David Hampton
noreply at github.com
Thu Dec 30 15:54:56 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 9637e86b57e91977f6f0c570be6b445822a17181
https://github.com/MythTV/mythtv/commit/9637e86b57e91977f6f0c570be6b445822a17181
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmythtv/opengl/mythopenglvideo.cpp
M mythtv/libs/libmythtv/opengl/mythopenglvideo.h
Log Message:
-----------
Remove "using std:xxx" from mythopenglvideo.h.
Calling functions from the standard library with std::xxx() makes it
obvious at the point of invocation that its a standard library
function, not a function from some other library. There's no need to
search through all the nested include files to see if somewhere
(possibly 3 or 4 levels deep) there is a "using:xxx" statement.
Commit: 9e89958ed88f4d3fac7669b1cfcb5f7d05f50900
https://github.com/MythTV/mythtv/commit/9e89958ed88f4d3fac7669b1cfcb5f7d05f50900
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmythtv/mythinteropgpu.h
M mythtv/libs/libmythtv/mythvideoprofile.cpp
M mythtv/libs/libmythtv/opengl/mythmediacodecinterop.cpp
M mythtv/libs/libmythtv/opengl/mythmediacodecinterop.h
M mythtv/libs/libmythtv/opengl/mythmmalinterop.cpp
M mythtv/libs/libmythtv/opengl/mythmmalinterop.h
M mythtv/libs/libmythtv/opengl/mythnvdecinterop.cpp
M mythtv/libs/libmythtv/opengl/mythnvdecinterop.h
M mythtv/libs/libmythtv/opengl/mythopenglinterop.h
M mythtv/libs/libmythtv/opengl/mythvaapidrminterop.cpp
M mythtv/libs/libmythtv/opengl/mythvaapidrminterop.h
M mythtv/libs/libmythtv/opengl/mythvaapiglxinterop.cpp
M mythtv/libs/libmythtv/opengl/mythvaapiglxinterop.h
M mythtv/libs/libmythtv/opengl/mythvdpauinterop.cpp
M mythtv/libs/libmythtv/opengl/mythvdpauinterop.h
M mythtv/libs/libmythtv/opengl/mythvtbinterop.cpp
M mythtv/libs/libmythtv/opengl/mythvtbinterop.h
M mythtv/programs/mythfrontend/statusbox.cpp
Log Message:
-----------
Remove "using std:xxx" from mythinteropgpu.h.
Calling functions from the standard library with std::xxx() makes it
obvious at the point of invocation that its a standard library
function, not a function from some other library. There's no need to
search through all the nested include files to see if somewhere
(possibly 3 or 4 levels deep) there is a "using:xxx" statement.
Commit: 322694ba234dd1d0fbfcc7150eb6c7d6e7f0f75b
https://github.com/MythTV/mythtv/commit/322694ba234dd1d0fbfcc7150eb6c7d6e7f0f75b
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmythtv/vulkan/mythvideotexturevulkan.cpp
M mythtv/libs/libmythtv/vulkan/mythvideotexturevulkan.h
M mythtv/libs/libmythtv/vulkan/mythvideovulkan.h
Log Message:
-----------
Remove "using std:xxx" from vulkan code.
Calling functions from the standard library with std::xxx() makes it
obvious at the point of invocation that its a standard library
function, not a function from some other library. There's no need to
search through all the nested include files to see if somewhere
(possibly 3 or 4 levels deep) there is a "using:xxx" statement.
Commit: d722622d0953c2c44a39e632dbe6ef69d2bde6ee
https://github.com/MythTV/mythtv/commit/d722622d0953c2c44a39e632dbe6ef69d2bde6ee
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmythtv/audioplayer.h
M mythtv/libs/libmythtv/captions/cc608reader.cpp
M mythtv/libs/libmythtv/captions/subtitlescreen.cpp
M mythtv/libs/libmythtv/captions/subtitlescreen.h
M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
M mythtv/libs/libmythtv/decoders/avformatdecoder.h
M mythtv/libs/libmythtv/mythccextractorplayer.cpp
M mythtv/libs/libmythtv/mythccextractorplayer.h
M mythtv/libs/libmythtv/opengl/mythdrmprimeinterop.cpp
M mythtv/libs/libmythtv/opengl/mythdrmprimeinterop.h
M mythtv/libs/libmythtv/opengl/mythopenglinterop.cpp
M mythtv/libs/libmythtv/tv_play.cpp
M mythtv/programs/mythfrontend/schedulecommon.cpp
Log Message:
-----------
Remove "using std:xxx" from audioplayer.h.
Calling functions from the standard library with std::xxx() makes it
obvious at the point of invocation that its a standard library
function, not a function from some other library. There's no need to
search through all the nested include files to see if somewhere
(possibly 3 or 4 levels deep) there is a "using:xxx" statement.
Commit: 754b7e6b57cc0a15a5d7eed51e499604f0c431e0
https://github.com/MythTV/mythtv/commit/754b7e6b57cc0a15a5d7eed51e499604f0c431e0
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmythbase/mythsocket.cpp
Log Message:
-----------
Remove "using std:xxx" from mythsocket.cpp.
Calling functions from the standard library with std::xxx() makes it
obvious at the point of invocation that its a standard library
function, not a function from some other library. There's no need to
search through all the nested include files to see if somewhere
(possibly 3 or 4 levels deep) there is a "using:xxx" statement.
Commit: f56767f37016af24492c66f64b50e489f443dc93
https://github.com/MythTV/mythtv/commit/f56767f37016af24492c66f64b50e489f443dc93
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmyth/audio/audiooutputpulse.cpp
M mythtv/libs/libmythmetadata/metadatafactory.cpp
M mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp
M mythtv/libs/libmythtv/previewgeneratorqueue.cpp
M mythtv/libs/libmythui/mythrender_d3d9.cpp
M mythtv/libs/libmythui/opengl/mythrenderopengl.cpp
Log Message:
-----------
Remove "using std::min/max" from code.
Calling functions from the standard library with std::xxx() makes it
obvious at the point of invocation that its a standard library
function, not a function from some other library. There's no need to
search through all the nested include files to see if somewhere
(possibly 3 or 4 levels deep) there is a "using:xxx" statement.
Commit: acca45711e0c677b123319de7bf569c85e4aa220
https://github.com/MythTV/mythtv/commit/acca45711e0c677b123319de7bf569c85e4aa220
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmyth/programtypes.cpp
M mythtv/libs/libmythbase/mythdeque.h
M mythtv/libs/libmythtv/playercontext.h
M mythtv/programs/mythfrontend/globalsettings.cpp
M mythtv/programs/mythfrontend/playbackbox.h
Log Message:
-----------
Remove "using std::deque" from code.
Calling functions from the standard library with std::xxx() makes it
obvious at the point of invocation that its a standard library
function, not a function from some other library. There's no need to
search through all the nested include files to see if somewhere
(possibly 3 or 4 levels deep) there is a "using:xxx" statement.
Commit: f1d49ce5028d52a5878dbdb6dd207cdbe01a38e2
https://github.com/MythTV/mythtv/commit/f1d49ce5028d52a5878dbdb6dd207cdbe01a38e2
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmythtv/mheg/mhegic.cpp
M mythtv/libs/libmythtv/mheg/netstream.cpp
Log Message:
-----------
Remove "using std::getenv" from code.
Commit: 88c37aba0b959b9ad5e4e242f8cc2265bcad3fa3
https://github.com/MythTV/mythtv/commit/88c37aba0b959b9ad5e4e242f8cc2265bcad3fa3
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M mythtv/libs/libmythtv/captions/textsubtitleparser.cpp
Log Message:
-----------
Remove "using std::lower_bound" from code.
Commit: 5a0d709f86becdfae8c04e509a45beceb75473de
https://github.com/MythTV/mythtv/commit/5a0d709f86becdfae8c04e509a45beceb75473de
Author: David Hampton <mythtv at love2code.net>
Date: 2021-12-30 (Thu, 30 Dec 2021)
Changed paths:
M mythplugins/mythmusic/mythmusic/cddecoder.h
Log Message:
-----------
Remove "using std:xxx" from mythmusic.
Compare: https://github.com/MythTV/mythtv/compare/3f8babbbe4ac...5a0d709f86be
More information about the mythtv-commits
mailing list