Nicolas Noble
b49ba51f84
Forgot one file.
5 years ago
Nicolas "Pixel" Noble
d7c6c6e40f
!@#!%$@#
7 years ago
Nicolas "Pixel" Noble
b71da61dd1
c++14-compat is c++ only.
7 years ago
Nicolas "Pixel" Noble
fae0d95d2b
Missing test files.
7 years ago
Nicolas "Pixel" Noble
494d65da50
No longer automatically fallbacking on system's OpenSSL if it only has NPN.
7 years ago
Craig Tiller
d996379030
Reset OWNERS state
7 years ago
Craig Tiller
e4985cbbb7
Add test tree owners for C/C++
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Yuchen Zeng
f8b6d6f9a3
Check the version of system c-ares
8 years ago
Vijay Pai
6974763268
Stop checking for pre-c++11 compilers since these are no longer
...
supported
8 years ago
Craig Tiller
819cd88bd7
Allow EPOLLEXCLUSIVE tests to be omitted outside of CI
8 years ago
Yuchen Zeng
9b5aa6360d
Add c-ares in Makefile.template
8 years ago
Craig Tiller
eda85c6765
Expunge all references to zookeeper
9 years ago
Craig Tiller
78222f7383
Enable -Wextra-semi on compilers that support it
...
Use some template magic to make warning detection much easier in the future.
9 years ago
Craig Tiller
804b85534b
Test for a working -Wshadow
9 years ago
Craig Tiller
b79c1e112e
Ensure we can compile boringssl before trying: old compiler compatibility
...
Allow compiling with openssl
9 years ago
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
9 years ago
Craig Tiller
d6c98df792
clang-format all source
9 years ago
Hongwei Wang
fbdce1df2e
Making sure the zookeeper detection test works with all compilers.
9 years ago
Hongwei Wang
cd62075eb6
Formatting
9 years ago
Hongwei Wang
a8cc43907e
Add zookeeper library in Makefile template
9 years ago
Nicolas "Pixel" Noble
4cc8c8abf4
Adding a check to find NPN-capable OpenSSL.
10 years ago
Yang Gao
c71a9d2b56
clang-format
10 years ago
David Garcia Quintas
a9eb302aba
STAP annotation working.
...
Test annotations made to client_channel.c (start_rpc) and channel_create.c
(grpc_channel_create).
10 years ago
Craig Tiller
3486f32686
Fix comment
10 years ago
Craig Tiller
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
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.
10 years ago
Nicolas Noble
d2cfde74b9
Forgot to add the test file.
10 years ago
Craig Tiller
297fafa078
Opportunistically use perftools if installed.
...
Allows us to collect profiles of the open source build using gprof.
10 years ago
Nicolas "Pixel" Noble
27be1a2d3c
Removing a few more traces of libevent.
10 years ago
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
10 years ago