| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace base::Tuple implementation with std::tuple | tzik | 2016-02-11 | 1 | -8/+10 |
* | Allow use of container cbegin() and cend() methods, plus sample uses. | pkasting | 2016-02-11 | 1 | -15/+12 |
* | Allow string::front() and back() and update the codebase to use back(). | pkasting | 2016-02-05 | 1 | -11/+11 |
* | Allow emplacement methods for containers, with some cautions. | pkasting | 2016-02-04 | 1 | -11/+8 |
* | styleguide: Fix/clarify the cbegin/cend rules are for container methods | danakj | 2016-02-04 | 1 | -3/+3 |
* | Allow <algorithm>. | pkasting | 2016-02-04 | 1 | -36/+40 |
* | Allow std::unordered_*. | davidben | 2016-01-22 | 1 | -22/+22 |
* | Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi... | davidben | 2016-01-21 | 1 | -22/+22 |
* | Allow std::unordered_*. | davidben | 2016-01-21 | 1 | -22/+22 |
* | styleguide: Ban ref-qualified member functions, <atomic>, std::shared_ptr and... | jbroman | 2016-01-07 | 1 | -34/+43 |
* | styleguide: Allow std::forward with guidance. | jbroman | 2016-01-07 | 1 | -0/+11 |
* | Correct & entity typo in C++11 guide. | jbroman | 2015-12-09 | 1 | -2/+2 |
* | styleguide: Make default function template arguments an allowed feature. | vmpstr | 2015-12-09 | 1 | -10/+10 |
* | C++11 style guide: Ban alignas/alignof for now. | yutak | 2015-12-08 | 1 | -10/+19 |
* | style: Allow std::move, the std::copy counterpart. | vmpstr | 2015-12-07 | 1 | -0/+8 |
* | Move Rvalue references to the allowed section of the C++11 styleguide. | danakj | 2015-12-07 | 1 | -10/+19 |
* | Allow <cmath>. | pkasting | 2015-12-06 | 1 | -28/+23 |
* | Add std::make_move_iterator to "C++11 use in Chromium" | ricea | 2015-12-04 | 1 | -0/+9 |
* | Update C++11 Style Guide to allow std::array | ericrk | 2015-12-01 | 1 | -9/+9 |
* | [StyleGuide] Allow begin and end non-member functions | ruuda | 2015-11-23 | 1 | -12/+12 |
* | Make vector_as_array use std::vector::data and switch a few directories. | davidben | 2015-11-19 | 1 | -0/+8 |
* | Add a table of contents to the c++11 style guide. | danakj | 2015-11-18 | 1 | -7/+23 |
* | styleguide: Allow enable_if, conditional, and other type_traits. | vmpstr | 2015-11-18 | 1 | -20/+20 |
* | styleguide: Allow std::move for move semantics. | vmpstr | 2015-11-16 | 1 | -9/+10 |
* | Use std::tie for multi-member comparisons | jsbell | 2015-11-13 | 1 | -2/+10 |
* | Update Google C++ Style guide URL in c++11.html | vabr | 2015-11-12 | 1 | -13/+12 |
* | styleguide: Document google style exceptions for C++11 library. | danakj | 2015-11-12 | 1 | -12/+16 |
* | Add ref-qualified member functions as undiscussed in the C++11 guide. | danakj | 2015-11-11 | 1 | -0/+9 |
* | Prepare chromium-cpp.appspot.com for c++11 library stuff. | Nico Weber | 2015-11-11 | 1 | -46/+81 |
* | Fix reference to non-existent MSVS version | brucedawson | 2015-11-06 | 1 | -1/+1 |
* | styleguide: mention "alignof" operation under "Alignment Features" | mdempsky | 2015-09-17 | 1 | -0/+1 |
* | c++11: Fill in several documentation link TODOs | dhsharp | 2015-08-18 | 1 | -8/+16 |
* | Add discussion thread link to C++11 rvalue feature status row | alancutter | 2015-07-02 | 1 | -1/+1 |
* | c++11: Allow in-class member initialization | hashimoto | 2015-01-22 | 1 | -14/+17 |
* | Add another discussion thread under auto in the c++11 style guide. | danakj | 2014-12-19 | 1 | -1/+1 |
* | Add HTML title to C++11 style guide. | bratell | 2014-12-17 | 1 | -0/+1 |
* | Allow C++11 Delegated Constructors. | andersr | 2014-11-07 | 1 | -10/+10 |
* | styleguide: Allow "= default" and "= delete" | mdempsky | 2014-11-07 | 1 | -19/+20 |
* | c++11: Allow lambdas, with some restrictions. | thakis | 2014-11-04 | 1 | -8/+17 |
* | styleguide: ban inherited constructors | mdempsky | 2014-10-30 | 1 | -1/+12 |
* | Clarify that enum classes include explicit underlying types. | thakis | 2014-10-29 | 1 | -5/+7 |
* | Update C++11 feature page. | thakis | 2014-10-28 | 1 | -37/+37 |
* | styleguide: Allow C++11 "enum class" | mdempsky | 2014-10-20 | 1 | -10/+12 |
* | Fix a broken link in the c++11 guide. | yhirano | 2014-10-14 | 1 | -1/+1 |
* | c++11: Alphabetize c++11.html | davidben | 2014-10-10 | 1 | -8/+8 |
* | c++11: Allow type aliases. | davidben | 2014-10-10 | 1 | -8/+8 |
* | Move explicit conversion operators to the banned section. | dcheng | 2014-09-26 | 1 | -11/+11 |
* | Consolidate all banned features into one table. | avi | 2014-09-26 | 1 | -23/+9 |
* | styleguide: Move Rvalue References to the Blacklist with Exceptions. | danakj | 2014-09-26 | 1 | -8/+22 |
* | c++11: Allow auto, for-range, variadic templates and macros, static_assert. | Nico Weber | 2014-09-25 | 1 | -49/+48 |