summaryrefslogtreecommitdiffstats
path: root/styleguide
Commit message (Expand)AuthorAgeFilesLines
* Replace jamesr with jbroman in styleguide/c++/OWNERS.danakj2015-12-091-1/+1
* Correct & entity typo in C++11 guide.jbroman2015-12-091-2/+2
* styleguide: Make default function template arguments an allowed feature.vmpstr2015-12-091-10/+10
* C++11 style guide: Ban alignas/alignof for now.yutak2015-12-081-10/+19
* style: Allow std::move, the std::copy counterpart.vmpstr2015-12-071-0/+8
* Move Rvalue references to the allowed section of the C++11 styleguide.danakj2015-12-071-10/+19
* Allow <cmath>.pkasting2015-12-061-28/+23
* Add std::make_move_iterator to "C++11 use in Chromium"ricea2015-12-041-0/+9
* Update C++11 Style Guide to allow std::arrayericrk2015-12-011-9/+9
* [StyleGuide] Allow begin and end non-member functionsruuda2015-11-231-12/+12
* Make vector_as_array use std::vector::data and switch a few directories.davidben2015-11-191-0/+8
* Add a table of contents to the c++11 style guide.danakj2015-11-181-7/+23
* styleguide: Allow enable_if, conditional, and other type_traits.vmpstr2015-11-181-20/+20
* styleguide: Allow std::move for move semantics.vmpstr2015-11-161-9/+10
* Use std::tie for multi-member comparisonsjsbell2015-11-131-2/+10
* Update Google C++ Style guide URL in c++11.htmlvabr2015-11-121-13/+12
* styleguide: Document google style exceptions for C++11 library.danakj2015-11-121-12/+16
* Add ref-qualified member functions as undiscussed in the C++11 guide.danakj2015-11-111-0/+9
* Prepare chromium-cpp.appspot.com for c++11 library stuff.Nico Weber2015-11-111-46/+81
* Fix reference to non-existent MSVS versionbrucedawson2015-11-061-1/+1
* styleguide: mention "alignof" operation under "Alignment Features"mdempsky2015-09-171-0/+1
* c++11: Fill in several documentation link TODOsdhsharp2015-08-181-8/+16
* Add discussion thread link to C++11 rvalue feature status rowalancutter2015-07-021-1/+1
* Add Dana to C++ styleguide owners, remove Albertjamesr2015-03-311-1/+1
* c++11: Allow in-class member initializationhashimoto2015-01-221-14/+17
* Add another discussion thread under auto in the c++11 style guide.danakj2014-12-191-1/+1
* Add HTML title to C++11 style guide.bratell2014-12-171-0/+1
* Allow C++11 Delegated Constructors.andersr2014-11-071-10/+10
* styleguide: Allow "= default" and "= delete"mdempsky2014-11-071-19/+20
* c++11: Allow lambdas, with some restrictions.thakis2014-11-041-8/+17
* styleguide: ban inherited constructorsmdempsky2014-10-301-1/+12
* Clarify that enum classes include explicit underlying types.thakis2014-10-291-5/+7
* Update C++11 feature page.thakis2014-10-281-37/+37
* styleguide: Allow C++11 "enum class"mdempsky2014-10-201-10/+12
* Fix a broken link in the c++11 guide.yhirano2014-10-141-1/+1
* c++11: Alphabetize c++11.htmldavidben2014-10-101-8/+8
* c++11: Allow type aliases.davidben2014-10-101-8/+8
* Move explicit conversion operators to the banned section.dcheng2014-09-261-11/+11
* Consolidate all banned features into one table.avi2014-09-261-23/+9
* styleguide: Move Rvalue References to the Blacklist with Exceptions.danakj2014-09-261-8/+22
* c++11: Allow auto, for-range, variadic templates and macros, static_assert.Nico Weber2014-09-251-49/+48
* c++11: Add discussion thread links, ban things that don't work with MSVS.Nico Weber2014-09-251-65/+62
* Move override/final to the approved C++11 features section.dcheng2014-09-241-26/+26
* Allow nullptr use in Chromium.danakj2014-09-241-9/+12
* chromium-cpp: Set status code on errors, so that the console can track them.Nico Weber2014-09-241-0/+1
* Remove some dead links.Nico Weber2014-09-231-21/+9
* Fix some markup.Nico Weber2014-09-231-1/+1
* Fix some spelling.Nico Weber2014-09-231-3/+3
* Add a document describing which C++11 features we allow.Nico Weber2014-09-237-0/+1786