You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Abseil Team
cfe27e79cf
Map the absl::is_trivially_* functions to their std impl
...
There's no point redefining these functions if they are supported by the compiler and the version of libstdc++. Also, some of the builtins used by the absl implementation of these functions (e.g. __has_trivial_destructor) have been deprecated in Clang 15.
PiperOrigin-RevId: 465554125
Change-Id: I8674c3a5270ce3c654cdf58ae7dbd9d2bda8faa5
2 years ago
..
algorithm
algorithm_test: suppress bogus -Wnonnull warning in GCC 12
3 years ago
base
Map the absl::is_trivially_* functions to their std impl
2 years ago
cleanup
Export of internal Abseil changes
3 years ago
container
Fix "unsafe narrowing" warnings in absl, 1/n.
2 years ago
copts
Export of internal Abseil changes
3 years ago
debugging
debugging: handle alternate signal stacks better on RISCV
2 years ago
flags
Update GoogleTest version used by Abseil
3 years ago
functional
any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC
2 years ago
hash
Fix "unsafe narrowing" warnings in absl, 2/n.
2 years ago
memory
Don't construct/destroy object twice
3 years ago
meta
Map the absl::is_trivially_* functions to their std impl
2 years ago
numeric
Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.".
2 years ago
profiling
Fix "unsafe narrowing" warnings in absl, 1/n.
2 years ago
random
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
status
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
strings
Add more SimpleAtod / SimpleAtof test coverage
2 years ago
synchronization
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
time
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
types
Make Span complain if constructed with a parameter that won't outlive it, except if that parameter is also a span or appears to be a view type.
2 years ago
utility
Minor clang-tidy cleanups
2 years ago
BUILD.bazel
Export of internal Abseil changes
3 years ago
CMakeLists.txt
Export of internal Abseil changes
3 years ago
abseil.podspec.gen.py
Export of internal Abseil changes
4 years ago