index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMake
Commit message (
Expand
)
Author
Age
*
Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231.
Derek Mauro
2024-01-10
*
Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblock
Derek Mauro
2024-01-09
*
Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.h
Derek Mauro
2023-12-06
*
Move vlog_config to the internal directory and change the namespace of VLogSite
Derek Mauro
2023-12-06
*
Add VLOG and friends
Derek Mauro
2023-12-05
*
Add absl::NoDestructor<T>
Derek Mauro
2023-11-08
*
Add a template gadget to detect whether a type supports the ostream operator.
Zie Weaver
2023-10-18
*
Delete `absl::strings_internal::HasAbslStringify`.
Abseil Team
2023-10-12
*
`absl::Overload()` which returns a functor that provides overloads based on t...
Abseil Team
2023-09-26
*
Change absl::Status implementation to be amenable to [[clang:trivial_abi]] an...
Abseil Team
2023-09-17
*
Move CountingAllocator into test_allocator.h and add some other allocators th...
Evan Brown
2023-09-15
*
Make `HasAbslStringify` public.
Abseil Team
2023-09-13
*
Remove CordRepRing experiment.
Martijn Vels
2023-09-08
*
Roll forward support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-07
*
Rollback adding support for ARM intrinsics
Abseil Team
2023-09-05
*
Add support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-05
*
Delete //absl/base/internal/prefetch.h
Derek Mauro
2023-08-31
*
Remove the legacy thread annotation spellings
Derek Mauro
2023-08-28
*
Delete the experimental conformance testing code.
Derek Mauro
2023-08-23
*
Add absl::CharSet.
Abseil Team
2023-08-23
*
An FNMatch helper for upcoming functionality.
Andy Getzendanner
2023-08-14
*
PR #1498: Fix order of link options in pkg-config files
Stan Hu
2023-07-31
*
Add Nullability annotations to Abseil.
Abseil Team
2023-06-20
*
Merge pull request #1466 from traversaro:patch-2
Copybara-Service
2023-06-07
|
\
|
*
CMake: Add absl::abseil_dll ALIAS target for abseil_dll
Silvio Traversaro
2023-06-04
|
/
*
fix some missing ABSL_INTERNAL_DLL_TARGETS for shared builds
H. Vetinari
2023-05-13
*
Fixed Windows DLL builds of test targets
Derek Mauro
2023-05-12
*
Introduce IfConstexpr(Else) utilities for use internally in abseil library im...
Evan Brown
2023-04-28
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
Add an implementation of Waiter that uses std::mutex/std::condition_variable
Derek Mauro
2023-03-21
*
Synchronization: Refactor Waiter to allow us to write tests
Derek Mauro
2023-03-20
*
CMake: Install TESTONLY libraries and their dependencies when
Derek Mauro
2023-03-02
*
cleanup: remove pre-CMake 3.8 workarounds
Abseil Team
2023-02-23
*
fix(CMake): correct target variable for DLLs
Abseil Team
2023-02-17
*
Rewrite KernelTimeout to support both absolute and relative timeouts
Derek Mauro
2023-02-09
*
Introduce Abseil Prefetch API
Martijn Vels
2023-01-26
*
Separate DLL export/import for test helpers dll, and fix typo.
Mike Kruskal
2023-01-25
*
Fix typo in previous AbseilDLL changes, and enable testing.
Mike Kruskal
2023-01-24
*
Include Abseil logging in windows dll, and add a test helper dll.
Mike Kruskal
2023-01-24
*
Fix pkgconfig generation broken by 14abd930c61ef3ad2842f5c6b7ea60693b0d4ff9
Derek Mauro
2023-01-22
*
Merge pull request #1341 from h-vetinari:pkgconfig
Copybara-Service
2022-12-14
|
\
*
|
Allow Cord to store chunked checksums
Derek Mauro
2022-12-11
|
*
add pkgconfig metadata for shared windows builds
H. Vetinari
2022-12-10
*
|
Convert the full parser into constexpr now that Abseil requires C++14, and use
Samuel Benzaquen
2022-11-29
*
|
CMake: Remove trailing commas in `AbseilDll.cmake`
Christian Blichmann
2022-11-28
*
|
Release the CRC library
Derek Mauro
2022-11-09
*
|
Support logging of user-defined types that implement `AbslStringify()`
Phoebe Liang
2022-11-02
*
|
CMake: installed artifacts reflect the compiled ABI
Abseil Team
2022-10-31
*
|
Move internal details from one source file to another more appropriate source
Andy Soffer
2022-10-27
|
/
*
Implement function to calculate Damerau-Levenshtein distance between two stri...
Abseil Team
2022-10-17
[next]