aboutsummaryrefslogtreecommitdiff
path: root/src/core/lib/gprpp/ref_counted.h
AgeCommit message (Expand)Author
2019-06-06Stop misspelling our own project nameVijay Pai
2019-06-05Change ChannelzRegistry::Get() to return a RefCountedPtr<>.Mark D. Roth
2019-05-14Merge pull request #18959 from SataQiu/fix-20190506Vijay Pai
2019-05-08Mark it unlikely for Unref() to return true.Soheil Hassas Yeganeh
2019-05-06fix some spelling mistakesSataQiu
2019-04-19grpc_slice_refcount devirtualizationArjun Roy
2019-02-22Merge pull request #18096 from markdroth/lb_policy_apiMark D. Roth
2019-02-20Move all helper functions to a class called Atomic.Soheil Hassas Yeganeh
2019-02-20Alias std::memory_order as grpc_core::MemoryOrder.Soheil Hassas Yeganeh
2019-02-19Revert "Merge pull request #18093 from grpc/revert-17770-lb_policy_picker_api"Mark D. Roth
2019-02-19Revert "LB policy picker API"hcaseyal
2019-02-15Introduce more helper methods in gprpp/atomic.hSoheil Hassas Yeganeh
2019-02-13LB policy picker APIMark D. Roth
2018-12-01Add debug-only tracing to grpc_core::RefCountSoheil Hassas Yeganeh
2018-11-28Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCountSoheil Hassas Yeganeh
2018-11-15Add grpc_core::RefCount and use it for RefCountedPtrSoheil Hassas Yeganeh
2018-11-13Add a non-polymorphic variant to RefCounted.Soheil Hassas Yeganeh
2018-07-26Fix RefCountedPtr to handle polymorphism.Mark D. Roth
2018-05-11Add single point of maintanence for New Delete friendsncteisen
2018-04-25Change trace logging to use GPR_INFO instead of GPR_DEBUG.Mark D. Roth
2018-04-20Work-around for ref-counted subclass deletion address problem.Mark D. Roth
2018-02-26Convert slice hash table and service config code to C++.Mark D. Roth
2018-02-23Add a sanity check for inclusion of port_platform.hAlexander Polcyn
2018-02-06Enforce CRTP: weaken reinterpret_cast to static_castVijay Pai
2018-02-06Change Ref() methods to return a RefCountedPtr<>.Mark D. Roth
2018-01-19Rename 'gpr++' directories to 'gprpp'.Mark D. Roth