aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add cpp tests under release docker image.Feng Xiao2018-07-151-0/+5
| | | | | | 1. Added C++ tests under the release docker image. 2. Fixed a compile issue with the docker image. 3. Cleaned up tests.sh and removed traivis stuff.
* Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-261-18/+0
| | | Add googletest as a submodule in third_party/googletest.
* Update autogen.shNan Xiao2017-09-041-0/+2
| | | | | | | | | | | Fix the bug in following scenario: gmock is downloaded successfully while gtest not. Resuming "autogen.sh", the gtest won't be downloaded. And following error will occur: $ ./autogen.sh + autoreconf -f -i -Wall,no-obsolete aclocal: error: configure.ac:1: file 'gtest/m4/acx_pthread.m4' does not exist autoreconf: aclocal failed with exit status: 1
* Update gmock links.Feng Xiao2016-08-251-4/+9
| | | | | | The original link is no longer available. Change-Id: I2976d3f19c8e818689549fb31ff20af8eae92a07
* Add support for arguments.Matthew Valimaki2015-10-131-1/+13
| | | | | | Support curl -s argument. Signed-off-by: Matthew Valimaki <matthew.valimaki@gmail.com>
* Down-integrate from internal code base.Feng Xiao2015-06-151-16/+7
| | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-4/+0
| | | | | | system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'.
* Update gtest version to v1.7.0.Feng Xiao2014-12-111-3/+5
|
* Provide a Ruby extension.Chris Fallin2014-12-091-0/+4
| | | | | | This adds a Ruby extension in ruby/ that is based on the 'upb' library (now included as a submodule), and adds support for Ruby code generation to the protoc compiler.
* Update external gtest to 1.5.0.liujisi@google.com2011-07-051-3/+3
|
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-0/+10
|
* Use SVN externals for gtest.kenton@google.com2009-07-311-16/+9
|
* Hopefully make autogen.sh run on solaris.kenton@google.com2009-05-011-2/+2
|
* Update MSVC project files to work with new gtest bundling strategy.kenton@google.com2009-04-221-0/+9
|
* Update bundled gtest to latest version (1.3.0) and include it as akenton@google.com2009-04-211-1/+8
| | | | | | | | | | | | | | | | | nested autoconf package rather than as raw source. This way we can trivially update it again in the future. Actually, this change doesn't even include gtest in protobuf's SVN. Instead, we auto-download it when autogen.sh is invoked. Note that it will be included in release distributions, though. TODO: * Add a configure option to use the system's installed gtest rather than the bundled copy. Apparently the gtest maintainers are working on some general-purpose autoconf macros which will do this automagically. * Update MSVC project files.
* Pass -Wall,no-obsolete to autoreconf.kenton@google.com2008-09-301-2/+2
|
* Improve autogen.sh.kenton@google.com2008-09-301-7/+2
|
* Initial checkin.temporal2008-07-101-0/+27