aboutsummaryrefslogtreecommitdiff
path: root/absl/strings/str_cat.h
Commit message (Expand)AuthorAgeFilesLines
* Revert integer-to-string conversion optimizations pending more thorough analysisAbseil Team2024-03-261-84/+65
* Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...Abseil Team2024-02-281-12/+11
* Prevent brace initialization of AlphaNumAbseil Team2024-01-191-0/+5
* Optimize integer-to-string conversionsAbseil Team2024-01-041-69/+88
* Add nullability annotationsDmitri Gribenko2023-12-111-14/+16
* Make `HasAbslStringify` public.Abseil Team2023-09-131-7/+7
* Fixes StrCat() performance regression when not using libc++Derek Mauro2023-09-111-3/+20
* StrCat: do not use intermediate buffer when result fits in SSO.Abseil Team2023-08-171-0/+64
* Rollback of "Speed up StrAppend by up to 4x."Abseil Team2023-08-021-121/+31
* Speed up StrAppend by up to 4x.Abseil Team2023-08-011-31/+121
* Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.Greg Falcon2023-06-121-4/+14
* Adds `AbslStringify` support to `absl::Hex` and `absl::Dec`Phoebe Liang2023-01-271-3/+55
* Add lifetime annotations to AlphaNum.Abseil Team2023-01-261-8/+14
* Clarify contract of AlphaNum as only a function parameter typeTom Manshreck2023-01-181-2/+4
* Add support for enum types with AbslStringifyAbseil Team2022-11-091-1/+2
* Support logging of user-defined types that implement `AbslStringify()`Phoebe Liang2022-11-021-0/+1
* Support stringification of user-defined types in AbslStringify in absl::Subst...Andy Soffer2022-10-141-70/+33
* Adds documentation for stringification extensionAbseil Team2022-10-101-0/+37
* Make sinks provided to `AbslStringify()` usable with `absl::Format()`.Marcin Kowalczyk2022-10-051-0/+5
* Allows absl::StrCat to accept types that implement AbslStringify()Abseil Team2022-09-301-0/+38
* Use NullSafeStringView for const char* args to absl::StrCat, treating null po...Dino Radakovic2022-05-171-1/+2
* Export of internal Abseil changesAbseil Team2022-01-051-12/+18
* Export of internal Abseil changesAbseil Team2020-03-101-1/+1
* Export of internal Abseil changesAbseil Team2019-12-121-0/+2
* Export of internal Abseil changesAbseil Team2019-11-051-1/+2
* Export of internal Abseil changes.Abseil Team2019-06-131-1/+2
* Export of internal Abseil changes.Abseil Team2019-05-071-0/+12
* Export of internal Abseil changes.Abseil Team2019-03-191-1/+0
* Changed HTTP URLs to HTTPS where possible (#270)nik72732019-03-081-1/+1
* Export of internal Abseil changes.Abseil Team2019-03-061-9/+9
* Export of internal Abseil changes.Abseil Team2019-03-051-2/+2
* Export of internal Abseil changes.Abseil Team2018-11-291-0/+8
* Export of internal Abseil changes.Abseil Team2018-08-221-13/+13
* - be60293bacf8d17861853a73c751b4a74534b049 Update header file for failure_s...Abseil Team2018-05-101-1/+1
* Changes imported from Abseil "staging" branch:Abseil Team2018-03-211-8/+19
* Changes imported from Abseil "staging" branch:Abseil Team2018-02-091-4/+31
* Changes imported from Abseil "staging" branch:Abseil Team2018-01-021-2/+1
* Initial Commitmisterg2017-09-191-0/+348