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
*
Revert change to internal 'Rep', this causes issues for gdb
Martijn Vels
2022-10-13
*
Reorganize InlineData into an inner Rep structure.
Martijn Vels
2022-10-13
*
Remove internal `VLOG_xxx` macros
Christian Blichmann
2022-10-13
*
Import of CCTZ from GitHub.
Abseil Team
2022-10-12
*
`absl::InlinedVector` supports move assignment with non-assignable types.
Abseil Team
2022-10-12
*
Change Cord internal layout, which reduces store-load penalties on ARM
Martijn Vels
2022-10-11
*
Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...
Abseil Team
2022-10-11
*
Fix a bug in StrFormat. This issue would have been caught by any compile-time
Andy Soffer
2022-10-10
*
Adds documentation for stringification extension
Abseil Team
2022-10-10
*
Changes mutex unlock profiling
Abseil Team
2022-10-07
*
Add static_cast<void*> to the sources for trivial relocations to avoid spurio...
Evan Brown
2022-10-07
*
Configure ABSL_CACHE_ALIGNED for clang-like and MSVC toolchains.
Abseil Team
2022-10-07
*
Fix "unsafe narrowing" warnings in absl, 11/n.
Abseil Team
2022-10-06
*
Eliminate use of internal interfaces
Gennadiy Rozental
2022-10-06
*
Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtins
Copybara-Service
2022-10-06
|
\
*
|
Add clang < 7 to conditions
Randolf J
2022-10-05
*
|
Merge branch 'abseil:master' into patch-1
Randolf J
2022-10-05
|
\
\
|
*
|
Delete LogEntry's copy ctor and assignment operator.
Andy Getzendanner
2022-10-05
|
*
|
Make sinks provided to `AbslStringify()` usable with `absl::Format()`.
Marcin Kowalczyk
2022-10-05
|
*
|
Cast unused variable to void
Abseil Team
2022-10-04
|
*
|
No changes in OSS.
Gennadiy Rozental
2022-10-04
*
|
|
Update charconv.cc
Randolf J
2022-10-04
*
|
|
chore: limit to Clang
Randolf J
2022-10-04
|
|
*
Fix more clang deprecated builtins
Keith Smiley
2022-10-04
|
|
/
|
*
No changes in OSS
Gennadiy Rozental
2022-10-03
|
*
Replace the kPower10ExponentTable array with a formula.
Abseil Team
2022-10-03
|
*
CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLIC
Abseil Team
2022-10-03
|
*
Use trivial relocation for transfers in swisstable and b-tree.
Evan Brown
2022-10-03
|
*
Merge pull request #1284 from t0ny-peng:chore/remove-unused-class-in-variant
Copybara-Service
2022-10-03
|
|
\
|
*
|
Removes the legacy spellings of the thread annotation macros/functions
Derek Mauro
2022-10-03
*
|
|
Update charconv.cc
Randolf J
2022-10-02
|
/
/
|
*
chore: Remove unused helper ConversionIsPossible.
Hao Peng
2022-10-01
|
/
*
Allows absl::StrCat to accept types that implement AbslStringify()
Abseil Team
2022-09-30
*
Merge pull request #1283 from pateldeev:any_inovcable_rename_true
Copybara-Service
2022-09-30
|
\
*
|
Cleanup: SmallMemmove nullify should also be limited to 15 bytes
Martijn Vels
2022-09-30
*
|
Cleanup: implement PrependArray and PrependPrecise in terms of InlineData
Martijn Vels
2022-09-29
*
|
Cleanup: Move BitwiseCompare() to InlineData, and make it layout independent.
Martijn Vels
2022-09-29
|
*
Rename True alias.
pateldeev
2022-09-29
|
/
*
Change kPower10Table bounds to be half-open
Abseil Team
2022-09-29
*
Cleanup some InlineData internal layout specific details from cord.h
Martijn Vels
2022-09-29
*
Improve the comments on the implementation of format hooks adl tricks.
Matt Kulukundis
2022-09-29
*
Expand LogEntry method docs.
Andy Getzendanner
2022-09-29
*
Documentation: Remove an obsolete note about the implementation of `Cord`.
Abseil Team
2022-09-28
*
`absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...
Abseil Team
2022-09-28
*
Allows absl::StrFormat to accept types which implement AbslStringify()
Abseil Team
2022-09-28
*
Add common_policy_traits - a subset of hash_policy_traits that can be shared ...
Evan Brown
2022-09-28
*
Split configuration related to cycle clock into separate headers
Abseil Team
2022-09-26
*
Fix -Wimplicit-int-conversion and -Wsign-conversion warnings in btree.
Abseil Team
2022-09-26
*
Implement Eisel-Lemire for from_chars<float>
Abseil Team
2022-09-26
*
Import of CCTZ from GitHub.
Abseil Team
2022-09-25
[next]