summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAge
* Delete absl/strings/internal/has_absl_stringify.h now that theGravatar Derek Mauro2024-07-18
* Update versions of dependencies in preparation for releaseGravatar Derek Mauro2024-07-18
* Roll forward poisoned pointer API and fix portability issues.Gravatar Evan Brown2024-07-10
* PR #1706: Require CMake version 3.16Gravatar Christoph GrĂ¼ninger2024-07-09
* Rollback new poisoned pointer APIGravatar Derek Mauro2024-07-01
* Decoder for Rust-style Punycode encodings of bounded length.Gravatar Chris Mihelich2024-06-26
* Add an internal API to get a poisoned pointer.Gravatar Evan Brown2024-06-24
* Sequence of 1-to-4 values with prefix sum to support Punycode decoding.Gravatar Chris Mihelich2024-06-12
* UTF-8 encoding library to support Rust Punycode decoding.Gravatar Chris Mihelich2024-06-10
* Move SOVERSION to global CMakeLists, apply SOVERSION to DLLGravatar Abseil Team2024-05-31
* Include flags in DLL build (non-Windows only)Gravatar Abseil Team2024-05-29
* Enable building monolithic shared library on macOS and Linux.Gravatar Abseil Team2024-05-29
* Add missing targets to ABSL_INTERNAL_DLL_TARGETSGravatar Abseil Team2024-05-26
* Use IN_LIST to replace list(FIND) + > -1Gravatar Abseil Team2024-05-24
* Recognize some simple Rust mangled names in Demangle.Gravatar Chris Mihelich2024-05-06
* Add GoogleTest matchers for absl::StatusGravatar Zie Weaver2024-05-02
* Add public aliases for default hash/eq types in hash-based containersGravatar Dennis Kormalev2024-04-24
* Roll back extern template instatiations in swisstable due to binary size incr...Gravatar Evan Brown2024-03-13
* Add extern templates for common swisstable types.Gravatar Evan Brown2024-03-12
* PR #1412: Filter out `-Xarch_` flags from pkg-config filesGravatar Ruoyu Zhong2024-02-13
* Add a note about how to link absl::log_flags under CMake to workaroundGravatar Derek Mauro2024-01-16
* Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231.Gravatar Derek Mauro2024-01-10
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockGravatar Derek Mauro2024-01-09
* Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.hGravatar Derek Mauro2023-12-06
* Move vlog_config to the internal directory and change the namespace of VLogSiteGravatar Derek Mauro2023-12-06
* Add VLOG and friendsGravatar Derek Mauro2023-12-05
* Add absl::NoDestructor<T>Gravatar Derek Mauro2023-11-08
* Add a template gadget to detect whether a type supports the ostream operator.Gravatar Zie Weaver2023-10-18
* Delete `absl::strings_internal::HasAbslStringify`.Gravatar Abseil Team2023-10-12
* `absl::Overload()` which returns a functor that provides overloads based on t...Gravatar Abseil Team2023-09-26
* Change absl::Status implementation to be amenable to [[clang:trivial_abi]] an...Gravatar Abseil Team2023-09-17
* Move CountingAllocator into test_allocator.h and add some other allocators th...Gravatar Evan Brown2023-09-15
* Make `HasAbslStringify` public.Gravatar Abseil Team2023-09-13
* Remove CordRepRing experiment.Gravatar Martijn Vels2023-09-08
* Roll forward support for ARM intrinsics in crc_memcpyGravatar Abseil Team2023-09-07
* Rollback adding support for ARM intrinsicsGravatar Abseil Team2023-09-05
* Add support for ARM intrinsics in crc_memcpyGravatar Abseil Team2023-09-05
* Delete //absl/base/internal/prefetch.hGravatar Derek Mauro2023-08-31
* Remove the legacy thread annotation spellingsGravatar Derek Mauro2023-08-28
* Delete the experimental conformance testing code.Gravatar Derek Mauro2023-08-23
* Add absl::CharSet.Gravatar Abseil Team2023-08-23
* An FNMatch helper for upcoming functionality.Gravatar Andy Getzendanner2023-08-14
* PR #1498: Fix order of link options in pkg-config filesGravatar Stan Hu2023-07-31
* Add Nullability annotations to Abseil.Gravatar Abseil Team2023-06-20
* Merge pull request #1466 from traversaro:patch-2Gravatar Copybara-Service2023-06-07
|\
| * CMake: Add absl::abseil_dll ALIAS target for abseil_dllGravatar Silvio Traversaro2023-06-04
|/
* fix some missing ABSL_INTERNAL_DLL_TARGETS for shared buildsGravatar H. Vetinari2023-05-13
* Fixed Windows DLL builds of test targetsGravatar Derek Mauro2023-05-12
* Introduce IfConstexpr(Else) utilities for use internally in abseil library im...Gravatar Evan Brown2023-04-28
* Fix some spelling mistakesGravatar Vertexwahn2023-04-24