222 Commits (8a631a2b052330b169fd52d7fb7efea2c149d3a5)

Author SHA1 Message Date
Dave MacLachlan af5c54de9c Add thread naming support on platforms that support it. 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 7 years ago
Nicolas "Pixel" Noble 2bc5e3ac40 Moving visibility and package creation to the build system. 7 years ago
Yuchen Zeng 6514a0df72 Add gpr_is_true 7 years ago
yang-g 59ef64898a Adding exec_ctx to avl vtable functions 7 years ago
Craig Tiller c0df1c0f9a Compiling again 7 years ago
Ken Payson a4710a090d Revert "Remove lockfree-stack implementation that is no longer used" 7 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" 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
Craig Tiller 0dd81003b5 Concurrent test 8 years ago
Craig Tiller 9202b3fdfd Arena allocator for grpc 8 years ago
Yuchen Zeng f0d6b88626 Avoid repetitive division calculations 8 years ago
Yuchen Zeng 39514ccb29 Add licenses() in BUILD files 8 years ago
Craig Tiller b73ad23bd8 Fix memory leak 8 years ago
Craig Tiller edbf2b9d13 Add a spinlock type. 8 years ago
Craig Tiller 6f4178878c Add zalloc, convert a bunch of files to use it 8 years ago
Robbie Shade ca7effcdff Replace timeout/scaling macros with functions. 8 years ago
yang-g 1da20c10b0 Remove unused load 8 years ago
Julien Boeuf 964d7bb482 Fixing JWT verifier. 8 years ago
David Garcia Quintas 1edfb952d0 Updated backoff to spec. 8 years ago
Craig Tiller 0f310807ff Update includes, s/gpr_dump_slice/grpc_dump_slice/g 8 years ago
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 8 years ago
Craig Tiller d3e645f07d e2e fuzzers 8 years ago
Craig Tiller 31a1bbd4bc Make fuzzer unit tests work 8 years ago