Commit Graph

32 Commits

Author SHA1 Message Date
Nicolas "Pixel" Noble d7c6c6e40f !@#!%$@# 2018-06-27 22:30:12 +02:00
Nicolas "Pixel" Noble b71da61dd1 c++14-compat is c++ only. 2018-06-24 21:56:32 +02:00
Nicolas "Pixel" Noble fae0d95d2b Missing test files. 2018-06-22 19:55:02 +02:00
Nicolas "Pixel" Noble 494d65da50 No longer automatically fallbacking on system's OpenSSL if it only has NPN. 2018-05-15 00:06:04 +02:00
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00
Craig Tiller e4985cbbb7 Add test tree owners for C/C++ 2017-07-13 10:11:42 -07:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Yuchen Zeng f8b6d6f9a3 Check the version of system c-ares 2017-06-02 15:36:25 -07:00
Craig Tiller 63cde40c6d Merge pull request #11010 from ctiller/uberpoll
Roll up of all new polling engines
2017-05-11 10:55:02 -07:00
Vijay Pai 6974763268 Stop checking for pre-c++11 compilers since these are no longer
supported
2017-05-10 22:25:04 -07:00
Craig Tiller 819cd88bd7 Allow EPOLLEXCLUSIVE tests to be omitted outside of CI 2017-04-25 13:18:22 -07:00
Yuchen Zeng 9b5aa6360d Add c-ares in Makefile.template 2016-07-28 10:47:39 -07:00
Craig Tiller eda85c6765 Expunge all references to zookeeper 2016-07-01 12:45:19 -07:00
Craig Tiller 78222f7383 Enable -Wextra-semi on compilers that support it
Use some template magic to make warning detection much easier in the future.
2016-05-10 09:55:38 -07:00
Craig Tiller 804b85534b Test for a working -Wshadow 2016-02-23 17:06:04 -08:00
Craig Tiller b79c1e112e Ensure we can compile boringssl before trying: old compiler compatibility
Allow compiling with openssl
2016-02-23 17:05:46 -08:00
Craig Tiller f96dfc3cf8 First round of fixing up implicit 64->32 bit conversions 2015-09-10 14:43:18 -07:00
Craig Tiller d6c98df792 clang-format all source 2015-08-18 09:33:44 -07:00
Hongwei Wang fbdce1df2e Making sure the zookeeper detection test works with all compilers. 2015-08-06 12:45:49 -07:00
Hongwei Wang cd62075eb6 Formatting 2015-07-22 15:07:24 -07:00
Hongwei Wang b307ae280b Merge branch 'master' into zookeeper 2015-07-17 17:38:34 -07:00
Hongwei Wang a8cc43907e Add zookeeper library in Makefile template 2015-07-16 17:37:47 -07:00
Nicolas "Pixel" Noble 4cc8c8abf4 Adding a check to find NPN-capable OpenSSL. 2015-06-24 01:49:44 +02:00
Yang Gao c71a9d2b56 clang-format 2015-05-04 00:22:12 -07:00
David Garcia Quintas a9eb302aba STAP annotation working.
Test annotations made to client_channel.c (start_rpc) and channel_create.c
(grpc_channel_create).
2015-04-27 19:17:20 -07:00
Craig Tiller 3486f32686 Fix comment 2015-02-27 09:47:59 -08:00
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 2015-02-26 14:27:05 -08:00
Craig Tiller 1a61b17afd Copyright checker
Update LICENSE text to 2015, implement a checker that validates
whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file.
Fix the ones that are missing it.
2015-02-16 11:53:47 -08:00
Nicolas Noble d2cfde74b9 Forgot to add the test file. 2015-02-12 17:08:09 -08:00
Craig Tiller 297fafa078 Opportunistically use perftools if installed.
Allows us to collect profiles of the open source build using gprof.
2015-01-15 15:46:39 -08:00
Nicolas "Pixel" Noble 27be1a2d3c Removing a few more traces of libevent. 2015-01-14 04:55:57 +01:00
nnoble 69ac39f4be Makefile will now build zlib and/or OpenSSL if needed.
-) Detecting system and embedded presence of zlib and OpenSSL with ALPN.
-) Automatically disabling secure targets if no OpenSSL present
--> make all won't work if no OpenSSL is present, forcing the users to select the nonsecure Makefile targets explicitely.
-) Removing build instructions for OpenSSL - this isn't really necessary anymore.
-) Adding more blurb about OpenSSL and the new Makefile features.
	Change on 2014/12/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82020890
2014-12-12 16:36:51 -08:00