summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAge
* Apply LTS transformations for 20240116 LTS branch (#1599)20240116.rc1Gravatar Derek Mauro2024-01-16
* 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
* Add an implementation of Waiter that uses std::mutex/std::condition_variableGravatar Derek Mauro2023-03-21
* Synchronization: Refactor Waiter to allow us to write testsGravatar Derek Mauro2023-03-20
* CMake: Install TESTONLY libraries and their dependencies whenGravatar Derek Mauro2023-03-02
* cleanup: remove pre-CMake 3.8 workaroundsGravatar Abseil Team2023-02-23
* fix(CMake): correct target variable for DLLsGravatar Abseil Team2023-02-17
* Rewrite KernelTimeout to support both absolute and relative timeoutsGravatar Derek Mauro2023-02-09
* Introduce Abseil Prefetch APIGravatar Martijn Vels2023-01-26
* Separate DLL export/import for test helpers dll, and fix typo.Gravatar Mike Kruskal2023-01-25
* Fix typo in previous AbseilDLL changes, and enable testing.Gravatar Mike Kruskal2023-01-24
* Include Abseil logging in windows dll, and add a test helper dll.Gravatar Mike Kruskal2023-01-24
* Fix pkgconfig generation broken by 14abd930c61ef3ad2842f5c6b7ea60693b0d4ff9Gravatar Derek Mauro2023-01-22
* Merge pull request #1341 from h-vetinari:pkgconfigGravatar Copybara-Service2022-12-14
|\
* | Allow Cord to store chunked checksumsGravatar Derek Mauro2022-12-11
| * add pkgconfig metadata for shared windows buildsGravatar H. Vetinari2022-12-10
* | Convert the full parser into constexpr now that Abseil requires C++14, and useGravatar Samuel Benzaquen2022-11-29
* | CMake: Remove trailing commas in `AbseilDll.cmake`Gravatar Christian Blichmann2022-11-28
* | Release the CRC libraryGravatar Derek Mauro2022-11-09
* | Support logging of user-defined types that implement `AbslStringify()`Gravatar Phoebe Liang2022-11-02
* | CMake: installed artifacts reflect the compiled ABIGravatar Abseil Team2022-10-31