Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Mark D. Roth
bf816d325e
Shorted "reference" to "ref".
7 years ago
Mark D. Roth
cf9ca843eb
Add ReferenceCountedPtr class.
7 years ago
Mark D. Roth
70db663ae8
Add ReferenceCounted base class.
7 years ago
Vijay Pai
891254292e
Remove lockfree stack, again
7 years ago
ncteisen
f0798b4873
Fix Bazel build
7 years ago
Yash Tibrewal
77532036b6
BUILD changes. test languauge to C++
8 years ago
Yash Tibrewal
e586324627
BUILD files changes for bazel
8 years ago
Craig Tiller
b7a8cace34
Add abseil to core, use it for InlinedVector
8 years ago
Nicolas "Pixel" Noble
2bc5e3ac40
Moving visibility and package creation to the build system.
8 years ago
Craig Tiller
c0df1c0f9a
Compiling again
8 years ago
Ken Payson
a4710a090d
Revert "Remove lockfree-stack implementation that is no longer used"
...
This reverts commit 3d04e025bc
.
8 years ago
Vijay Pai
3d04e025bc
Remove lockfree-stack implementation that is no longer used
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Nicolas "Pixel" Noble
af6c83f9e1
Adding dummy layering check option.
8 years ago
Nicolas "Pixel" Noble
15cd5ce2ed
Rewriting core tests BUILD files to use the build system.
8 years ago
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
8 years ago
Yuchen Zeng
39514ccb29
Add licenses() in BUILD files
8 years ago
Craig Tiller
edbf2b9d13
Add a spinlock type.
...
Useful for situations where we need to repeatedly trylock, not useful
for cases where we need to lock (due to spinning).
Add a variant of sync_test to test it (with the same tests we run for
gpr_mu).
Add a benchmark to bm_closure to demonstrate single threaded performance.
8 years ago
yang-g
1da20c10b0
Remove unused load
8 years ago
Craig Tiller
d3e645f07d
e2e fuzzers
9 years ago
Craig Tiller
31a1bbd4bc
Make fuzzer unit tests work
9 years ago
Craig Tiller
ad57f1678e
Begin fuzzing framework
9 years ago
Nicolas "Pixel" Noble
60ca22fef5
Basic testing.
9 years ago