aboutsummaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Expand)Author
2023-12-06Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.hDerek Mauro
2023-12-06Move vlog_config to the internal directory and change the namespace of VLogSiteDerek Mauro
2023-12-05Add VLOG and friendsDerek Mauro
2023-11-08Add absl::NoDestructor<T>Derek Mauro
2023-10-18Add a template gadget to detect whether a type supports the ostream operator.Zie Weaver
2023-10-12Delete `absl::strings_internal::HasAbslStringify`.Abseil Team
2023-09-26`absl::Overload()` which returns a functor that provides overloads based on t...Abseil Team
2023-09-17Change absl::Status implementation to be amenable to [[clang:trivial_abi]] an...Abseil Team
2023-09-15Move CountingAllocator into test_allocator.h and add some other allocators th...Evan Brown
2023-09-13Make `HasAbslStringify` public.Abseil Team
2023-09-08Remove CordRepRing experiment.Martijn Vels
2023-09-07Roll forward support for ARM intrinsics in crc_memcpyAbseil Team
2023-09-05Rollback adding support for ARM intrinsicsAbseil Team
2023-09-05Add support for ARM intrinsics in crc_memcpyAbseil Team
2023-08-31Delete //absl/base/internal/prefetch.hDerek Mauro
2023-08-28Remove the legacy thread annotation spellingsDerek Mauro
2023-08-23Delete the experimental conformance testing code.Derek Mauro
2023-08-23Add absl::CharSet.Abseil Team
2023-08-14An FNMatch helper for upcoming functionality.Andy Getzendanner
2023-07-31PR #1498: Fix order of link options in pkg-config filesStan Hu
2023-06-20Add Nullability annotations to Abseil.Abseil Team
2023-06-07Merge pull request #1466 from traversaro:patch-2Copybara-Service
2023-06-04CMake: Add absl::abseil_dll ALIAS target for abseil_dllSilvio Traversaro
2023-05-13fix some missing ABSL_INTERNAL_DLL_TARGETS for shared buildsH. Vetinari
2023-05-12Fixed Windows DLL builds of test targetsDerek Mauro
2023-04-28Introduce IfConstexpr(Else) utilities for use internally in abseil library im...Evan Brown
2023-04-24Fix some spelling mistakesVertexwahn
2023-03-21Add an implementation of Waiter that uses std::mutex/std::condition_variableDerek Mauro
2023-03-20Synchronization: Refactor Waiter to allow us to write testsDerek Mauro
2023-03-02CMake: Install TESTONLY libraries and their dependencies whenDerek Mauro
2023-02-23cleanup: remove pre-CMake 3.8 workaroundsAbseil Team
2023-02-17fix(CMake): correct target variable for DLLsAbseil Team
2023-02-09Rewrite KernelTimeout to support both absolute and relative timeoutsDerek Mauro
2023-01-26Introduce Abseil Prefetch APIMartijn Vels
2023-01-25Separate DLL export/import for test helpers dll, and fix typo.Mike Kruskal
2023-01-24Fix typo in previous AbseilDLL changes, and enable testing.Mike Kruskal
2023-01-24Include Abseil logging in windows dll, and add a test helper dll.Mike Kruskal
2023-01-22Fix pkgconfig generation broken by 14abd930c61ef3ad2842f5c6b7ea60693b0d4ff9Derek Mauro
2022-12-14Merge pull request #1341 from h-vetinari:pkgconfigCopybara-Service
2022-12-11Allow Cord to store chunked checksumsDerek Mauro
2022-12-10add pkgconfig metadata for shared windows buildsH. Vetinari
2022-11-29Convert the full parser into constexpr now that Abseil requires C++14, and useSamuel Benzaquen
2022-11-28CMake: Remove trailing commas in `AbseilDll.cmake`Christian Blichmann
2022-11-09Release the CRC libraryDerek Mauro
2022-11-02Support logging of user-defined types that implement `AbslStringify()`Phoebe Liang
2022-10-31CMake: installed artifacts reflect the compiled ABIAbseil Team
2022-10-27Move internal details from one source file to another more appropriate sourceAndy Soffer
2022-10-17Implement function to calculate Damerau-Levenshtein distance between two stri...Abseil Team
2022-10-14Support stringification of user-defined types in AbslStringify in absl::Subst...Andy Soffer
2022-10-10CMake: Remove check_target calls which can be problematic in case of dependen...Abseil Team