Export of internal Abseil changes.
-- 1224e58a45e4d016b18f5a6cf5762ba33027017a by CJ Johnson <johnsoncj@google.com>: Unifies the growth factor of InlinedVector's mutating members to max(2 * capacity, req_capacity). In doing so, LegacyNextCapacityFrom(...) is removed thus removing a loop from several callsites. PiperOrigin-RevId: 259920301 -- 945fc0bf27b67ea77d39144dcb6a483dc879ceda by Laramie Leavitt <lar@google.com>: Cleanup header guards which do not reflect the correct style. PiperOrigin-RevId: 259881520 -- 8c7d0532ba9a9aabfd57f67552572b2b1bedda97 by Derek Mauro <dmauro@google.com>: Move log_severity sources to the new log_severity target. PiperOrigin-RevId: 259837015 GitOrigin-RevId: 1224e58a45e4d016b18f5a6cf5762ba33027017a Change-Id: Id19506c3b8db71a0d4391ee917bfef3e802d550d
Showing
- absl/base/BUILD.bazel 3 additions, 2 deletionsabsl/base/BUILD.bazel
- absl/base/CMakeLists.txt 8 additions, 0 deletionsabsl/base/CMakeLists.txt
- absl/container/inlined_vector.h 1 addition, 1 deletionabsl/container/inlined_vector.h
- absl/container/internal/inlined_vector.h 52 additions, 37 deletionsabsl/container/internal/inlined_vector.h
- absl/random/internal/pcg_engine.h 3 additions, 3 deletionsabsl/random/internal/pcg_engine.h
- absl/random/internal/randen_detect.h 1 addition, 1 deletionabsl/random/internal/randen_detect.h
- absl/random/internal/randen_hwaes.h 1 addition, 1 deletionabsl/random/internal/randen_hwaes.h
- absl/random/internal/uniform_helper.h 3 additions, 3 deletionsabsl/random/internal/uniform_helper.h
Loading
Please register or sign in to comment