aboutsummaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
Commit message (Collapse)AuthorAge
* Include googletest as a submodule (#3993)Gravatar Carlos O'Ryan2018-03-26
| | | Add googletest as a submodule in third_party/googletest.
* Update autogen.shGravatar Nan Xiao2017-09-04
| | | | | | | | | | | 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.Gravatar Feng Xiao2016-08-25
| | | | | | The original link is no longer available. Change-Id: I2976d3f19c8e818689549fb31ff20af8eae92a07
* Add support for arguments.Gravatar Matthew Valimaki2015-10-13
| | | | | | Support curl -s argument. Signed-off-by: Matthew Valimaki <matthew.valimaki@gmail.com>
* Down-integrate from internal code base.Gravatar Feng Xiao2015-06-15
| | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* Rename protobuf Ruby module to google/protobuf and rework its buildGravatar Chris Fallin2014-12-12
| | | | | | 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.Gravatar Feng Xiao2014-12-11
|
* Provide a Ruby extension.Gravatar Chris Fallin2014-12-09
| | | | | | 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.Gravatar liujisi@google.com2011-07-05
|
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
|
* Use SVN externals for gtest.Gravatar kenton@google.com2009-07-31
|
* Hopefully make autogen.sh run on solaris.Gravatar kenton@google.com2009-05-01
|
* Update MSVC project files to work with new gtest bundling strategy.Gravatar kenton@google.com2009-04-22
|
* Update bundled gtest to latest version (1.3.0) and include it as aGravatar kenton@google.com2009-04-21
| | | | | | | | | | | | | | | | | 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.Gravatar kenton@google.com2008-09-30
|
* Improve autogen.sh.Gravatar kenton@google.com2008-09-30
|
* Initial checkin.Gravatar temporal2008-07-10