aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gprpp
Commit message (Expand)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
* Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Fix InlinedVector to use its elements' move and copy methods.Gravatar Mark D. Roth2018-11-28
* Add a non-polymorphic variant to RefCounted.Gravatar Soheil Hassas Yeganeh2018-11-13
* Add pop_back testGravatar ncteisen2018-10-05
* fix clang_tidyGravatar Mark D. Roth2018-07-27
* A bit of cleanup and add more tests.Gravatar Mark D. Roth2018-07-27
* Fix RefCountedPtr to handle polymorphism.Gravatar Mark D. Roth2018-07-26
* reviewer feedbackGravatar ncteisen2018-07-17
* reviewer feedback:Gravatar ncteisen2018-07-17
* Add copy and move ctor to InlinedVectorGravatar ncteisen2018-07-13
* Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
|\
* | Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
| * Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metada...Gravatar Mark D. Roth2018-06-14
|/
* Revert "Second attempt: move recv_trailing_metadata into its own callback, do...Gravatar Mark D. Roth2018-06-13
* Code review changes.Gravatar Mark D. Roth2018-06-11
* Fix fork test flakeGravatar kpayson642018-05-18
* Regenerate projectsGravatar kpayson642018-05-11
* Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_checkGravatar kpayson642018-05-11
|\
* | BUILD fixesGravatar kpayson642018-05-11
* | c++ifyGravatar kpayson642018-04-30
| * Avoid warnings from LLVM -Wself-assign.Gravatar Mark D. Roth2018-04-18
| * Change InlinedVector to keep elements stored contiguously.Gravatar Mark D. Roth2018-03-28
| * Don't capture unnecessary or unused variablesGravatar David Garcia Quintas2018-03-21
|/
* Minor changes and fixesGravatar Vijay Pai2018-03-01
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
* Reduce thread count to reduce stack frame sizeGravatar Vijay Pai2018-02-24
* Minor bug fixesGravatar Vijay Pai2018-02-20
* clang-fmtGravatar Vijay Pai2018-02-19
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
* Change Ref() methods to return a RefCountedPtr<>.Gravatar Mark D. Roth2018-02-06
* Fix build problem.Gravatar Mark D. Roth2018-01-24
* Add const version of operator[].Gravatar Mark D. Roth2018-01-23
* Add clear() method for InlinedVector<>.Gravatar Mark D. Roth2018-01-23
* Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19