aboutsummaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* Cherry-picks for Release Candidate 2 (#1727)Derek Mauro2024-07-252-0/+9
* Delete absl/strings/internal/has_absl_stringify.h now that theDerek Mauro2024-07-181-1/+0
* Update versions of dependencies in preparation for releaseDerek Mauro2024-07-181-4/+5
* Roll forward poisoned pointer API and fix portability issues.Evan Brown2024-07-101-0/+2
* PR #1706: Require CMake version 3.16Christoph GrĂ¼ninger2024-07-093-4/+4
* Rollback new poisoned pointer APIDerek Mauro2024-07-011-2/+0
* Decoder for Rust-style Punycode encodings of bounded length.Chris Mihelich2024-06-261-0/+2
* Add an internal API to get a poisoned pointer.Evan Brown2024-06-241-0/+2
* Sequence of 1-to-4 values with prefix sum to support Punycode decoding.Chris Mihelich2024-06-121-0/+1
* UTF-8 encoding library to support Rust Punycode decoding.Chris Mihelich2024-06-101-0/+2
* Move SOVERSION to global CMakeLists, apply SOVERSION to DLLAbseil Team2024-05-312-2/+5
* Include flags in DLL build (non-Windows only)Abseil Team2024-05-291-0/+57
* Enable building monolithic shared library on macOS and Linux.Abseil Team2024-05-291-1/+6
* Add missing targets to ABSL_INTERNAL_DLL_TARGETSAbseil Team2024-05-261-0/+3
* Use IN_LIST to replace list(FIND) + > -1Abseil Team2024-05-241-12/+2
* Recognize some simple Rust mangled names in Demangle.Chris Mihelich2024-05-061-0/+2
* Add GoogleTest matchers for absl::StatusZie Weaver2024-05-021-0/+4
* Add public aliases for default hash/eq types in hash-based containersDennis Kormalev2024-04-241-0/+1
* Roll back extern template instatiations in swisstable due to binary size incr...Evan Brown2024-03-131-4/+0
* Add extern templates for common swisstable types.Evan Brown2024-03-121-0/+4
* PR #1412: Filter out `-Xarch_` flags from pkg-config filesRuoyu Zhong2024-02-131-1/+9
* 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