aboutsummaryrefslogtreecommitdiff
path: root/CMake/AbseilDll.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231.Derek Mauro2024-01-101-5/+20
* 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-311-1/+1
* 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-121-0/+4
* Introduce IfConstexpr(Else) utilities for use internally in abseil library im...Evan Brown2023-04-281-0/+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
* cleanup: remove pre-CMake 3.8 workaroundsAbseil Team2023-02-231-20/+1
* 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-251-8/+12
* 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-241-14/+154
* Merge pull request #1341 from h-vetinari:pkgconfigCopybara-Service2022-12-141-0/+27
|\
| * add pkgconfig metadata for shared windows buildsH. Vetinari2022-12-101-0/+27
* | 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-311-0/+48
* | Move internal details from one source file to another more appropriate sourceAndy Soffer2022-10-271-0/+1
|/
* Implement function to calculate Damerau-Levenshtein distance between two stri...Abseil Team2022-10-171-0/+2
* Support stringification of user-defined types in AbslStringify in absl::Subst...Andy Soffer2022-10-141-0/+1
* Add common_policy_traits - a subset of hash_policy_traits that can be shared ...Evan Brown2022-09-281-0/+1
* Split configuration related to cycle clock into separate headersAbseil Team2022-09-261-0/+2