summaryrefslogtreecommitdiffstats
path: root/styleguide
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple implementation with std::tupletzik2016-02-111-8/+10
* Allow use of container cbegin() and cend() methods, plus sample uses.pkasting2016-02-111-15/+12
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-11/+11
* Allow emplacement methods for containers, with some cautions.pkasting2016-02-041-11/+8
* styleguide: Fix/clarify the cbegin/cend rules are for container methodsdanakj2016-02-041-3/+3
* Allow <algorithm>.pkasting2016-02-041-36/+40
* Allow std::unordered_*.davidben2016-01-221-22/+22
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-211-22/+22
* Allow std::unordered_*.davidben2016-01-211-22/+22
* styleguide: Ban ref-qualified member functions, <atomic>, std::shared_ptr and...jbroman2016-01-071-34/+43
* styleguide: Allow std::forward with guidance.jbroman2016-01-071-0/+11
* Replace jamesr with jbroman in styleguide/c++/OWNERS.danakj2015-12-091-1/+1
* Correct &amp; 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