aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
...
* Fix bugs for internal integration.Gravatar Bo Yang2016-10-10
|
* Integrate internal changesGravatar Bo Yang2016-10-10
|
* Merge pull request #2112 from pherl/mergeGravatar Jisi Liu2016-09-15
|\ | | | | Merge 3.0.x into master
* | Check in php implementation. (#2052)Gravatar Paul Yang2016-09-15
| | | | | | | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
| * Merge pull request #1905 from pherl/fixdocGravatar Jisi Liu2016-08-02
|/| | | | | Add and fix C++ runtime docs
| * Add and fix C++ runtime docsGravatar Jisi Liu2016-08-02
| |
* | Change the build.zip.sh to support liteGravatar Jisi Liu2016-07-28
|/
* Fixed Makefile.am for Ruby file rename.Gravatar Josh Haberman2016-07-26
|
* Add a test to catch sign-comparison warnings.Gravatar Feng Xiao2016-07-22
| | | | | | | | grpc build treates them as errors and such issues (protobuf change breaks grpc) has been reported repeatedly. For example: https://github.com/google/protobuf/issues/1813 Change-Id: I077c4557cf3effd5195f88802c38999b884edc30
* Add files missing from "make dist".Gravatar Feng Xiao2016-07-19
| | | | Change-Id: I56a6cce613462794f172ff2e62b25d8a9fc162f3
* Add missing golden test file.Gravatar Feng Xiao2016-07-14
|
* Fix some failing travis tests.Gravatar Feng Xiao2016-07-01
| | | | | | | 1. Add missing header file to Makefile.am. 2. Re-generate objectivec generated code for well-known types. Change-Id: If28217c701cf8bd739ea0db240e9eee600f23ee7
* Change protobuf CPP proto generator to support the 'lite' option inGravatar Chad Whipkey2016-04-15
| | | | | | | | | proto3. Added a couple unit test proto3 files, for arena_lite and lite. Cloned the proto3_arena_unittest to test some of the basics of generated code (and to ensure that the generated proto3 test files are used by some test).
* Added access_level for typesGravatar Gaurav Vaish2016-04-05
| | | | | | | | | | | * `csharp_options`: Added `Options` to encapsulate generator options. Supported options for now - file_extension, base_namespace * `{Blah}Generator`: Now accept `Options*` as parameter to constructor * `csharp_generator.cc`: Parse and populate options * `Makefile.am`: Added `csharp_options.h` * `extract_includes.bat.in`: Added `csharp_options.h` Refactoring code to two commits. This is the first commit
* Integrate from google internal.Gravatar Jisi Liu2016-01-29
| | | | | Java files are moved to un-do the hack in the prevous commit, which moved the java files to the original position for integration.
* Add missing files to EXTRA_DIST.Gravatar Feng Xiao2015-12-28
| | | | Also delete some unused files.
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|
* Rename "umbrella" to "reflection" consistently.Gravatar Jon Skeet2015-11-19
| | | | This changes csharp_names.h, which will require a corresponding change in GRPC.
* Add support for POWER LinuxGravatar Doug Kwan2015-11-03
|
* First pass at generating XML documentation from .proto comments.Gravatar Jon Skeet2015-10-01
| | | | | | This could be tidied up significantly, and at some point we will want to parse the markdown and generate more appropriate XML - but this is definitely better than nothing. Generated code changes coming in next commit.
* Down-integrate from internal code base.Gravatar Feng Xiao2015-08-23
|
* Merge branch 'master' of github.com:google/protobufGravatar Jisi Liu2015-08-21
|\ | | | | | | Change-Id: If3fb07754a734bae610d95124528e073515ac525
* | Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
| * Merge pull request #629 from google/masterGravatar Jon Skeet2015-07-21
| |\ | |/ |/| Integrate changes from upstream/master into csharp-experimental
* | Merge branch 'master' of github.com:google/protobuf into splitheaderGravatar Jisi Liu2015-07-17
|\ \ | | | | | | | | | Change-Id: I5f6cbc2430200e3751ad754cc7ae604338db6f91
* | | Update make file for extra headers.Gravatar Jisi Liu2015-07-17
| | | | | | | | | | | | Change-Id: Ifbc415755266ba3d0ffa5661fcd7c7d2e3b32a22
| | * Merge pull request #611 from jskeet/csharp-wrappersGravatar Jon Skeet2015-07-17
| | |\ | | | | | | | | C# wrapper types
| | * \ Merge pull request #586 from jtattermusch/csharp_names_exportGravatar Jan Tattermusch2015-07-16
| | |\ \ | | | | | | | | | | Export c# naming routines publicly
| | | | * First part of implementing wrapper types. Not ready yet!Gravatar Jon Skeet2015-07-16
| | | |/ | | |/|
| | * | Merge remote-tracking branch 'upstream/master' into csharp-experimentalGravatar Jan Tattermusch2015-07-15
| | |\ \ | |_|/ / |/| | |
| * | | Install missing headersGravatar Rob Earhart2015-07-14
|/ / / | | | | | | | | | | | | | | | Install google/protobuf/stubs/status.h, and google/protobuf/stubs/stringpiece.h -- these are required in order to include google/protobuf/util/type_resolver.h. Install google/protobuf/stubs/bytestream.h -- this is required in order to include google/protobuf/util/json_util.h.
| | * export c# naming routines publiclyGravatar Jan Tattermusch2015-07-10
| |/
* | Internal local modifications.Gravatar Bo Yang2015-07-09
| |
| * First pass at map support.Gravatar Jon Skeet2015-06-25
| | | | | | | | More tests required. Generated code in next commit.
| * Merge remote-tracking branch 'upstream/master' into proto3-onlyGravatar Jon Skeet2015-06-19
| |\ | |/ |/|
* | Merge pull request #501 from xfxyjwf/downGravatar Feng Xiao2015-06-17
|\ \ | | | | | | Down-integrate from internal code base.
| * | Fix broken builds.Gravatar Feng Xiao2015-06-17
| | |
| | * Merged masterGravatar Jon Skeet2015-06-17
| | |\ | |_|/ |/| |
* | | Make the code independent of config.hGravatar Jisi Liu2015-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Down-integrate from internal code base.Gravatar Feng Xiao2015-06-15
|/ / | | | | | | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* | Merge pull request #495 from pherl/masterGravatar Jisi Liu2015-06-13
|\ \ | | | | | | Make pbconfig.h independent of config.h
| * | Make pbconfig.h independent of config.hGravatar Jisi Liu2015-06-13
| | | | | | | | | | | | Change-Id: I31ead985b4ac5b02fb7558d34c1da19fd837b50a
* | | Merge pull request #481 from Qartar/masterGravatar Feng Xiao2015-06-12
|\ \ \ | |/ / |/| | Workaround for MSVC's string literal compiler limit.
| * | Workaround for MSVC's string literal compiler limit.Gravatar Qartar2015-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Escape characters don't count for string literal size, no need to pre-generate escape string. Added unit test to touch enormous cpp generated descriptor. Updated makefile to include enormous_descriptor.proto Fixed language compatibility error.
* | | Beta quality drop of Objective C Support.Gravatar Thomas Van Lenten2015-06-08
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * First stab at new proto3-only code generatorGravatar Jon Skeet2015-06-05
|/
* Adds objectivec_helpers.h to the headers installed by make.Gravatar Jorge Canizales2015-05-26
|
* Copy two data files from ruby/tests to src/google/compiler/ruby. Tests in ↵Gravatar Bo Yang2015-05-25
| | | | src/google/compiler/ruby depend on these two files, but they were missed in language distributions other than ruby
* down-integrate internal changesGravatar Bo Yang2015-05-21
|
* Merge pull request #384 from google/csharpGravatar Jie Luo2015-05-14
|\ | | | | Merge protobuf C# into master (only C# proto2 is supported)