summaryrefslogtreecommitdiffstats
path: root/styleguide/c++/OWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Replace jamesr with jbroman in styleguide/c++/OWNERS.danakj2015-12-091-1/+1
| | | | | | Review URL: https://codereview.chromium.org/1506203007 Cr-Commit-Position: refs/heads/master@{#364217}
* Add Dana to C++ styleguide owners, remove Albertjamesr2015-03-311-1/+1
| | | | | | | | | | ajwong is (unfortunately) no longer active on this project. R=danakj@chromium.org,ajwong@chromium.org Review URL: https://codereview.chromium.org/1021673004 Cr-Commit-Position: refs/heads/master@{#323044}
* Add a document describing which C++11 features we allow.Nico Weber2014-09-231-0/+3
For now, this allows only a very limited set. Also describes the process we're going to follow to allow more features. The idea is that we're gradually going to allow more features over time. Also included is the source of a tiny appengine app running at chromium-cpp.appspot.com that will show the contents of the document in this CL once it's submitted. BUG=360096 NOTRY=true R=ben@chromium.org, inferno@chromium.org, jamesr@chromium.org Review URL: https://codereview.chromium.org/589413003 Cr-Commit-Position: refs/heads/master@{#296214}