aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Update version number to v3.0.0-preFeng Xiao2014-12-101-1/+1
|
* Merge branch v3.0.0-alpha-1 into master.Feng Xiao2014-12-101-2/+2
|\ | | | | | | | | Conflicts: configure.ac
| * Update post_process_dist.sh to produce a separate package for eachFeng Xiao2014-12-031-1/+1
| | | | | | | | language.
| * Update version number to v3.0.0-alpha-1Feng Xiao2014-12-031-1/+1
| |
* | Provide a Ruby extension.Chris Fallin2014-12-091-1/+1
|/ | | | | | 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.
* Merge pull request #116 from xfxyjwf/fix_warningsFeng Xiao2014-12-021-0/+1
|\ | | | | Get rid of some build warnings.
| * Get rid of some build warnings.Feng Xiao2014-12-021-0/+1
| |
* | Add a ./configure flag "DIST_LANG" to select which langauge to includeFeng Xiao2014-12-021-0/+8
|/ | | | in a distribution package.
* Update version number to 2.6.2-pre.Feng Xiao2014-10-211-1/+1
|
* Update version number to 2.6.1.v2.6.1Feng Xiao2014-10-201-1/+1
|
* Don't test for sched_yield on WindowsWilliam Orr2014-10-101-2/+8
|
* Update version number to 2.6.1rc1Feng Xiao2014-10-081-1/+1
|
* Add check for sched_yield in librtWilliam Orr2014-09-191-0/+3
| | | | | In Solaris, sched_yield lives in librt, rather than libc. This patch adds a check which will link in librt if necessary.
* merge tags/2.6.0 into trunkjieluo@google.com2014-08-251-1/+1
|
* Remove AM_PROG_AR.jieluo@google.com2014-08-051-1/+0
| | | | | | With AM_PROG_AR may report "error: possibly underfined macro: AM_PROG_AR" (mingw, autoreconf-2.68). Without AM_PROG_AR may report warning "archiver requires 'AM_PROG_AR' in 'configure.ac'" (cygwin, automake-1.12). They do not affect the tests and install
* make changes to pass Cygwinjieluo@google.com2014-08-051-1/+2
|
* Update version number in trunkxiaofeng@google.com2013-02-281-1/+1
|
* Quote the AC_LANG_SOURCE to eliminate warnings introduced by autoconf 2.6.8liujisi@google.com2012-12-051-2/+2
|
* Update version to 2.5.0-preliujisi@google.com2012-11-301-1/+1
|
* Allow configure to disable maintainer modeliujisi@google.com2012-07-031-0/+1
|
* Update mainline version to 2.4.2-pre.liujisi@google.com2011-05-031-1/+1
|
* Update mainline version to 2.4.1-pre.liujisi@google.com2011-02-021-1/+1
|
* Boost version number to 2.4.0-pre, add more test cases for text_format.py ↵liujisi@google.com2010-12-091-1/+1
| | | | about unicode field.
* Fix issues: 200 202 211 215 237 246.liujisi@google.com2010-12-061-1/+1
|
* Update version number in trunk to 2.3.1.kenton@google.com2010-01-091-1/+1
|
* Fix 32/64-bit confusion on Solaris 10 x86. Patch from Oliver Jowett.kenton@google.com2009-12-231-2/+4
|
* Set version to 2.3.0-pre.kenton@google.com2009-12-181-1/+1
|
* Detect whether zlib is new enough. Based on patch from Oliver Jowett.kenton@google.com2009-09-151-7/+31
|
* Set version number to 2.2.1 in trunk.kenton@google.com2009-08-131-1/+1
|
* Hack to make gtest sub-package compile correctly on Sun Studio.kenton@google.com2009-08-101-0/+3
|
* Update version number to 2.2.0-pre.kenton@google.com2009-08-061-3/+3
|
* Improve Sun Studio support. Patch from Monty Taylor.kenton@google.com2009-08-061-23/+20
|
* Allow dependents to use pkg-config to figure out what flags to pass to link ↵kenton@google.com2009-08-031-1/+1
| | | | against protobuf.
* Update version number in trunk.kenton@google.com2009-05-131-1/+1
|
* enable cross-compilingkenton@google.com2009-05-061-0/+24
|
* Set better default CXXFLAGS and don't use optimization when compiling testskenton@google.com2009-05-061-0/+37
| | | | | (takes too long).
* More Sun CC hacks. Contributed by Monty Taylor.kenton@google.com2009-05-011-6/+1
|
* 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.
* Commit Brian Olson's gzip stream implementations.kenton@google.com2009-04-161-0/+15
|
* Update trunk version to 2.0.4-SNAPSHOT.kenton@google.com2008-12-051-1/+1
|
* Support "Solaris 10 using recent Sun Studio".kenton@google.com2008-12-041-0/+9
| | | | | Patch from Monty Taylor <monty.taylor@gmail.com>.
* * Update version compatibility stuff -- 2.0.3 is in no way compatible withkenton@google.com2008-12-011-0/+1
| | | | | | 2.0.2. * Minor Tru64 fix.
* Update version number to 2.0.3-SNAPSHOT.kenton@google.com2008-10-161-1/+1
|
* Improvements to configure.ac from Jeff Bailey.kenton@google.com2008-09-301-3/+4
|
* Work around absence of hash_map.kenton@google.com2008-09-191-1/+1
| | | | | Also, update version numbers to 2.0.2-SNAPSHOT.
* 2.0.1 release.temporal2008-08-271-1/+1
|
* Initial checkin.temporal2008-07-101-0/+34