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
6b2d248d3e
Disables StderrKnobsDefault due to order dependency
...
The SetLogtostderr and SetAlsologtostderr tests are setting flags that cause the stderrthreshold global value to be out of sync with the stderrthreshold flag. As a result, it is not currently possible to remove order dependency with these existing tests.
PiperOrigin-RevId: 481731395
Change-Id: Ie992520982f2e69821d1d1b660e3326bf745ef0d
2 years ago
..
algorithm
Fix "unsafe narrowing" warnings in absl, 10/n.
2 years ago
base
Use the `-l` form for MinGW-specific link dependencies
2 years ago
cleanup
Export of internal Abseil changes
3 years ago
container
Implement btree_iterator::operator-, which is faster than std::distance for btree iterators.
2 years ago
copts
Fix "unsafe narrowing" warnings in absl, 12/12.
2 years ago
debugging
Use the `-l` form for MinGW-specific link dependencies
2 years ago
flags
Fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
functional
Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()&& by producing an error in debug mode, and clarifies that the behavior is undefined in the general case.
2 years ago
hash
CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLIC
2 years ago
log
Disables StderrKnobsDefault due to order dependency
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
Fix "unsafe narrowing" warnings in absl, 12/12.
2 years ago
profiling
Fix "unsafe narrowing" warnings in absl, 8/n.
2 years ago
random
Use the `-l` form for MinGW-specific link dependencies
2 years ago
status
Fix "unsafe narrowing" warnings in absl, 10/n.
2 years ago
strings
Implement function to calculate Damerau-Levenshtein distance between two strings.
2 years ago
synchronization
Change per_thread_sem_test from size medium to size large.
2 years ago
time
Import of CCTZ from GitHub.
2 years ago
types
Merge pull request #1284 from t0ny-peng:chore/remove-unused-class-in-variant
2 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",
2 years ago
CMakeLists.txt
Release the Abseil Logging library
2 years ago
abseil.podspec.gen.py
Export of internal Abseil changes
4 years ago