Commit Graph

220 Commits

Author SHA1 Message Date
ncteisen 88a7a9f82e Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core 2017-11-14 11:38:31 -08:00
ncteisen 684f15b210 clang fmt 2017-11-13 10:03:02 -08:00
ncteisen f0798b4873 Fix Bazel build 2017-11-13 10:03:02 -08:00
ncteisen 4d9c98b146 split POC into real test 2017-11-13 10:03:02 -08:00
Craig Tiller be98d24841 clang-format after nullptr changes 2017-11-10 15:26:57 -08:00
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 2017-11-10 14:14:17 -08:00
Vijay Pai c42e978004 Reduce # of arithmetic ops to reduce time spent in this test. 2017-11-09 08:35:21 -08:00
Yash Tibrewal 40422d5fa6 Merge master 2017-11-06 14:43:31 -08:00
Craig Tiller baa14a975e Update clang-format to 5.0 2017-11-03 09:09:36 -07:00
Yash Tibrewal 77532036b6 BUILD changes. test languauge to C++ 2017-10-31 11:11:18 -07:00
Yash Tibrewal e586324627 BUILD files changes for bazel 2017-10-30 17:52:07 -07:00
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 2017-10-25 16:23:01 -07:00
Craig Tiller 5d73d47f64 Merge github.com:grpc/grpc into vector 2017-10-12 08:42:31 -07:00
Craig Tiller b7a8cace34 Add abseil to core, use it for InlinedVector 2017-10-05 09:50:18 -07:00
Craig Tiller da8a169928 Merge github.com:grpc/grpc into grpc_millis 2017-09-07 14:47:26 -07:00
Yuchen Zeng b6ef6e9ff5 Merge pull request #12080 from y-zeng/connectivity
Reconnect channels automatically in C++ clients
2017-09-07 12:59:41 -07:00
Craig Tiller ee090ec975 Merge github.com:grpc/grpc into wc 2017-09-01 10:30:11 -07:00
Nicolas "Pixel" Noble 2bc5e3ac40 Moving visibility and package creation to the build system. 2017-08-30 19:18:37 +02:00
Craig Tiller d9b82bdecb Merge github.com:grpc/grpc into grpc_millis 2017-08-29 12:16:56 -07:00
Yuchen Zeng 6514a0df72 Add gpr_is_true 2017-08-25 14:09:47 -07:00
yang-g 59ef64898a Adding exec_ctx to avl vtable functions 2017-07-25 07:45:23 -07:00
Craig Tiller c0df1c0f9a Compiling again 2017-07-17 16:12:33 -07:00
Nicolas Noble 9877189e45 Merge pull request #11310 from nicolasnoble/import
Import mutations.
2017-07-13 13:39:58 -07:00
Ken Payson a4710a090d Revert "Remove lockfree-stack implementation that is no longer used"
This reverts commit 3d04e025bc.
2017-07-10 16:49:59 -07:00
Nicolas "Pixel" Noble 5d80dc4985 Merge branch 'master' of https://github.com/grpc/grpc into import 2017-06-26 22:01:11 +02:00
Vijay Pai 3d04e025bc Remove lockfree-stack implementation that is no longer used 2017-06-19 15:32:44 -07:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Nicolas "Pixel" Noble af6c83f9e1 Adding dummy layering check option. 2017-05-19 01:53:56 +02:00
Nicolas "Pixel" Noble eb36b8ac77 Merge branch 'master' of https://github.com/grpc/grpc into import 2017-05-11 23:24:37 +02:00
Craig Tiller decec09316 Merge github.com:grpc/grpc into c++lame 2017-04-21 08:08:05 -07:00
Craig Tiller 14ff003ae4 Merge pull request #10751 from ctiller/speedup-build
Speed up tests
2017-04-20 12:23:45 -07:00
Craig Tiller d47be446d7 Speed up tests 2017-04-19 17:26:24 -07:00
Craig Tiller d1a6423199 Use stdlib to avoid ubsan errors 2017-04-19 15:34:29 -07:00
Nicolas "Pixel" Noble 15cd5ce2ed Rewriting core tests BUILD files to use the build system. 2017-04-18 19:53:10 +02:00
Craig Tiller 56c23f11b0 Merge github.com:grpc/grpc into c++lame 2017-04-14 15:18:20 -07:00
Craig Tiller 0362d6b374 ubsan fixes 2017-04-13 07:59:08 -07:00
Nicolas "Pixel" Noble 7c26eed838 Buildifier and wrapping test/cpp/* rules with our build system. 2017-04-13 02:03:22 +02:00
Craig Tiller eb36437e85 Merge github.com:grpc/grpc into c++lame 2017-04-07 17:08:42 -07:00
Craig Tiller a044424430 clang-format 2017-04-03 15:17:05 -07:00
Craig Tiller 3a20cec8a3 Merge branch 'arena' of github.com:ctiller/grpc into arena 2017-04-03 15:16:46 -07:00
Craig Tiller dced510997 Fix arena_test on 32-bit platforms (includes Windows) 2017-04-03 12:50:49 -07:00
Craig Tiller 7cbb4feff9 Allow custom deletion policies on grpc_core::UniquePtr<> 2017-04-02 10:03:19 -07:00
Craig Tiller b3d70102a5 Memory allocator for C++ in core 2017-03-31 14:17:09 -07:00
yang-g 07429fa9a6 Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MIN 2017-03-29 17:22:19 -07:00
yang-g 1aba869e9e Make convert clock_type consistent with add/sub when dealing with extreme values 2017-03-28 21:41:02 -07:00
Yuchen Zeng 289bc21585 Merge pull request #9995 from y-zeng/cpu_test
Avoid repetitive division calculations
2017-03-17 11:35:14 -07:00
Craig Tiller 37723c9ee0 Fix race condition 2017-03-13 07:45:44 -07:00
Craig Tiller 0dd81003b5 Concurrent test 2017-03-13 06:57:29 -07:00
Craig Tiller 9202b3fdfd Arena allocator for grpc 2017-03-12 22:30:38 -07:00