- af8c979 [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 8 years ago
- 2d192c4c Add importorder to Java styleguide. by nyquist · 8 years ago
- 2647340 [Documentation] Fix markdown in ObjC styleguide. by marq · 8 years ago
- 4a377b8 Create Objective-C/C++ style guide. by marq · 9 years ago
- aae4c7c Organize Java style guide and add a more sections by nyquist · 9 years ago
- 1ccc764 styleguide: Add guidance on not using auto to deduce a raw pointer. by vmpstr · 9 years ago
- 9d61f98 Move Java style guide to source code repository. by nyquist · 9 years ago
- 27e7d60 Update Python style guide to point out exceptions only apply to legacy scripts by ktyliu · 9 years ago
- fc30cf4 Styleguide cleanup part 4. by pkasting · 9 years ago
- a39356484 Really allow raw string literals this time. by pkasting · 9 years ago
- 3e35c53 Allow inherited constructors and add a sample usage. by pkasting · 9 years ago
- cb5ed94 Allow <random>. Add cautionary note about xxx_distribution. by pkasting · 9 years ago
- a92fd06 Remove erroneously-added Unicode BOM. by pkasting · 9 years ago
- bf8b810 Allow raw string literals and add a sample usage. by pkasting · 9 years ago
- 0cb5bd4 Styleguide cleanup part 3. by pkasting · 9 years ago
- fb8e7fe Styleguide cleanup part 2. by pkasting · 9 years ago
- c6a6ebf1 Mark the noexcept specifier as legal, and <exception> as banned (not TBD). by pkasting · 9 years ago
- 7f0693b3 Styleguide cleanup part 1. by pkasting · 9 years ago
- ea2f9d51 Clarify uncapturing lambda functions with Bind styleguide. by scheib · 9 years ago
- 882859a base::Optional: Use anonymous union instead of base::AlignedMemory by kwiberg · 9 years ago
- f527948 Use __func__ instead of __FUNCTION__. by pkasting · 9 years ago
- 2d4220ae Clarify C++11 styleguide wording around std::to_string. by dcheng · 9 years ago
- 6b84bda8 Fix minor problem in styleguide page by asargent · 9 years ago
- c1db7265 Allow binding captureless lambdas into base::Callback by base::Bind by tzik · 9 years ago
- 196290a Minor fixes to C++ style guide. by brettw · 9 years ago
- f0e606a5 Add C++ style guide to repo. by brettw · 9 years ago
- ec749b1 Add base::get to support rvalue-reference tuple by tzik · 9 years ago
- 1a2fd6cd Remove base/move.h by dcheng · 9 years ago
- b2235ba1 Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ ) by tzik · 9 years ago
- bb5161a Remove base/move.h by dcheng · 9 years ago
- 1f5803b styleguide: Clarify when lambdas are acceptable. by jbroman · 9 years ago
- bac79705 Drop 'PassOutType' type and 'passOut' method from hash traits and containers, move semantic to be used instead. by mikhail.pozdnyakov · 9 years ago
- 00ebe86 Allow everything in <tuple>. by pkasting · 9 years ago
- 0fcb776 Allow initializer_list and uniform init syntax. by pkasting · 9 years ago
- 07c0959a C++11 doc cleanup: by pkasting · 9 years ago
- ce246fa Allow constexpr, and use it in a few places. by pkasting · 9 years ago
- a26bdfc base: Implement is_assignable is_copy_assignable and is_move_assignable by danakj · 9 years ago
- e18d3148 Allow explicit conversion operators and implement WTF::OwnPtr::operator bool. by jbroman · 9 years ago
- 7bebfa46 Move std::unique_ptr to the C++11 allowed library features section. by dcheng · 9 years ago
- 9ca30219 Replace base::Tuple implementation with std::tuple by tzik · 10 years ago
- a234a07 Allow use of container cbegin() and cend() methods, plus sample uses. by pkasting · 10 years ago
- 9022cb4 Allow string::front() and back() and update the codebase to use back(). by pkasting · 10 years ago
- 53121c4 Allow emplacement methods for containers, with some cautions. by pkasting · 10 years ago
- d18d3a05 styleguide: Fix/clarify the cbegin/cend rules are for container methods by danakj · 10 years ago
- 3adbbcc Allow <algorithm>. by pkasting · 10 years ago
- 411d3f7 Allow std::unordered_*. by davidben · 10 years ago
- 021a2b4 Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://codereview.chromium.org/1502373009/ ) by davidben · 10 years ago
- 3f37f7f1 Allow std::unordered_*. by davidben · 10 years ago
- d21995c5 styleguide: Ban ref-qualified member functions, <atomic>, std::shared_ptr and std::initializer_list. by jbroman · 10 years ago
- 65552a1f styleguide: Allow std::forward with guidance. by jbroman · 10 years ago
- e0a7a7c Replace jamesr with jbroman in styleguide/c++/OWNERS. by danakj · 10 years ago
- 9ee2588 Correct & entity typo in C++11 guide. by jbroman · 10 years ago
- fcdc338e styleguide: Make default function template arguments an allowed feature. by vmpstr · 10 years ago
- 175dd5b C++11 style guide: Ban alignas/alignof for now. by yutak · 10 years ago
- d53c321 style: Allow std::move, the std::copy counterpart. by vmpstr · 10 years ago
- 2c5aee9 Move Rvalue references to the allowed section of the C++11 styleguide. by danakj · 10 years ago
- 2f966af Allow <cmath>. by pkasting · 10 years ago
- 5db2dfe Add std::make_move_iterator to "C++11 use in Chromium" by ricea · 10 years ago
- 491cd20 Update C++11 Style Guide to allow std::array by ericrk · 10 years ago
- b425288a [StyleGuide] Allow begin and end non-member functions by ruuda · 10 years ago
- 4507eaa Make vector_as_array use std::vector::data and switch a few directories. by davidben · 10 years ago
- 4fd49fe4 Add a table of contents to the c++11 style guide. by danakj · 10 years ago
- c52317f styleguide: Allow enable_if, conditional, and other type_traits. by vmpstr · 10 years ago
- f484f72 styleguide: Allow std::move for move semantics. by vmpstr · 10 years ago
- a882f62 Use std::tie for multi-member comparisons by jsbell · 10 years ago
- 63d398a Update Google C++ Style guide URL in c++11.html by vabr · 10 years ago
- 715179fc styleguide: Document google style exceptions for C++11 library. by danakj · 10 years ago
- 9d92a1d Add ref-qualified member functions as undiscussed in the C++11 guide. by danakj · 10 years ago
- c8eb8ca Prepare chromium-cpp.appspot.com for c++11 library stuff. by Nico Weber · 10 years ago
- d174d80 Fix reference to non-existent MSVS version by brucedawson · 10 years ago
- b54ffc37 styleguide: mention "alignof" operation under "Alignment Features" by mdempsky · 10 years ago
- 42d144c c++11: Fill in several documentation link TODOs by dhsharp · 10 years ago
- f865e01 Add discussion thread link to C++11 rvalue feature status row by alancutter · 10 years ago
- ed053f5 Add Dana to C++ styleguide owners, remove Albert by jamesr · 10 years ago
- 42a14e86 c++11: Allow in-class member initialization by hashimoto · 11 years ago
- 92220c6a Add another discussion thread under auto in the c++11 style guide. by danakj · 11 years ago
- 85e14ac Add HTML title to C++11 style guide. by bratell · 11 years ago
- 127772e Allow C++11 Delegated Constructors. by andersr · 11 years ago
- 2319bef styleguide: Allow "= default" and "= delete" by mdempsky · 11 years ago
- a907c31 c++11: Allow lambdas, with some restrictions. by thakis · 11 years ago
- 33bafda styleguide: ban inherited constructors by mdempsky · 11 years ago
- b8fbe31 Clarify that enum classes include explicit underlying types. by thakis · 11 years ago
- 12bfc74 Update C++11 feature page. by thakis · 11 years ago
- 4f2d410 styleguide: Allow C++11 "enum class" by mdempsky · 11 years ago
- 1297a35 Fix a broken link in the c++11 guide. by yhirano · 11 years ago
- ff71997 c++11: Alphabetize c++11.html by davidben · 11 years ago
- 79aaddd7 c++11: Allow type aliases. by davidben · 11 years ago
- 0e418df Move explicit conversion operators to the banned section. by dcheng · 11 years ago
- 906dbd5c Consolidate all banned features into one table. by avi · 11 years ago
- d9a02e7 styleguide: Move Rvalue References to the Blacklist with Exceptions. by danakj · 11 years ago
- 3537d87 c++11: Allow auto, for-range, variadic templates and macros, static_assert. by Nico Weber · 11 years ago
- cea20a8 c++11: Add discussion thread links, ban things that don't work with MSVS. by Nico Weber · 11 years ago
- 5f98d33 Move override/final to the approved C++11 features section. by dcheng · 11 years ago
- 8bc9fc1 Allow nullptr use in Chromium. by danakj · 11 years ago
- 2f7665a2 chromium-cpp: Set status code on errors, so that the console can track them. by Nico Weber · 11 years ago
- 4ab197a Remove some dead links. by Nico Weber · 11 years ago
- fdf2397 Fix some markup. by Nico Weber · 11 years ago
- 7b78a8d Fix some spelling. by Nico Weber · 11 years ago
- 019d40f Add a document describing which C++11 features we allow. by Nico Weber · 11 years ago