aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/build
Commit message (Collapse)AuthorAge
* Fix commentGravatar Craig Tiller2015-02-27
|
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
|
* Copyright checkerGravatar Craig Tiller2015-02-16
| | | | | | 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.
* Forgot to add the test file.Gravatar Nicolas Noble2015-02-12
|
* Opportunistically use perftools if installed.Gravatar Craig Tiller2015-01-15
| | | | Allows us to collect profiles of the open source build using gprof.
* Removing a few more traces of libevent.Gravatar Nicolas "Pixel" Noble2015-01-14
|
* Makefile will now build zlib and/or OpenSSL if needed.Gravatar nnoble2014-12-12
-) 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