webrtc/sdk/objc/unittests
Niels Möller b02220d1a0 Reland "Mark all bool conversion operators as explicit"
This is a reland of 325789c457

Original change's description:
> Mark all bool conversion operators as explicit
>
> An explicit bool conversion operator will still be used implicitly
> when an expression appears in "bool context", e.g., as the condition
> in an if statement, or as argument to logical operators. The
> `explicit` annotation prevents conversion in other contexts, e.g.,
> converting both a and b to bool in an expression like `a == b`.
>
> Bug: None
> Change-Id: I79ef35b1ea831e6011ae472900375ae8a3e617ab
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250664
> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> Commit-Queue: Niels Moller <nisse@webrtc.org>
> Cr-Commit-Position: refs/heads/main@{#35927}

Bug: None
Change-Id: Ie057dfc8c0b5c498e2c8daff7620172c89f0e011
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251380
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35962}
2022-02-09 09:40:05 +00:00
..
audio_short16.pcm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
audio_short44.pcm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
audio_short48.pcm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
avformatmappertests.mm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
foreman.mp4 Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
frame_buffer_helpers.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
frame_buffer_helpers.mm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
main.mm Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define 2019-06-13 13:51:17 +00:00
nalu_rewriter_xctest.mm Fix -Wunused-but-set-variable 2021-11-16 10:30:30 +00:00
objc_video_decoder_factory_tests.mm Migrate objc video decoder wrapper from InitDecode to Configure 2021-08-23 14:50:55 +00:00
objc_video_encoder_factory_tests.mm Prepare for deleting implicit conversion from raw pointer to scoped_refptr. 2022-01-18 08:22:15 +00:00
ObjCVideoTrackSource_xctest.mm Prepare for deleting implicit conversion from raw pointer to scoped_refptr. 2022-01-18 08:22:15 +00:00
RTCAudioDevice_xctest.mm Add support for toggling builtin voice processing on iOS 2020-12-02 16:07:01 +00:00
RTCAudioDeviceModule_xctest.mm Use backticks not vertical bars to denote variables in comments for /sdk 2021-07-27 14:39:06 +00:00
RTCAudioSessionTest.mm Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated. 2022-01-20 12:59:27 +00:00
RTCCallbackLogger_xctest.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCCameraVideoCapturerTests.mm [ios] Fix two rtc_unittests that fail when using lld as linker 2021-09-22 19:45:44 +00:00
RTCCertificateTest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCConfigurationTest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCCVPixelBuffer_xctest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCDataChannelConfigurationTest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCDoNotPutCPlusPlusInFrameworkHeaders_xctest.m Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
RTCEncodedImage_xctest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCFileVideoCapturer_xctest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCH264ProfileLevelId_xctest.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCIceCandidateTest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCIceServerTest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCMediaConstraintsTest.mm Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCMTLVideoView_xctest.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCNV12TextureCache_xctest.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCPeerConnectionFactory_xctest.m Fix -Wunused-but-set-variable 2021-11-16 10:30:30 +00:00
RTCPeerConnectionFactoryBuilderTest.mm Delete MediaTransportFactory from android and objc apis 2020-06-12 08:16:32 +00:00
RTCPeerConnectionTest.mm [ObjC] Change default sdpSemantics to NotSpecified. 2022-01-13 09:06:38 +00:00
RTCSessionDescriptionTest.mm Fix crash of ObjC SDK sLD / sRD with incorrect SDP. 2021-08-04 20:39:00 +00:00
RTCTracingTest.mm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
scoped_cftyperef_tests.mm Reland "Mark all bool conversion operators as explicit" 2022-02-09 09:40:05 +00:00