aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Update the list of places where the version is stored.Walter Gray2016-05-281-2/+7
|
* Update version numbers for beta3Jisi Liu2016-05-101-1/+1
|
* Added framework for generating/consuming benchmarking data sets.Josh Haberman2016-04-271-1/+1
| | | | | | | | This takes the code that was sitting in benchmarks/ already and makes it easier for language-specific benchmarks to consume. Future PRs will enhance this so that the language-specific benchmarks can report metrics back that will be tracked over time in PerfKit.
* Add missing files to EXTRA_DIST.Feng Xiao2015-12-281-1/+1
| | | | Also delete some unused files.
* Update version numbers.Feng Xiao2015-12-211-1/+1
| | | | | Version number for beta languages is updated to v3.0.0-beta-2. Version number for alpha languages is updated to v3.0.0-alpha-5.
* Add support for the conformance test for objc when run on OS XThomas Van Lenten2015-11-181-0/+10
|
* Update version number.Feng Xiao2015-08-261-1/+1
| | | | | Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
* Merge pull request #501 from xfxyjwf/downFeng Xiao2015-06-171-3/+3
|\ | | | | Down-integrate from internal code base.
| * Down-integrate from internal code base.Feng Xiao2015-06-151-3/+3
| | | | | | | | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* | Make the code independent of config.hJisi Liu2015-06-161-0/+6
|/ | | | | | | | | | | | | Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather than providing a config.h - Make pbconfig.h a manually written file to handle hash conditions according to platform related macros. - Remove #include "config.h" from source code. - Changed the configure.ac and Makefile.am to pass down the macros. - Change cmake to pass down the the macros. Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc
* Update version number to 3.0.0-alpha-4Bo Yang2015-05-291-1/+1
|
* Allow csharp to be configured as a language in configure.acteboring2015-05-231-1/+1
|
* Update version number to 3.0.0-alpha-3teboring2015-05-231-1/+1
|
* Objective C Second Alpha DropThomas Van Lenten2015-05-221-1/+1
| | | | | | | | | | - Style fixups in the code. - map<> serialization fixes and more tests. - Autocreation of map<> fields (to match repeated fields). - @@protoc_insertion_point(global_scope|imports). - Fixup proto2 syntax extension support. - Move all startup code to +initialize so it happen on class usage and not app startup. - Have generated headers use forward declarations and move imports into generated code, reduces what is need at compile time to speed up compiled and avoid pointless rippling of rebuilds.
* Added first version of conformance tests.Josh Haberman2015-04-081-1/+1
| | | | Change-Id: Ib75664194491643f8e4f1503a2ed942a2d1e1655
* Bump the version number to 3.0.0-alpha-3-preJisi Liu2015-03-021-1/+1
| | | | Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
* Include Ruby and JavaNano into dist packages.Jisi Liu2015-02-211-1/+1
| | | | | | | | Changes the automake to use tar-ustar for tarbal format, which supports filenames exceeding 99-chars. Otherwise Nano source files cannot be distributed. Change-Id: I33e43148e317374cd46417bebb8559e40fac7299
* Update version number to 3.0.0-alpha-2Jisi Liu2015-02-211-1/+1
| | | | Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
* Integrate changes from Google open-source branch.Josh Haberman2015-02-171-1/+1
|
* 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
|