WWebRTC LUCI CQFormat /rtc_base
802e8e5f创建于 2023年4月21日历史提交
文件最后提交记录最后更新时间
Extend DivideRoundToNearest to support negative numbers and use for UnitBase UnitBase own function to divide with rounding overflows when dividend is close to the max int64_t Bug: b/262999013 Change-Id: I5b0c3f4408165a0f03690cab80bd098e506fc984 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288521 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38943} 3 年前
Adds srte@ as OWNER of units. Bug: webrtc:9883 Change-Id: I003a459ba5c37b7fe844a0aff7178c2fd8b2de81 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139247 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28171} 6 年前
Format /rtc_base git ls-files | grep -e "\(\.h\|\.cc\)$" | grep -e "^rtc_base/" | xargs clang-format -i ; git cl format after landing: add to .git-blame-ignore-revs Bug: webrtc:15082 Change-Id: I152228f7c7926adf95d2f3fbbe4178556fd75d0d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/302061 Reviewed-by: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39914} 3 年前
Make webrtc units division by integer constexpr std::round is not constexpr until c++23 and force conversion to floating point which is unnecessary for integer devision For integer division change rounding to 'round down' from 'round to nearest' as less surprising. Bug: webrtc:13756 Change-Id: I9c2382bafc9ddccb0f54d6e7bf8cac4f2a3175a1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265863 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37250} 3 年前