aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add missing header files in src/Makefile.amFeng Xiao2014-12-121-1/+3
|
* Merge branch v3.0.0-alpha-1 into master.Feng Xiao2014-12-101-4/+4
|\ | | | | | | | | Conflicts: configure.ac
| * Remove map_field.cc from lite-runtime.Feng Xiao2014-12-091-1/+1
| |
| * Update version number to v3.0.0-alpha-1Feng Xiao2014-12-031-3/+3
| |
* | Provide a Ruby extension.Chris Fallin2014-12-091-1/+2
|/ | | | | | 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.
* Link Java Nano generator into protoc.Jisi Liu2014-11-251-0/+21
|
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-0/+22
|
* Down-integrate from internal code base.Feng Xiao2014-11-101-22/+63
|
* Add the missing solaris atomics header file.Feng Xiao2014-10-221-1/+2
|
* Update version number to 2.6.2-pre.Feng Xiao2014-10-211-3/+3
|
* Update version number to 2.6.1rc1Feng Xiao2014-10-081-3/+3
|
* merge tags/2.6.0 into trunkjieluo@google.com2014-08-251-1/+2
|
* make dist complains the file name is too long and refuse to put it to tar. ↵jieluo@google.com2014-08-141-1/+3
| | | | Change the file to a shorter name
* down integrate python opensource to svnjieluo@google.com2014-08-121-0/+4
|
* down integrate to svnjieluo@google.com2014-07-181-4/+20
|
* Update version number in trunkxiaofeng@google.com2013-02-281-3/+3
|
* Fix a typo of nacl file name.liujisi@google.com2013-01-101-1/+1
|
* Add arm_qnx atomic ops support and add missing header files in Makefile.amliujisi@google.com2013-01-101-0/+2
|
* Merge from tags/2.5.0rc1 to trunkxiaofeng@google.com2012-12-041-45/+47
|
* Fix issues: 342, 424, 428, 430, 436xiaofeng@google.com2012-12-041-2/+2
|
* Update version to 2.5.0-preliujisi@google.com2012-11-301-3/+3
|
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-2/+22
|
* Update atomicops to support new platforms where intptr_t = long.liujisi@google.com2012-06-051-1/+1
| | | | Fix license headers.
* Add atomicops from V8.pliard@google.com2012-03-021-0/+8
|
* Boost version number to 2.4.0-pre, add more test cases for text_format.py ↵liujisi@google.com2010-12-091-3/+3
| | | | about unicode field.
* Fix issues: 166 167 172 175 181 188 192 194 195.liujisi@google.com2010-12-031-1/+0
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-0/+2
|
* Minor compatibility tweaks for FreeBSD.kenton@google.com2010-01-081-11/+4
|
* Add missing file to dist.kenton@google.com2010-01-071-0/+1
|
* Improve zip/jar support:kenton@google.com2010-01-041-3/+6
| | | | | | | | | - Don't support par or war since par is not a standard format and outputting to war doesn't make sense. - Add boilerplate manifest when outputting to Jar. - Remove "XXX check conversion" comments because I don't care. - Add a test.
* Allow protoc to output directly to zip/jar/par/war files.kenton@google.com2009-12-241-0/+2
|
* Build DLLs on Cygwin and MinGW.kenton@google.com2009-12-221-3/+3
|
* Set version to 2.3.0-pre.kenton@google.com2009-12-181-3/+3
|
* Point test_plugin at the correct gtest headers.kenton@google.com2009-12-181-0/+2
|
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-2/+27
|
* fix SONAME in trunkkenton@google.com2009-12-111-3/+3
|
* Fix cross-compiling when building in a dedicated build directory. Fix ↵kenton@google.com2009-09-111-1/+1
| | | | pointed out by Pierre Kestener.
* Oops, unittest_enormous_descriptor.proto still needs to be in the dist.kenton@google.com2009-08-111-1/+2
|
* Don't build unittest_enormous_decsriptor.proto in C++ because it's very slow ↵kenton@google.com2009-08-111-3/+0
| | | | on older GCCs. This file was meant for testing Java anyway.
* Gigantic descriptors shouldn't overflow the Java string literal size limit.kenton@google.com2009-08-071-0/+3
|
* Update version number to 2.2.0-pre.kenton@google.com2009-08-061-3/+3
|
* Remove two empty source files. This doesn't actually have any effect on ↵kenton@google.com2009-07-291-2/+0
| | | | code size but might as well get rid of them.
* Decouple strutil from C++ lite library for a further 23k reduction.kenton@google.com2009-07-291-4/+6
|
* Define libprotobuf-lite in Makefile.am.kenton@google.com2009-07-291-17/+20
| | | | | | | TODO: Compile conditionally? Provide a way to omit ExtensionSet? Should libprotobuf depend on libprotobuf-lite instead of being a stand-alone lib?
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-3/+34
| | | | | C++ and Java. See CHANGES.txt for more details.
* enable cross-compilingkenton@google.com2009-05-061-0/+10
|
* Set better default CXXFLAGS and don't use optimization when compiling testskenton@google.com2009-05-061-2/+8
| | | | | (takes too long).
* Add second run of cpp_unittest which verifies that descriptors are ↵kenton@google.com2009-04-281-10/+24
| | | | constructed lazily. This is accomplished by avoiding any use of descriptors while testing a bunch of other operations, then checking at the end that descriptors have not been constructed.
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-251-0/+6
| | | | | for details.
* Update bundled gtest to latest version (1.3.0) and include it as akenton@google.com2009-04-211-25/+7
| | | | | | | | | | | | | | | | | 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.