summaryrefslogtreecommitdiffstats
path: root/styleguide
Commit message (Expand)AuthorAgeFilesLines
* 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