index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMake
/
AbseilDll.cmake
Commit message (
Expand
)
Author
Age
*
Delete absl/strings/internal/has_absl_stringify.h now that the
Derek Mauro
2024-07-18
*
Roll forward poisoned pointer API and fix portability issues.
Evan Brown
2024-07-10
*
Rollback new poisoned pointer API
Derek Mauro
2024-07-01
*
Decoder for Rust-style Punycode encodings of bounded length.
Chris Mihelich
2024-06-26
*
Add an internal API to get a poisoned pointer.
Evan Brown
2024-06-24
*
Sequence of 1-to-4 values with prefix sum to support Punycode decoding.
Chris Mihelich
2024-06-12
*
UTF-8 encoding library to support Rust Punycode decoding.
Chris Mihelich
2024-06-10
*
Move SOVERSION to global CMakeLists, apply SOVERSION to DLL
Abseil Team
2024-05-31
*
Include flags in DLL build (non-Windows only)
Abseil Team
2024-05-29
*
Enable building monolithic shared library on macOS and Linux.
Abseil Team
2024-05-29
*
Add missing targets to ABSL_INTERNAL_DLL_TARGETS
Abseil Team
2024-05-26
*
Use IN_LIST to replace list(FIND) + > -1
Abseil Team
2024-05-24
*
Recognize some simple Rust mangled names in Demangle.
Chris Mihelich
2024-05-06
*
Add GoogleTest matchers for absl::Status
Zie Weaver
2024-05-02
*
Add public aliases for default hash/eq types in hash-based containers
Dennis Kormalev
2024-04-24
*
Roll back extern template instatiations in swisstable due to binary size incr...
Evan Brown
2024-03-13
*
Add extern templates for common swisstable types.
Evan Brown
2024-03-12
*
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
*
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
*
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
[next]