aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* | Beta quality drop of Objective C Support.Thomas Van Lenten2015-06-081-1/+1
|/ | | | | | | | | | | | | | | - Add more to the ObjC dir readme. - Merge the ExtensionField and ExtensionDescriptor to reduce overhead. - Fix an initialization race. - Clean up the Xcode schemes. - Remove the class/enum filter. - Remove some forced inline that were bloating things without proof of performance wins. - Rename some internal types to avoid conflicts with the well know types protos. - Drop the use of ApplyFunctions to the compiler/optimizer can do what it wants. - Better document some possible future improvements. - Add missing support for parsing repeated primitive fields in packed or unpacked forms. - Improve -hash. - Add *Count for repeated and map<> fields to avoid auto create when checking for them being set.
* Adds objectivec_helpers.h to the headers installed by make.Jorge Canizales2015-05-261-0/+1
|
* Copy two data files from ruby/tests to src/google/compiler/ruby. Tests in ↵Bo Yang2015-05-251-0/+2
| | | | src/google/compiler/ruby depend on these two files, but they were missed in language distributions other than ruby
* down-integrate internal changesBo Yang2015-05-211-0/+27
|
* Merge pull request #384 from google/csharpJie Luo2015-05-141-2/+33
|\ | | | | Merge protobuf C# into master (only C# proto2 is supported)
| * Merge branch 'master' of github.com:google/protobuf into integrate_from_masterJan Tattermusch2015-05-131-1/+36
| |\
| * \ Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedJie Luo2015-04-171-2/+33
| |\ \ | | | | | | | | C# protocol buffers (initial pull request)
| | * | forgot to include header files into automake templateJan Tattermusch2015-04-171-1/+15
| | | |
| | * | Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-261-2/+19
| | | |
* | | | Include generated code of well-known types in protobuf C++ runtime.Feng Xiao2015-05-111-6/+30
| |_|/ |/| | | | | | | | Change-Id: I23dee1c1d27b6440658680e9c273b6250213123c
* | | Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-061-0/+25
| | |
* | | Include well-known type protos in "make install".Feng Xiao2015-04-231-1/+11
|/ /
* / Change fixture name to be consistentTamir Duberstein2015-03-311-3/+3
|/ | | | | This fixes the problem where `make check` generates files not ignored by `.gitignore`.
* Revert pull request 175: Add support for the TILE-Gx processor family.Bo Yang2015-03-141-1/+0
|
* Add a missing proto file.Feng Xiao2015-03-131-1/+4
| | | | Change-Id: Ic98584616bd6ee49680273f0cdbe6d9c038ec0e9
* Merge pull request #175 from martiert/tile-supportJisi Liu2015-03-051-0/+1
|\ | | | | Add support for the TILE-Gx processor family.
| * Add support for the TILE-Gx processor family.Martin Ertsaas2015-01-221-0/+1
| |
* | Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-3/+16
| | | | | | | | | | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* | Fix the order of BUILT_FILES so that pbconfig.h will be built beforeJisi Liu2015-02-251-1/+1
| | | | | | | | | | | | anyother targets. Change-Id: I507009cd92a711739d7d58ccee93dfbf0a9fe135
* | Exclude pbconfg.h from dist, otherwise it breaks VS builds.Jisi Liu2015-02-251-3/+4
| | | | | | | | Change-Id: I7f745929b137b93c122448a4a2d9a7bbab6648d6
* | Merge pull request #221 from google/python_proto3Jisi Liu2015-02-251-0/+1
|\ \ | | | | | | Proto3 Python changes for v3.0.0-alpha-2
| * | Fixes for Python/C++ implementation in open-source:Josh Haberman2015-02-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 usedJisi Liu2015-02-251-0/+1
| | | | | | | | | | | | | | | | | | in the map_field_inl.h Change-Id: Ieeaab5507ee34b317d76b5937beb67c298905eb4
* | | Make maps fields work on installed C++ protobufs.Jisi Liu2015-02-251-4/+21
|/ / | | | | | | Change-Id: Id937e25bbb35968ee76c92bd4a8ce6247408c443
* | Merge pull request #204 from pherl/masterJisi Liu2015-02-171-10/+12
|\ \ | | | | | | Implement maps for JavaNano
| * | Initial checkin for maps support in JavaNano.Jisi Liu2015-01-301-10/+12
| |/
* / Two tests for Ruby code generator:Chris Fallin2015-01-141-0/+1
|/ | | | | | | | | | | | - 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 verticallyzhangkun832015-01-121-1/+1
|
* Include names.h as java_names.h in the opensource treezhangkun832015-01-121-0/+1
|
* 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
|