- 025a9425 Reland "[cleanup] Replace base::ranges with std::ranges: base/" by Peter Kasting · 8 months ago
- 982cfb70 Revert "[cleanup] Replace base::ranges with std::ranges: base/" by Salvador Guerrero Ramos · 8 months ago
- cbf3d67 [cleanup] Replace base::ranges with std::ranges: base/ by Peter Kasting · 8 months ago
- 134ef9af [cleanup] clang-format base. by Peter Kasting · 9 months ago
- 56887e2 Tidy base/stl_util.h by Lei Zhang · 11 months ago
- 6f02136 [CodeHealth] Replace std::is_...<>::value -> std::is_..._v<> in base/ by Andrew Rayskiy · 2 years ago
- adfdbaf Remove base::ConstCastIterator(...), which is now unused. by Andrew Rayskiy · 2 years, 3 months ago
- 1556179a Remove base::STLCount(), which is now unused. by Peter Kasting · 3 years ago
- 53211c9 Move base::to_underlying() to its own header. by Daniel Cheng · 3 years ago
- dd359fd Remove forwarding include to optional_util.h from stl_util.h by Daniel Cheng · 3 years, 1 month ago
- e4622aa Update copyright headers in base/ by Avi Drissman · 3 years, 1 month ago
- 3d1108de Revert "Update copyright headers in base/" by Daniel Cheng · 3 years, 1 month ago
- eccb7e81 Update copyright headers in base/ by Avi Drissman · 3 years, 1 month ago
- 4db1928 Rename OptionalOrNullptr() for consistency and move to its own header. by Daniel Cheng · 3 years, 1 month ago
- a371b4c C++17: Allow use of std::map::try_emplace and std::map::insert_or_assign by Daniel Cheng · 3 years, 9 months ago
- 17510b4 Remove base/cxx17_backports.h from stl_util.h. by Lei Zhang · 4 years, 3 months ago
- 0da5478 Remove base/containers/cxx20_erase* includes from base/stl_util.h. by Lei Zhang · 4 years, 3 months ago
- eb154da0 Remove base/cxx20_to_address.h from base/stl_util.h. by Lei Zhang · 4 years, 3 months ago
- 865f824 Move base::to_address() and Erase{If}() to their own files. by Lei Zhang · 4 years, 3 months ago
- c0f9fc5 Remove base/containers/contain.h include from base/stl_util.h. by Lei Zhang · 4 years, 5 months ago
- 8ff2b09 Move base::size(), empty(), and data() to base/cxx17_backports.h. by Lei Zhang · 4 years, 5 months ago
- 7dd58ad Reland "base: Replace base::Optional and friends with absl counterparts" by Anton Bikineev · 4 years, 5 months ago
- 6dd5406a Revert "base: Replace base::Optional and friends with absl counterparts" by Findit · 4 years, 5 months ago
- 3c983bd base: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 5 months ago
- fc26930 [base] Move base::as_const from stl_util.h to its own header by Hans Wennborg · 4 years, 6 months ago
- f89fc2ac [base] Add C++23 Enum Helpers by Jan Wilken Dörrie · 4 years, 7 months ago
- 9d5aa28 [base] Move Contains to dedicated header by Jan Wilken Dörrie · 4 years, 10 months ago
- a1f6428 [base] Remove STLIncludes by Jan Wilken Dörrie · 5 years ago
- 03ec116 [base] Remove STLIsSorted by Jan Wilken Dörrie · 5 years ago
- 2aa9fa8 [base] Add base/functional folder by Jan Wilken Dörrie · 5 years ago
- 9269f9eb [base] Add IsContiguousIterator type trait by Jan Wilken Dörrie · 5 years ago
- 1286944 base: Rename internal::invoke to internal::InvokeImpl by Anton Bikineev · 5 years ago
- 9f8955f [base] Move base::ranges utilities to common location by Jan Wilken Dörrie · 5 years ago
- a3fbd28 Make TypedToken have no notion of null tokens. by Chris Hamilton · 5 years ago
- 7969225 Extensions: Binary search to find generated schema. by Karandeep Bhatia · 5 years ago
- 7b53371 Reland "Reland "Remove/replace unnecessary includes of logging.h (base/)"" by Hans Wennborg · 5 years ago
- d2563e9 Revert "Reland "Remove/replace unnecessary includes of logging.h (base/)"" by Findit · 5 years ago
- 80b8a77 Reland "Remove/replace unnecessary includes of logging.h (base/)" by Hans Wennborg · 5 years ago
- 7691d7ad Revert "Remove/replace unnecessary includes of logging.h (base/)" by Bruce Dawson · 5 years ago
- a6e9e96 Remove/replace unnecessary includes of logging.h (base/) by Hans Wennborg · 5 years ago
- 94461cb stl_util: support older clang. by Maksim Sisov · 5 years ago
- af2a0d59 [base] Return size_t from Erase and EraseIf by Jan Wilken Doerrie · 6 years ago
- 9b751f0 [base] Implement C++17's std::as_const by Jan Wilken Dörrie · 6 years ago
- 6c203281 Reland "Reland "[base] Introduce base::CheckedContiguousRange"" by Jan Wilken Dörrie · 6 years ago
- 409610fca Revert "Reland "[base] Introduce base::CheckedContiguousRange"" by Andy Paicu · 6 years ago
- 84fcf8b Reland "[base] Introduce base::CheckedContiguousRange" by Jan Wilken Dörrie · 6 years ago
- 06fea5ac Revert "[base] Introduce base::CheckedContiguousRange" by Joshua Pawlicki · 6 years ago
- 83ced15 [base] Introduce base::CheckedContiguousRange by Jan Wilken Dörrie · 6 years ago
- 894226d [base] Fix ConstCastIterator<std::forward_list<T>> for libstdc++ by Jan Wilken Dörrie · 6 years ago
- 73c901e [base] Remove base::Contains{Key,Value} by Jan Wilken Dörrie · 6 years ago
- 715b84a [base] Disable ContainsValue() for std::map-like Containers by Jan Wilken Dörrie · 6 years ago
- f61e74c [base] Replace Contains{Key,Value} with Contains in //base by Jan Wilken Dörrie · 6 years ago
- b77149f [base] Introduce base::Contains by jdoerrie · 6 years ago
- 2de200e4 [base] Implement C++17's InsertOrAssign and TryEmplace by jdoerrie · 6 years ago
- 2fc218a [base] Generalize base::STLIsSorted() by jdoerrie · 7 years ago
- 97c1374 Move GetUnderlyingContainer() to //base/stl_util.h. by Dan Sanders · 7 years ago
- 972b2ff Remove base::string_as_array by Ryan Sleevi · 7 years ago
- 8f51604 Reland "[base] Implement std::size(), std::empty() and std::data()" by jdoerrie · 7 years ago
- fc3f3d7 Revert "[base] Implement std::size(), std::empty() and std::data()" by Menglu Huang · 7 years ago
- f6c12979 [base] Implement std::size(), std::empty() and std::data() by jdoerrie · 7 years ago
- 3f67719f Add OptionalOrNullptr helper for converting base::Optional<T> to T* by Philip Rogers · 8 years ago
- 156ff6d Add |IsNotIn| EraseIf-helper and convert to in-place set-intersection by Kevin Bailey · 8 years ago
- bb019e3 Change base::ContainsValue to fail to compile for sets. by Marijn Kruisselbrink · 8 years ago
- 1ce49f6 Replace uses of hash_map in //base by brettw · 8 years ago
- 1bc3466 Use std::begin() and std::end() in base::ContainsValue() by tsepez · 8 years ago
- 5dd3a213 Fix Template Parameter List for Associative Containers in base::EraseIf by jdoerrie · 9 years ago
- 5f0ff798 Implementing erase/erase_if functions from library fundamentals ts: by dyaroshev · 9 years ago
- 23840067 Remove stl_util's deletion functions. by avi · 9 years ago
- 1bd8046 Remove STLDeleteElements. by avi · 9 years ago
- 72d3b88 Remove stl_util's STLDeleteContainerPointers. by avi · 9 years ago
- 3b31f114f Remove stl_util's STLDeleteContainerPairSecondPointers. by avi · 9 years ago
- 8255475 Remove stl_util's STLDeleteContainerPairSecondPointers from all of Chromium. by avi · 9 years ago
- df6cf54f Remove stl_util's STLElementDeleter. by avi · 9 years ago
- 903d5af Remove stl_util's STLDeleteContainerPairFirstPointers. by avi · 9 years ago
- 5cf400eaf Remove stl_util's STLValueDeleter. by avi · 9 years ago
- d99bd1a Remove stl_util's STLDeleteContainerPairPointers. by avi · 9 years ago
- 9beb41e base: Remove global stl util aliases by skyostil · 9 years ago
- 68be715 base: Move all stl utilities to the base namespace by skyostil · 9 years ago
- 49889f70 Remove vector_as_array. by davidben · 10 years ago
- 4507eaa Make vector_as_array use std::vector::data and switch a few directories. by davidben · 10 years ago
- 43eb02c Refactor Uses of std::set to std::vector in SimpleFeature by robliao · 11 years ago
- c2af413 Make STLDeleteValues delete behind the iterator. by reillyg · 11 years ago
- 9a53ade Implement additional set operators: STLSetUnion, STLSetIntersection and STLIncludes. by [email protected] · 12 years ago
- c014f2b3 test IWYU fixups for base by [email protected] · 12 years ago
- fa95a0f Fix broken vs2012 build by [email protected] · 13 years ago
- 1dea757 Add STLSetDifference to stl_util.h, because std::set_difference is extremely by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- 6ee951a base: Clean up stl_util.h style issues. by [email protected] · 13 years ago
- 8b7ddc7 Small stl_util tidy up by [email protected] · 14 years ago
- 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago