aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
...
| * | Fixes for Python/C++ implementation in open-source:Gravatar Josh Haberman2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rosy hack doesn't apply (that test should be removed for the open-source release). * Added our own copy of parameterized.py (the open-source version of Google Apputils doesn't contain it). * The C++ Descriptor object didn't implement extension_ranges. * Had to implement a hack around returning EncodeError, to work around the module-loading behavior of the test runner.
* | | Include shared_ptr.h into headers to make maps proto work. It is usedGravatar Jisi Liu2015-02-25
| | | | | | | | | | | | | | | | | | in the map_field_inl.h Change-Id: Ieeaab5507ee34b317d76b5937beb67c298905eb4
* | | Make maps fields work on installed C++ protobufs.Gravatar Jisi Liu2015-02-25
|/ / | | | | | | Change-Id: Id937e25bbb35968ee76c92bd4a8ce6247408c443
* | Merge pull request #204 from pherl/masterGravatar Jisi Liu2015-02-17
|\ \ | | | | | | Implement maps for JavaNano
| * | Initial checkin for maps support in JavaNano.Gravatar Jisi Liu2015-01-30
| | |
| | * Add support for the TILE-Gx processor family.Gravatar Martin Ertsaas2015-01-22
| |/
* / Two tests for Ruby code generator:Gravatar Chris Fallin2015-01-14
|/ | | | | | | | | | | | - A golden-file test that ensures protoc produces known-valid output. - A Ruby test that loads that golden file and ensures it actually works with the extension. This split strategy allows us to test end-to-end without needing to integrate the Ruby gem build system and the protoc build system. This is desirable because we do not want a gem build/install to depend on building protoc, and we do not want building protoc to depend on building and testing the gem.
* Align backslash verticallyGravatar zhangkun832015-01-12
|
* Include names.h as java_names.h in the opensource treeGravatar zhangkun832015-01-12
|
* Add missing header files in src/Makefile.amGravatar Feng Xiao2014-12-12
|
* Merge branch v3.0.0-alpha-1 into master.Gravatar Feng Xiao2014-12-10
|\ | | | | | | | | Conflicts: configure.ac
* | 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.
| * Remove map_field.cc from lite-runtime.Gravatar Feng Xiao2014-12-09
| |
| * Update version number to v3.0.0-alpha-1Gravatar Feng Xiao2014-12-03
|/
* Link Java Nano generator into protoc.Gravatar Jisi Liu2014-11-25
|
* Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14
|
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
|
* Add the missing solaris atomics header file.Gravatar Feng Xiao2014-10-22
|
* Update version number to 2.6.2-pre.Gravatar Feng Xiao2014-10-21
|
* Update version number to 2.6.1rc1Gravatar Feng Xiao2014-10-08
|
* merge tags/2.6.0 into trunkGravatar jieluo@google.com2014-08-25
|
* make dist complains the file name is too long and refuse to put it to tar. ↵Gravatar jieluo@google.com2014-08-14
| | | | Change the file to a shorter name
* down integrate python opensource to svnGravatar jieluo@google.com2014-08-12
|
* down integrate to svnGravatar jieluo@google.com2014-07-18
|
* Update version number in trunkGravatar xiaofeng@google.com2013-02-28
|
* Fix a typo of nacl file name.Gravatar liujisi@google.com2013-01-10
|
* Add arm_qnx atomic ops support and add missing header files in Makefile.amGravatar liujisi@google.com2013-01-10
|
* Merge from tags/2.5.0rc1 to trunkGravatar xiaofeng@google.com2012-12-04
|
* Fix issues: 342, 424, 428, 430, 436Gravatar xiaofeng@google.com2012-12-04
|
* Update version to 2.5.0-preGravatar liujisi@google.com2012-11-30
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
|
* Update atomicops to support new platforms where intptr_t = long.Gravatar liujisi@google.com2012-06-05
| | | | Fix license headers.
* Add atomicops from V8.Gravatar pliard@google.com2012-03-02
|
* Boost version number to 2.4.0-pre, add more test cases for text_format.py ↵Gravatar liujisi@google.com2010-12-09
| | | | about unicode field.
* Fix issues: 166 167 172 175 181 188 192 194 195.Gravatar liujisi@google.com2010-12-03
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
|
* Minor compatibility tweaks for FreeBSD.Gravatar kenton@google.com2010-01-08
|
* Add missing file to dist.Gravatar kenton@google.com2010-01-07
|
* Improve zip/jar support:Gravatar kenton@google.com2010-01-04
| | | | | | | | | - 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.Gravatar kenton@google.com2009-12-24
|
* Build DLLs on Cygwin and MinGW.Gravatar kenton@google.com2009-12-22
|
* Set version to 2.3.0-pre.Gravatar kenton@google.com2009-12-18
|
* Point test_plugin at the correct gtest headers.Gravatar kenton@google.com2009-12-18
|
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
|
* fix SONAME in trunkGravatar kenton@google.com2009-12-11
|
* Fix cross-compiling when building in a dedicated build directory. Fix ↵Gravatar kenton@google.com2009-09-11
| | | | pointed out by Pierre Kestener.
* Oops, unittest_enormous_descriptor.proto still needs to be in the dist.Gravatar kenton@google.com2009-08-11
|
* Don't build unittest_enormous_decsriptor.proto in C++ because it's very slow ↵Gravatar kenton@google.com2009-08-11
| | | | on older GCCs. This file was meant for testing Java anyway.
* Gigantic descriptors shouldn't overflow the Java string literal size limit.Gravatar kenton@google.com2009-08-07
|
* Update version number to 2.2.0-pre.Gravatar kenton@google.com2009-08-06
|