aboutsummaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* Apply LTS transformations for 20240116 LTS branch (#1599)Derek Mauro2024-01-161-1/+1
* Add a note about how to link absl::log_flags under CMake to workaroundDerek Mauro2024-01-161-1/+1
* Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231.Derek Mauro2024-01-102-7/+22
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockDerek Mauro2024-01-091-0/+1
* Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.hDerek Mauro2023-12-061-0/+1
* Move vlog_config to the internal directory and change the namespace of VLogSiteDerek Mauro2023-12-061-2/+2
* Add VLOG and friendsDerek Mauro2023-12-051-0/+3
* Add absl::NoDestructor<T>Derek Mauro2023-11-081-0/+1
* Add a template gadget to detect whether a type supports the ostream operator.Zie Weaver2023-10-181-0/+1
* Delete `absl::strings_internal::HasAbslStringify`.Abseil Team2023-10-121-1/+0
* `absl::Overload()` which returns a functor that provides overloads based on t...Abseil Team2023-09-261-0/+1
* Change absl::Status implementation to be amenable to [[clang:trivial_abi]] an...Abseil Team2023-09-171-0/+1
* Move CountingAllocator into test_allocator.h and add some other allocators th...Evan Brown2023-09-151-1/+0
* Make `HasAbslStringify` public.Abseil Team2023-09-131-0/+1
* Remove CordRepRing experiment.Martijn Vels2023-09-081-3/+0
* Roll forward support for ARM intrinsics in crc_memcpyAbseil Team2023-09-071-1/+1
* Rollback adding support for ARM intrinsicsAbseil Team2023-09-051-1/+1
* Add support for ARM intrinsics in crc_memcpyAbseil Team2023-09-051-1/+1
* Delete //absl/base/internal/prefetch.hDerek Mauro2023-08-311-1/+0
* Remove the legacy thread annotation spellingsDerek Mauro2023-08-281-1/+0
* Delete the experimental conformance testing code.Derek Mauro2023-08-231-5/+0
* Add absl::CharSet.Abseil Team2023-08-231-1/+1
* An FNMatch helper for upcoming functionality.Andy Getzendanner2023-08-141-0/+2
* PR #1498: Fix order of link options in pkg-config filesStan Hu2023-07-312-2/+2
* Add Nullability annotations to Abseil.Abseil Team2023-06-201-0/+2
* Merge pull request #1466 from traversaro:patch-2Copybara-Service2023-06-071-0/+2
|\
| * CMake: Add absl::abseil_dll ALIAS target for abseil_dllSilvio Traversaro2023-06-041-0/+2
|/
* fix some missing ABSL_INTERNAL_DLL_TARGETS for shared buildsH. Vetinari2023-05-131-0/+10
* Fixed Windows DLL builds of test targetsDerek Mauro2023-05-122-0/+8
* Introduce IfConstexpr(Else) utilities for use internally in abseil library im...Evan Brown2023-04-281-0/+1
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Add an implementation of Waiter that uses std::mutex/std::condition_variableDerek Mauro2023-03-211-0/+2
* Synchronization: Refactor Waiter to allow us to write testsDerek Mauro2023-03-201-1/+10
* CMake: Install TESTONLY libraries and their dependencies whenDerek Mauro2023-03-021-48/+44
* cleanup: remove pre-CMake 3.8 workaroundsAbseil Team2023-02-232-48/+4
* fix(CMake): correct target variable for DLLsAbseil Team2023-02-171-3/+3
* Rewrite KernelTimeout to support both absolute and relative timeoutsDerek Mauro2023-02-091-0/+1
* Introduce Abseil Prefetch APIMartijn Vels2023-01-261-0/+1
* Separate DLL export/import for test helpers dll, and fix typo.Mike Kruskal2023-01-252-9/+14
* Fix typo in previous AbseilDLL changes, and enable testing.Mike Kruskal2023-01-241-1/+1
* Include Abseil logging in windows dll, and add a test helper dll.Mike Kruskal2023-01-242-15/+157
* Fix pkgconfig generation broken by 14abd930c61ef3ad2842f5c6b7ea60693b0d4ff9Derek Mauro2023-01-221-1/+3
* Merge pull request #1341 from h-vetinari:pkgconfigCopybara-Service2022-12-142-7/+50
|\
| * add pkgconfig metadata for shared windows buildsH. Vetinari2022-12-102-7/+50
* | Allow Cord to store chunked checksumsDerek Mauro2022-12-111-0/+2
* | Convert the full parser into constexpr now that Abseil requires C++14, and useSamuel Benzaquen2022-11-291-0/+1
* | CMake: Remove trailing commas in `AbseilDll.cmake`Christian Blichmann2022-11-281-5/+5
* | Release the CRC libraryDerek Mauro2022-11-091-0/+23
* | Support logging of user-defined types that implement `AbslStringify()`Phoebe Liang2022-11-021-0/+1
* | CMake: installed artifacts reflect the compiled ABIAbseil Team2022-10-312-32/+51