aboutsummaryrefslogtreecommitdiff
path: root/style-guide.md
AgeCommit message (Expand)Author
2020-06-03C++ style: We don't allow designated initializersKarl Wiberg
2019-12-11Add guidance to style guide how to reference a bug in a TODODanil Chapovalov
2019-09-16Update WebRTC's C++ style guide to reflect the switch to C++14.Mirko Bonadei
2019-02-05Remove rule that discourages passing optional by const referenceDanil Chapovalov
2018-11-08Add a style rule about not using const optional<T>& argumentsKarl Wiberg
2018-08-27Add a list of allowed and disallowed Abseil thingsKarl Wiberg
2018-03-28Add style guidance about forward declarations.Taylor Brandstetter
2018-03-22Add style guide rules for std::bind and std::functionKarl Wiberg
2018-03-15Style guide: State what version of C++ we should useKarl Wiberg
2018-03-14Add style guide rule about paired .h and .cc filesKarl Wiberg
2018-03-14Style guide: The source code has moved; update link to matchKarl Wiberg
2018-01-10Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "...Per Kjellander
2018-01-10Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""Per Kjellander
2018-01-10GN rtc_* templates: Set default visibility to webrtc_root + "/*"Karl Wiberg
2017-12-11Adding style guidance for adding signals to pure interfaces.Taylor Brandstetter
2017-09-09Style guide: Attempt to make the L2 and L3 headings more visually distinctKarl Wiberg
2017-09-09Style guide: Add sections for Java, Objective-C/C++, and PythonKarl Wiberg
2017-09-08Style guide: Link to Chromium's GN style guideKarl Wiberg
2017-09-06Style guide: Add guideline for ArrayViewKarl Wiberg
2017-09-06Style guide: Add guideline for conditional compilationKarl Wiberg
2017-09-05Style guide: Add text about C and non-compliant C++ codeKarl Wiberg
2017-09-03Add a bare-bones C++ style guideKarl Wiberg