aboutsummaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* CMake: Remove check_target calls which can be problematic in case of dependen...Abseil Team2022-10-101-12/+4
* 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
* CMake: Require at least CMake 3.10Derek Mauro2022-09-073-4/+4
* CMake: install artifacts reflect the compiled ABIAbseil Team2022-09-061-3/+24
* Compile all dependencies of the DLL with ABSL_CONSUME_DLLIsuru Fernando2022-09-021-0/+1