tvl-depot/absl/container
Abseil Team 61c9bf3e3e Export of internal Abseil changes.
--
39b55fafbe4a83f9f0524544a12d4ed02fdec751 by Xiaoyi Zhang <zhangxy@google.com>:

Avoid -Wundef warning of macro `ABSL_HAVE_ELF_MEM_IMAGE`.
This is github pull request https://github.com/abseil/abseil-cpp/pull/320.

PiperOrigin-RevId: 251646785

--
2fbf0de42d6723088211cb23444f16ecadcc7d67 by Abseil Team <absl-team@google.com>:

Add missing dependency on base:dynamic_annotations.

The target absl/debugging:symbolize includes dynamic_annotations from absl/debugging/symbolize_elf.inc.

PiperOrigin-RevId: 251430877

--
2537de6f01458938684f4818606ba5ce3f1c3cdf by CJ Johnson <johnsoncj@google.com>:

In InlinedVector: Combines storage_.SetAllocatedData(...) and storage_.SetAllocatedCapacity(...) into a single two-arg function also called storage_.SetAllocatedData(...) such that data and capacity must always be set together

PiperOrigin-RevId: 251331883

--
c05252c01710ac28d2c3defd09acfc55ecf2b8f1 by CJ Johnson <johnsoncj@google.com>:

So that InlinedVector constructors do no leak allocations when throwing exceptions, this CL moves the call to `clear()` from `~InlinedVector()` to `~Storage()`

In addition, noexcept specifiers have been added where appropriate (Copy construction and default construction on std::allocator are noexcept. See CppRef: https://en.cppreference.com/w/cpp/memory/allocator/allocator)

PiperOrigin-RevId: 251256272

--
34ce8367a8e29a0dea950c0e2967dd7cfdbd5d33 by CJ Johnson <johnsoncj@google.com>:

Cleans up InlinedVector constructors by inlining Impl functions with only one caller and dispatching where appropriate

PiperOrigin-RevId: 250919357
GitOrigin-RevId: 39b55fafbe4a83f9f0524544a12d4ed02fdec751
Change-Id: I21e8866582e6e02afb2c54f7347d624053e9ce45
2019-06-05 12:00:50 -04:00
..
internal Export of internal Abseil changes. 2019-06-05 12:00:50 -04:00
BUILD.bazel Export of internal Abseil changes. 2019-05-30 13:42:15 -04:00
CMakeLists.txt Export of internal Abseil changes. 2019-05-30 13:42:15 -04:00
fixed_array.h Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
fixed_array_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
fixed_array_exception_safety_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
fixed_array_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
flat_hash_map.h Export of internal Abseil changes. 2019-03-22 15:30:00 -04:00
flat_hash_map_test.cc Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
flat_hash_set.h Export of internal Abseil changes. 2019-03-22 15:30:00 -04:00
flat_hash_set_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
inlined_vector.h Export of internal Abseil changes. 2019-06-05 12:00:50 -04:00
inlined_vector_benchmark.cc Export of internal Abseil changes. 2019-05-30 13:42:15 -04:00
inlined_vector_exception_safety_test.cc Export of internal Abseil changes. 2019-05-30 13:42:15 -04:00
inlined_vector_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
node_hash_map.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
node_hash_map_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
node_hash_set.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
node_hash_set_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00