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
1cd889767e
Fix -Wimplicit-int-conversion and -Wsign-conversion warnings in btree.
...
Certain core libraries in Chrome build with these warnings [1];
btree_map and btree_set cannot be used in those libraries until these
warnings are fixed.
[1] https://crbug.com/1292951
PiperOrigin-RevId: 476908396
Change-Id: I32e9ea1eec911e329d6ff00f04fa2e9cfde8660a
2 years ago
..
algorithm
Fix "unsafe narrowing" warnings in absl, 10/n.
3 years ago
base
Change the macro ABSL_IS_TRIVIALLY_RELOCATABLE into a type trait - absl::is_trivially_relocatable - and move it from optimization.h to type_traits.h.
2 years ago
cleanup
Export of internal Abseil changes
3 years ago
container
Fix -Wimplicit-int-conversion and -Wsign-conversion warnings in btree.
2 years ago
copts
Add a case to detect when the Bazel compiler string is explicitly set to "gcc",
3 years ago
debugging
Improve failure message: tell the values we don't like.
3 years ago
flags
Fix "unsafe narrowing" warnings in absl, 8/n.
3 years ago
functional
any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC
3 years ago
hash
Fix "unsafe narrowing" warnings in absl, 10/n.
3 years ago
log
De-pointerize LogStreamer::stream_, and fix move ctor/assign preservation of flags and other stream properties.
2 years ago
memory
Don't construct/destroy object twice
3 years ago
meta
Change the macro ABSL_IS_TRIVIALLY_RELOCATABLE into a type trait - absl::is_trivially_relocatable - and move it from optimization.h to type_traits.h.
2 years ago
numeric
Change bit_width(T) to return int rather than T.
3 years ago
profiling
Fix "unsafe narrowing" warnings in absl, 8/n.
3 years ago
random
Fix "unsafe narrowing" warnings in absl, 8/n.
3 years ago
status
Fix "unsafe narrowing" warnings in absl, 10/n.
3 years ago
strings
Implement Eisel-Lemire for from_chars<float>
2 years ago
synchronization
Fix "unsafe narrowing" warnings in absl, 8/n.
3 years ago
time
Import of CCTZ from GitHub.
2 years ago
types
Fix "unsafe narrowing" warnings in absl, 10/n.
3 years ago
utility
Minor clang-tidy cleanups
3 years ago
BUILD.bazel
Add a case to detect when the Bazel compiler string is explicitly set to "gcc",
3 years ago
CMakeLists.txt
Release the Abseil Logging library
3 years ago
abseil.podspec.gen.py
Export of internal Abseil changes
4 years ago