173 Commits (4832049e5c050cd4b50182d0fc061b99bf64b4b6)

Author SHA1 Message Date
Abseil Team dc6109e0c8 Implement Eisel-Lemire for from_chars<double> 2 years ago
Abseil Team 2594f85514 Fix "unsafe narrowing" warnings in absl, 10/n. 2 years ago
Abseil Team d3c00b06b3 Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended to work with modifiers because the meaning of modifiers is type-dependent and `%v` is intended to be used in situations where the type is not important. Please continue using if `%s` if you require format modifiers. 2 years ago
Abseil Team b677bd139d Refactors checker.h and replaces recursive functions with iterative functions for readability purposes. 2 years ago
Abseil Team c0b0f63fc5 Refactors checker.h to use if statements instead of ternary operators for better readability. 2 years ago
Abseil Team 6a262fdadd Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
Abseil Team 72ec15a317 Fixed header guards to match style guide conventions. 2 years ago
Abseil Team 75691f1c32 Fix "unsafe narrowing" warnings in absl, 6/n. 2 years ago
Abseil Team fcfc7a6d15 Fix "unsafe narrowing" warnings in absl, 5/n. 2 years ago
Abseil Team 934f613818 Fix "unsafe narrowing" warnings in absl, 4/n. 2 years ago
Abseil Team c973608061 Add more SimpleAtod / SimpleAtof test coverage 2 years ago
Thomas Köppe 4b551344e6 Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.". 2 years ago
Abseil Team 07360899e6 Fix "unsafe narrowing" warnings in absl, 4/n. 2 years ago
Abseil Team 7f51ef5ed2 Fix "unsafe narrowing" warnings in absl, 1/n. 2 years ago
Abseil Team e633c71109 Use HTTPS RFC URLs, which work regardless of the browser's locale. 2 years ago
Martijn Vels 6162604bee Internal Cleanup: removing unused internal function declaration. 2 years ago
Martijn Vels b707b6c179 Add GetCustomAppendBuffer method to absl::Cord 2 years ago
Derek Mauro 504229dfa4 string_view: conditional constexpr is no longer needed for C++14 2 years ago
Abseil Team 02b0216656 Minor wording fix in the comment for ConsumeSuffix() 3 years ago
Abseil Team 9431a83791 Fix several typos in comments. 3 years ago
Derek Mauro 9eff97861b Fix C++17 constexpr storage deprecation warnings 3 years ago
Jeremy Nimmer c588201b68 Obey ABSL_DEFAULT_LINKOPTS for all cc_library targets 3 years ago
Derek Mauro 91b8bfab44 Add ABSL_HARDENING_ASSERTs to CordBuffer::SetLength() and 3 years ago
Derek Mauro 48419595d3 Release absl::CordBuffer 3 years ago
Samuel Benzaquen 47345f63b9 Improve the compiler error by removing some noise from it. 3 years ago
Sergei Trofimovich 36a4b073f1 absl/strings/internal/str_format/extension.h: add missing <stdint.h> include 3 years ago
Abseil Team 48f72c227b Fix typos. 3 years ago
Derek Mauro 9e408e050f Cord: workaround a GCC 12.1 bug that triggers a spurious warning 3 years ago
Dino Radakovic e92505d8d6 Use NullSafeStringView for const char* args to absl::StrCat, treating null pointers as "" 3 years ago
Samuel Benzaquen 0eb5ac5425 Improve compiler errors for mismatched ParsedFormat inputs. 3 years ago
Benjamin Barenblat 3af16ffea8 Fix an msan warning in cord_ringbuffer_test 3 years ago
Abseil Team abbeeef823 Document that Consume(Prefix|Suffix)() don't modify the input on failure 3 years ago
Abseil Team c27ab06897 Export of internal Abseil changes 3 years ago
Abseil Team ac1398a629 Export of internal Abseil changes 3 years ago
Abseil Team 9fed77a6fe Export of internal Abseil changes 3 years ago
Abseil Team 6f43f5bb39 Export of internal Abseil changes 3 years ago
Abseil Team 4dcae40a07 Export of internal Abseil changes 3 years ago
Abseil Team cfccbd2eb5 Export of internal Abseil changes 3 years ago
Abseil Team 3204cc0625 Export of internal Abseil changes 3 years ago
Abseil Team 5ed77665c4 Export of internal Abseil changes 3 years ago
Abseil Team 1dd160f9f0 Export of internal Abseil changes 3 years ago
Abseil Team 5e4ea1ce09 Export of internal Abseil changes 3 years ago
Abseil Team 0ad7994f10 Export of internal Abseil changes 3 years ago
Abseil Team 7f850b3167 Export of internal Abseil changes 3 years ago
Abseil Team c2ef703338 Export of internal Abseil changes 3 years ago
Abseil Team 73316fc3c5 Export of internal Abseil changes 3 years ago
Abseil Team 36db0e4b69 Export of internal Abseil changes 3 years ago
Abseil Team a655ec4aff Export of internal Abseil changes 3 years ago
Abseil Team d2da09a4cf Export of internal Abseil changes 3 years ago
Roman Gershman 4862fe5550
Disable ABSL_INTERNAL_ENABLE_FORMAT_CHECKER under VsCode/Intellisense (#1097) 3 years ago