This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
abseil-cpp
mirror of
https://hub.fastgit.xyz/abseil/abseil-cpp.git
Watch
8
Star
0
Fork
You've already forked abseil-cpp
0
Code
Issues
Projects
Releases
Wiki
Activity
Abseil Common Libraries (C++) (grcp 依赖)
https://abseil.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
551
Commits
9
Branches
22
Tags
14 MiB
C++
94.3%
Starlark
2.2%
CMake
2%
C
0.9%
Shell
0.4%
Other
0.2%
Tag:
Branch:
Tree:
5937b7f9d1
lts_2018_06_20
lts_2018_12_18
lts_2019_08_08
lts_2020_02_25
lts_2020_09_23
lts_2021_03_24
lts_2021_11_02
lts_2022_06_23
master
20180600
20181200
20181200.1
20190808
20190808.1
20200225
20200225.1
20200225.2
20200225.3
20200923
20200923.1
20200923.2
20200923.3
20210324.0
20210324.1
20210324.2
20210324.rc1
20211102.0
20211102.rc2
20220623.0
20220623.1
20220623.rc1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5937b7f9d1'
${ noResults }
abseil-cpp
/
absl
/
strings
/
internal
History
Abseil Team
ab2e2c4f60
Adds support for "%v" in absl::StrFormat and related functions for numeric types, including integer and floating point values. Users may now specify %v and have the format specifier deduced. Integer values will print according to %d specifications, unsigned values will use %u, and floating point values will use %g. Note that %v does not work for `char` due to ambiguity regarding the intended output. Please continue to use %c for `char`.
...
PiperOrigin-RevId: 474658166 Change-Id: Iecae39263e368b27232db440535f2bf7da8d863c
2 years ago
..
str_format
Adds support for "%v" in absl::StrFormat and related functions for numeric types, including integer and floating point values. Users may now specify %v and have the format specifier deduced. Integer values will print according to %d specifications, unsigned values will use %u, and floating point values will use %g. Note that %v does not work for `char` due to ambiguity regarding the intended output. Please continue to use %c for `char`.
2 years ago
char_map.h
…
char_map_benchmark.cc
…
char_map_test.cc
…
charconv_bigint.cc
…
charconv_bigint.h
…
charconv_bigint_test.cc
…
charconv_parse.cc
…
charconv_parse.h
…
charconv_parse_test.cc
…
cord_data_edge.h
…
cord_data_edge_test.cc
…
cord_internal.cc
…
cord_internal.h
…
cord_rep_btree.cc
…
cord_rep_btree.h
…
cord_rep_btree_navigator.cc
…
cord_rep_btree_navigator.h
…
cord_rep_btree_navigator_test.cc
…
cord_rep_btree_reader.cc
…
cord_rep_btree_reader.h
…
cord_rep_btree_reader_test.cc
…
cord_rep_btree_test.cc
…
cord_rep_consume.cc
…
cord_rep_consume.h
…
cord_rep_crc.cc
…
cord_rep_crc.h
…
cord_rep_crc_test.cc
…
cord_rep_flat.h
…
cord_rep_ring.cc
…
cord_rep_ring.h
…
cord_rep_ring_reader.h
…
cord_rep_test_util.h
…
cordz_functions.cc
…
cordz_functions.h
Fixed header guards to match style guide conventions.
2 years ago
cordz_functions_test.cc
…
cordz_handle.cc
…
cordz_handle.h
Fixed header guards to match style guide conventions.
2 years ago
cordz_handle_test.cc
…
cordz_info.cc
…
cordz_info.h
Fixed header guards to match style guide conventions.
2 years ago
cordz_info_statistics_test.cc
…
cordz_info_test.cc
…
cordz_sample_token.cc
…
cordz_sample_token.h
Fixed header guards to match style guide conventions.
2 years ago
cordz_sample_token_test.cc
…
cordz_statistics.h
…
cordz_update_scope.h
…
cordz_update_scope_test.cc
…
cordz_update_tracker.h
…
cordz_update_tracker_test.cc
…
escaping.cc
…
escaping.h
…
escaping_test_common.h
…
memutil.cc
…
memutil.h
…
memutil_benchmark.cc
…
memutil_test.cc
…
numbers_test_common.h
…
ostringstream.cc
Implement correct move constructor and assignment for absl::strings_internal::OStringStream, and mark that class final.
2 years ago
ostringstream.h
Implement correct move constructor and assignment for absl::strings_internal::OStringStream, and mark that class final.
2 years ago
ostringstream_benchmark.cc
…
ostringstream_test.cc
Implement correct move constructor and assignment for absl::strings_internal::OStringStream, and mark that class final.
2 years ago
pow10_helper.cc
…
pow10_helper.h
…
pow10_helper_test.cc
…
resize_uninitialized.h
…
resize_uninitialized_test.cc
…
stl_type_traits.h
…
str_join_internal.h
…
str_split_internal.h
…
string_constant.h
…
string_constant_test.cc
…
utf8.cc
…
utf8.h
…
utf8_test.cc
…