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.
Derek Mauro
fa108c444f
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
...
Addresses failures with the following, in some files:
-Wshorten-64-to-32
-Wimplicit-int-conversion
-Wsign-compare
-Wsign-conversion
-Wtautological-unsigned-zero-compare
(This specific CL focuses on .cc files in */internal/.)
Bug: chromium:1292951
PiperOrigin-RevId: 471561809
Change-Id: I7abd6d83706f5ca135f1ce3458192a498a6280b9
2 years ago
..
algorithm
…
base
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
cleanup
…
container
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
copts
…
debugging
Fix "unsafe narrowing" warnings in absl, 7/n.
2 years ago
flags
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
functional
any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC
2 years ago
hash
Workaround bug in GCC 7.2
2 years ago
log
Added some more no_test.. tags to build targets for controlling testing.
2 years ago
memory
…
meta
Map the absl::is_trivially_* functions to their std impl
2 years ago
numeric
Change bit_width(T) to return int rather than T.
2 years ago
profiling
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
random
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
status
remove unused includes and add missing std includes for absl/status/status.h
2 years ago
strings
Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it.
2 years ago
synchronization
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
time
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
types
Fixed header guards to match style guide conventions.
2 years ago
utility
Minor clang-tidy cleanups
2 years ago
BUILD.bazel
…
CMakeLists.txt
Release the Abseil Logging library
2 years ago
abseil.podspec.gen.py
…