index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
Commit message (
Expand
)
Author
Age
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
*
Avoid hash computation and `Group::Match` in small tables copy and use `Itera...
Abseil Team
2024-02-07
*
Optimize `absl::Hash` by making `LowLevelHash` faster.
Shahriar Rouf
2024-02-07
*
Add -Wdead-code-aggressive to ABSL_LLVM_FLAGS
Abseil Team
2024-02-07
*
Stop using `std::basic_string<uint8_t>` which relies on a non-standard generic
Bogdan Graur
2024-02-07
*
Add absl_container_hash-based HashEq specialization
Dennis Kormalev
2024-02-07
*
`demangle`: Implement parsing for simplest constrained template arguments
Dino Radakovic
2024-02-07
*
Roll forward 9d8588bfc4566531c4053b5001e2952308255f44 (which was rolled back ...
Abseil Team
2024-02-05
*
Add a version of absl::HexStringToBytes() that returns a bool
Derek Mauro
2024-02-05
*
Enable StringLikeTest in hash_function_defaults_test
Dennis Kormalev
2024-02-05
*
Fix a typo.
Abseil Team
2024-02-04
*
Minor changes to the BUILD file for absl/synchronization
Abseil Team
2024-02-02
*
Avoid static initializers in case of ABSL_FLAGS_STRIP_NAMES=1
Gennadiy Rozental
2024-02-02
*
Rollback 9d8588bfc4566531c4053b5001e2952308255f44 for breaking the build
Derek Mauro
2024-02-02
*
No public description
Abseil Team
2024-02-01
*
Decrease the precision of absl::Now in x86-64 debug builds
Fangrui Song
2024-02-01
*
Optimize raw_hash_set destructor.
Abseil Team
2024-02-01
*
Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti...
Abseil Team
2024-02-01
*
Optimize `Cord::Swap()` for missed compiler optimization in clang.
Martijn Vels
2024-02-01
*
Type erased hash_slot_fn that depends only on key types (and hash function).
Abseil Team
2024-01-31
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Avoid extra `& msbs` on every iteration over the mask for GroupPortableImpl.
Abseil Team
2024-01-31
*
Missing parenthesis.
Abseil Team
2024-01-30
*
Early return from destroy_slots for trivially destructible types in flat_hash...
Abseil Team
2024-01-30
*
Avoid export of testonly target absl::test_allocator in CMake builds
Derek Mauro
2024-01-30
*
Use absl::NoDestructor for cordz global queue.
Abseil Team
2024-01-30
*
Add empty WORKSPACE.bzlmod
Derek Mauro
2024-01-29
*
Introduce `RawHashSetLayout` helper class.
Abseil Team
2024-01-29
*
Fix a corner case in SpyHashState for exact boundaries.
Matt Kulukundis
2024-01-29
*
Add nullability annotations
Dmitri Gribenko
2024-01-25
*
Use absl::NoDestructor for global HashtablezSampler.
Abseil Team
2024-01-24
*
Always check if the new frame pointer is readable.
Abseil Team
2024-01-23
*
PR #1604: Add privacy manifest
Hannah Shi
2024-01-22
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
*
Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds
Derek Mauro
2024-01-22
*
Prevent brace initialization of AlphaNum
Abseil Team
2024-01-19
*
Remove code pieces for no longer supported MSVC versions.
Abseil Team
2024-01-19
*
Added benchmarks for smaller size copy constructors.
Abseil Team
2024-01-18
*
Migrate empty CrcCordState to absl::NoDestructor.
Abseil Team
2024-01-18
*
Add protected copy ctor+assign to absl::LogSink, and clarify thread-safety re...
Andy Getzendanner
2024-01-17
*
Add a note about how to link absl::log_flags under CMake to workaround
Derek Mauro
2024-01-16
*
Move absl::Set[Global]VLogLevel() to //absl/log/globals.h
Derek Mauro
2024-01-13
*
Speed up `raw_hash_map::[]` with ABSL hardening enabled by unchecking derefer...
Abseil Team
2024-01-12
*
Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w...
Abseil Team
2024-01-11
*
Move default case to statement outside switch block in log_severity.h.
Daniel Cheng
2024-01-11
*
Automated Code Change
Abseil Team
2024-01-10
*
Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblock
Derek Mauro
2024-01-09
*
Update Windows and MacOS CI builds to Bazel 7.0.0
Derek Mauro
2024-01-09
*
Extend BM_StrAppendInt to use log-uniform random numbers instead of constants
Abseil Team
2024-01-05
*
Optimize integer-to-string conversions
Abseil Team
2024-01-04
[next]