.. |
internal
|
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 |
BUILD.bazel
|
Add more SimpleAtod / SimpleAtof test coverage
|
2 years ago |
CMakeLists.txt
|
Release absl::CordBuffer
|
3 years ago |
ascii.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
ascii.h
|
Export of internal Abseil changes
|
3 years ago |
ascii_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
ascii_test.cc
|
Export of internal Abseil changes
|
4 years ago |
atod_manual_test.cc
|
Add more SimpleAtod / SimpleAtof test coverage
|
2 years ago |
charconv.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
charconv.h
|
Update from_chars documentation with regard to whitespace (#1020)
|
3 years ago |
charconv_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
charconv_test.cc
|
Export of internal Abseil changes
|
4 years ago |
cord.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
cord.h
|
Internal Cleanup: removing unused internal function declaration.
|
2 years ago |
cord_analysis.cc
|
Export of internal Abseil changes
|
3 years ago |
cord_analysis.h
|
Export of internal Abseil changes
|
3 years ago |
cord_buffer.cc
|
Fix C++17 constexpr storage deprecation warnings
|
3 years ago |
cord_buffer.h
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
cord_buffer_test.cc
|
Release absl::CordBuffer
|
3 years ago |
cord_ring_reader_test.cc
|
Export of internal Abseil changes
|
3 years ago |
cord_ring_test.cc
|
Export of internal Abseil changes
|
3 years ago |
cord_test.cc
|
Add GetCustomAppendBuffer method to absl::Cord
|
2 years ago |
cord_test_helpers.h
|
Export of internal Abseil changes
|
4 years ago |
cordz_test.cc
|
Export of internal Abseil changes
|
4 years ago |
cordz_test_helpers.h
|
Export of internal Abseil changes
|
4 years ago |
escaping.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
escaping.h
|
Export of internal Abseil changes
|
5 years ago |
escaping_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
escaping_test.cc
|
Export of internal Abseil changes
|
5 years ago |
match.cc
|
Export of internal Abseil changes
|
4 years ago |
match.h
|
Export of internal Abseil changes
|
4 years ago |
match_test.cc
|
Export of internal Abseil changes
|
4 years ago |
numbers.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
numbers.h
|
Export of internal Abseil changes
|
3 years ago |
numbers_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
numbers_test.cc
|
Add more SimpleAtod / SimpleAtof test coverage
|
2 years ago |
str_cat.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
str_cat.h
|
Use NullSafeStringView for const char* args to absl::StrCat, treating null pointers as ""
|
3 years ago |
str_cat_benchmark.cc
|
Export of internal Abseil changes
|
4 years ago |
str_cat_test.cc
|
Use NullSafeStringView for const char* args to absl::StrCat, treating null pointers as ""
|
3 years ago |
str_format.h
|
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 |
str_format_test.cc
|
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 |
str_join.h
|
Export of internal Abseil changes
|
3 years ago |
str_join_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
str_join_test.cc
|
Export of internal Abseil changes
|
3 years ago |
str_replace.cc
|
Export of internal Abseil changes
|
5 years ago |
str_replace.h
|
Export of internal Abseil changes
|
5 years ago |
str_replace_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
str_replace_test.cc
|
Export of internal Abseil changes
|
5 years ago |
str_split.cc
|
Export of internal Abseil changes
|
5 years ago |
str_split.h
|
Export of internal Abseil changes
|
3 years ago |
str_split_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
str_split_test.cc
|
Export of internal Abseil changes
|
3 years ago |
string_view.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
string_view.h
|
string_view: conditional constexpr is no longer needed for C++14
|
2 years ago |
string_view_benchmark.cc
|
Export of internal Abseil changes
|
5 years ago |
string_view_test.cc
|
Export of internal Abseil changes
|
3 years ago |
strip.h
|
Minor wording fix in the comment for ConsumeSuffix()
|
3 years ago |
strip_test.cc
|
Export of internal Abseil changes
|
5 years ago |
substitute.cc
|
Fix "unsafe narrowing" warnings in absl, 4/n.
|
2 years ago |
substitute.h
|
Fix "unsafe narrowing" warnings in absl, 1/n.
|
2 years ago |
substitute_test.cc
|
Export of internal Abseil changes
|
3 years ago |