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