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.
667
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:
edbf66288b
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 'edbf66288b'
${ noResults }
abseil-cpp
/
absl
/
random
History
Russell Johnston
8bf19a07e0
Use the `-l` form for MinGW-specific link dependencies
...
This corrects the generated .pc files, so these libs match the other libs already included there.
2 years ago
..
internal
Fix "unsafe narrowing" warnings in absl, 12/12.
2 years ago
BUILD.bazel
Make exponential_distribution_test a bigger test (timeout small -> moderate).
2 years ago
CMakeLists.txt
Use the `-l` form for MinGW-specific link dependencies
2 years ago
benchmarks.cc
…
bernoulli_distribution.h
…
bernoulli_distribution_test.cc
…
beta_distribution.h
…
beta_distribution_test.cc
Internal change
3 years ago
bit_gen_ref.h
Export of internal Abseil changes
3 years ago
bit_gen_ref_test.cc
…
discrete_distribution.cc
…
discrete_distribution.h
…
discrete_distribution_test.cc
…
distributions.h
…
distributions_test.cc
…
examples_test.cc
…
exponential_distribution.h
…
exponential_distribution_test.cc
…
gaussian_distribution.cc
…
gaussian_distribution.h
…
gaussian_distribution_test.cc
…
generators_test.cc
…
log_uniform_int_distribution.h
…
log_uniform_int_distribution_test.cc
…
mock_distributions.h
…
mock_distributions_test.cc
…
mocking_bit_gen.h
Export of internal Abseil changes
3 years ago
mocking_bit_gen_test.cc
…
poisson_distribution.h
…
poisson_distribution_test.cc
…
random.h
…
seed_gen_exception.cc
…
seed_gen_exception.h
…
seed_sequences.cc
…
seed_sequences.h
Make absl::StdSeedSeq an alias for std::seed_seq
2 years ago
seed_sequences_test.cc
…
uniform_int_distribution.h
…
uniform_int_distribution_test.cc
…
uniform_real_distribution.h
Export of internal Abseil changes
3 years ago
uniform_real_distribution_test.cc
Export of internal Abseil changes
3 years ago
zipf_distribution.h
Export of internal Abseil changes
3 years ago
zipf_distribution_test.cc
…