Vijay Pai
19988c6c7e
clang-format
7 years ago
Sree Kuchibhotla
54961bb9e1
Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition varialbes in linux support MONOTONIC clock type)
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Dave MacLachlan
da341bcb89
Fix up review comments
7 years ago
Dave MacLachlan
af5c54de9c
Add thread naming support on platforms that support it.
...
As a client of grpc I want to be aware of which threads are being
created by grpc, and giving them recognizable names makes it significantly
easier to diagnose what is going on in my programs.
This provides thread names for macOS and Linux. Adding support for other
platforms should be easy for platform specialists.
7 years ago
Mark D. Roth
9aea257391
clang-format
7 years ago
Mark D. Roth
bf816d325e
Shorted "reference" to "ref".
7 years ago
Mark D. Roth
853fff8d08
Split tracing code into its own class.
7 years ago
Mark D. Roth
2e19123740
Add tests for tracing versions of Ref() and Unref().
7 years ago
Mark D. Roth
18d332d8ba
Remove incorrect tests for stack allocation.
7 years ago
Mark D. Roth
b319f491ff
Code review changes.
7 years ago
Mark D. Roth
d3984c32c8
clang-format
7 years ago
Mark D. Roth
835537fbc7
Implement MakeReferenceCounted<> helper.
7 years ago
Mark D. Roth
cf9ca843eb
Add ReferenceCountedPtr class.
7 years ago
Mark D. Roth
abadc6c516
Use New() and Delete() instead of C++ new and delete.
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
684f15b210
clang fmt
7 years ago
ncteisen
f0798b4873
Fix Bazel build
7 years ago
ncteisen
4d9c98b146
split POC into real test
7 years ago
Craig Tiller
be98d24841
clang-format after nullptr changes
7 years ago
Craig Tiller
4ac2b8e585
Enable clang-tidy as a sanity check, fix up all known failures
7 years ago
Vijay Pai
c42e978004
Reduce # of arithmetic ops to reduce time spent in this test.
7 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
7 years ago
Yash Tibrewal
77532036b6
BUILD changes. test languauge to C++
7 years ago
Yash Tibrewal
e586324627
BUILD files changes for bazel
7 years ago
Yash Tibrewal
34a57d0346
rename all test core files to cc and a lot of C++ style conversions
7 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
Yuchen Zeng
6514a0df72
Add gpr_is_true
8 years ago
yang-g
59ef64898a
Adding exec_ctx to avl vtable functions
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
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
d47be446d7
Speed up tests
8 years ago
Craig Tiller
d1a6423199
Use stdlib to avoid ubsan errors
8 years ago
Nicolas "Pixel" Noble
15cd5ce2ed
Rewriting core tests BUILD files to use the build system.
8 years ago
Craig Tiller
0362d6b374
ubsan fixes
8 years ago
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
8 years ago
Craig Tiller
a044424430
clang-format
8 years ago
Craig Tiller
dced510997
Fix arena_test on 32-bit platforms (includes Windows)
8 years ago
Craig Tiller
7cbb4feff9
Allow custom deletion policies on grpc_core::UniquePtr<>
8 years ago
Craig Tiller
b3d70102a5
Memory allocator for C++ in core
8 years ago
yang-g
07429fa9a6
Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MIN
8 years ago
yang-g
1aba869e9e
Make convert clock_type consistent with add/sub when dealing with extreme values
8 years ago
Craig Tiller
37723c9ee0
Fix race condition
8 years ago