| Commit message (Expand) | Author | Age |
* | `absl/log/internal`: Document conditional ABSL_ATTRIBUTE_UNUSED, add C++17 TODO | Dino Radakovic | 2024-04-17 |
* | `log/internal/check_op`: Add ABSL_ATTRIBUTE_UNUSED to CHECK macros when STRIP... | Dino Radakovic | 2024-04-15 |
* | log_benchmark: Add VLOG_IS_ON benchmark | Abseil Team | 2024-04-12 |
* | Restore string_view detection check | Abseil Team | 2024-04-09 |
* | Remove an unnecessary ABSL_ATTRIBUTE_UNUSED from a logging macro | Derek Mauro | 2024-04-09 |
* | In example code, add missing template parameter. | Abseil Team | 2024-04-05 |
* | Optimize crc32 V128_From2x64 on Arm | Connal de Souza | 2024-04-04 |
* | Annotate that Mutex should warn when unused. | Chris Kennelly | 2024-04-04 |
* | Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten/TryFlat | Abseil Team | 2024-04-04 |
* | Deprecate `absl::exchange`, `absl::forward` and `absl::move`, which | Derek Mauro | 2024-04-04 |
* | Temporarily revert dangling std::string_view detection until dependent is fixed | Abseil Team | 2024-04-02 |
* | Use _decimal_ literals for the CivilDay example. | Devin Jeanpierre | 2024-04-02 |
* | Fix bug in BM_EraseIf. | Vitaly Goldshteyn | 2024-04-02 |
* | Add internal traits to absl::string_view for lifetimebound detection | Abseil Team | 2024-04-02 |
* | Add internal traits to absl::StatusOr for lifetimebound detection | Abseil Team | 2024-04-02 |
* | Add internal traits to absl::Span for lifetimebound detection | Abseil Team | 2024-04-02 |
* | Add missing dependency for log test build target | Abseil Team | 2024-04-02 |
* | Add internal traits for lifetimebound detection | Abseil Team | 2024-04-01 |
* | Use local decoding buffer in HexStringToBytes | Abseil Team | 2024-03-28 |
* | Only check if the frame pointer is inside a signal stack with known bounds | Abseil Team | 2024-03-28 |
* | Roll forward: enable small object optimization in swisstable. | Evan Brown | 2024-03-28 |
* | Optimize LowLevelHash by breaking dependency between final loads and previous... | Connal de Souza | 2024-03-28 |
* | Fix the wrong link. | Abseil Team | 2024-03-27 |
* | Optimize InsertMiss for tables without kDeleted slots. | Vitaly Goldshteyn | 2024-03-27 |
* | Use GrowthInfo without applying any optimizations based on it. | Vitaly Goldshteyn | 2024-03-27 |
* | Disable small object optimization while debugging some failing tests. | Evan Brown | 2024-03-27 |
* | Adjust conditonal compilation in non_temporal_memcpy.h | Abseil Team | 2024-03-27 |
* | Reformat log/internal/BUILD | Abseil Team | 2024-03-27 |
* | Remove deprecated errno constants from the absl::Status mapping | Derek Mauro | 2024-03-27 |
* | Introduce GrowthInfo with tests, but without usage. | Vitaly Goldshteyn | 2024-03-26 |
* | Enable small object optimization in swisstable. | Evan Brown | 2024-03-26 |
* | Refactor the GCC unintialized memory warning suppression in raw_hash_set.h. | Evan Brown | 2024-03-26 |
* | Respect `NDEBUG_SANITIZER` | Abseil Team | 2024-03-26 |
* | Revert integer-to-string conversion optimizations pending more thorough analysis | Abseil Team | 2024-03-26 |
* | Fix a bug in `Cord::{Append,Prepend}(CordBuffer)`: call | Marcin Kowalczyk | 2024-03-26 |
* | Add `BM_EraseIf` benchmark. | Vitaly Goldshteyn | 2024-03-25 |
* | Record sizeof(key_type), sizeof(value_type) in hashtable profiles. | Chris Kennelly | 2024-03-25 |
* | Fix ClangTidy warnings in btree.h. | Evan Brown | 2024-03-25 |
* | LSC: Move expensive variables on their last use to avoid copies. | Abseil Team | 2024-03-24 |
* | PR #1644: unscaledcycleclock: remove RISC-V support | aurel32 | 2024-03-22 |
* | Reland: Make DLOG(FATAL) not understood as [[noreturn]] | Peter Boström | 2024-03-22 |
* | Separate out absl::StatusOr constraints into statusor_internal.h | Abseil Team | 2024-03-21 |
* | Use Layout::WithStaticSizes in btree. | Evan Brown | 2024-03-21 |
* | `layout`: Delete outdated comments about ElementType alias not being used bec... | Dino Radakovic | 2024-03-21 |
* | Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() | Abseil Team | 2024-03-20 |
* | `layout_benchmark`: Replace leftover comment with intended call to MyAlign | Dino Radakovic | 2024-03-20 |
* | Remove absl::aligned_storage_t | Derek Mauro | 2024-03-19 |
* | Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread Sanitizer | Abseil Team | 2024-03-19 |
* | Remove vestigial variables in the DumpNode() helper in absl::Cord | Derek Mauro | 2024-03-19 |
* | Do hashtablez sampling on the first insertion into an empty SOO hashtable. | Evan Brown | 2024-03-19 |