index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Import of CCTZ from GitHub.
Abseil Team
2023-08-04
*
Store infoz on the heap instead of inline and store it only when we are sampl...
Evan Brown
2023-08-04
*
Optimize Swissmap Match on Arm.
Connal de Souza
2023-08-04
*
Update the comment for capacity_ to mention recent experiments to compress th...
Evan Brown
2023-08-03
*
Use a shared (reader) lock in absl_flags::WasPresentOnCommandLine
Abseil Team
2023-08-02
*
Update Abseil dependencies
Derek Mauro
2023-08-02
*
Rollback of "Speed up StrAppend by up to 4x."
Abseil Team
2023-08-02
*
Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...
Abseil Team
2023-08-01
*
Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...
Abseil Team
2023-08-01
*
PR #1500: Define MAP_ANONYMOUS if not defined
Ryan Schmidt
2023-08-01
*
raw_hash_set_test: Expect tsan to catch heap-use-after-free on iterators inva...
Dino Radakovic
2023-08-01
*
Import of CCTZ from GitHub.
Abseil Team
2023-08-01
*
InlinedVector: Disable CFI checking on the const GetInlinedData() path
Derek Mauro
2023-08-01
*
Speed up StrAppend by up to 4x.
Abseil Team
2023-08-01
*
Remove deprecated function.
Abseil Team
2023-07-31
*
PR #1498: Fix order of link options in pkg-config files
Stan Hu
2023-07-31
*
PR #1495: CMake: Link CoreFoundation with -framework
Daniel Schürmann
2023-07-31
*
raw_hash_set_test: Match lowercase "invalid iterator" in death tests
Dino Radakovic
2023-07-31
*
Refactor raw_hash_set deallocation to pass CommonFields instead of passing th...
Evan Brown
2023-07-27
*
InlinedVector: Disable CFI checking during the reinterpret_cast on the
Derek Mauro
2023-07-27
*
Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usage
Abseil Team
2023-07-26
*
Change the API constraints of erase(const_iterator, const_iterator) so that c...
Evan Brown
2023-07-26
*
InlinedVector: Disable CFI checking on GetInlinedData()
Derek Mauro
2023-07-26
*
InlinedVector: Fix control-flow-inregrity warning when using a class
Derek Mauro
2023-07-25
*
Import of CCTZ from GitHub.
Abseil Team
2023-07-25
*
`absl/BUILD.bazel`: Make license comment consistent with other bazel build files
Richard Levasseur
2023-07-21
*
Add a special case for erase(begin(), end()) to reset the control bytes. The ...
Evan Brown
2023-07-20
*
Rename CommonFields::slots_ptr to slot_array to match the name of the corresp...
Evan Brown
2023-07-19
*
Add tests for the "%#04x" pattern
Phoebe Liang
2023-07-18
*
Move growth_left to the backing array.
Evan Brown
2023-07-17
*
Add Support for mmap on Qualcomm Hexagon DSP targets.
Abseil Team
2023-07-17
*
Test that CHECK respects ABSL_MIN_LOG_LEVEL
Abseil Team
2023-07-14
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-07-13
*
Adding sw prefetchers to absl::hash.
Abseil Team
2023-07-13
*
Add a smaller library for string_view so that users can
Derek Mauro
2023-07-11
*
Add a comment to absl/flags/parse.cc indicating that the flags defined there ...
Mark Barolak
2023-07-11
*
Cleanup `//absl/strings/internal/memutil.h`
Derek Mauro
2023-07-11
*
Use an allowlist visibility model for //absl/synchronization
Derek Mauro
2023-07-10
*
Fix a typo of absl::Nonnull in the example comment.
Abseil Team
2023-07-10
*
Merge pull request #1485 from bebuch:patch-1
Copybara-Service
2023-07-07
|
\
|
*
enable CMP0141 to allow user CMAKE_MSVC_DEBUG_INFORMATION_FORMAT
Benjamin Buch
2023-07-07
|
/
*
Rename `absl::NonNull` to `absl::Nonnull`.
Abseil Team
2023-07-06
*
symbolize_test: Add an indirection for getting the PC from function ptr.
Tom Rybka
2023-07-06
*
Correct std::optional/variant/any auto-detection for Apple platforms.
James Y Knight
2023-07-06
*
Clarify that lazy_emplace returns an iterator to the new element when lookup ...
Abseil Team
2023-07-05
*
absl: extend Condition::kTrue comment
Abseil Team
2023-07-01
*
roll forward: Make data members of CommonFields be private so that it's easie...
Evan Brown
2023-06-30
*
rollback: Make data members of CommonFields be private so that it's easier to...
Evan Brown
2023-06-30
*
Rolls back use of emscripten_errn as some implementations may not be compatible.
Abseil Team
2023-06-30
*
Make data members of CommonFields be private so that it's easier to change ho...
Evan Brown
2023-06-30
[next]