aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
* 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)
| * Merge branch 'master' of github.com:google/protobuf into integrate_from_masterGravatar Jan Tattermusch2015-05-13
| |\
* | | Include generated code of well-known types in protobuf C++ runtime.Gravatar Feng Xiao2015-05-11
| |/ |/| | | | | Change-Id: I23dee1c1d27b6440658680e9c273b6250213123c
* | Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Gravatar Thomas Van Lenten2015-05-06
| |
* | Include well-known type protos in "make install".Gravatar Feng Xiao2015-04-23
| |
| * Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedGravatar Jie Luo2015-04-17
|/| | | | | C# protocol buffers (initial pull request)
| * forgot to include header files into automake templateGravatar Jan Tattermusch2015-04-17
| |
* | Change fixture name to be consistentGravatar Tamir Duberstein2015-03-31
| | | | | | | | | | This fixes the problem where `make check` generates files not ignored by `.gitignore`.
| * Rewrote C# protogen to C++ (initial version)Gravatar Jan Tattermusch2015-03-26
|/
* Revert pull request 175: Add support for the TILE-Gx processor family.Gravatar Bo Yang2015-03-14
|
* Add a missing proto file.Gravatar Feng Xiao2015-03-13
| | | | Change-Id: Ic98584616bd6ee49680273f0cdbe6d9c038ec0e9
* Merge pull request #175 from martiert/tile-supportGravatar Jisi Liu2015-03-05
|\ | | | | Add support for the TILE-Gx processor family.
* | Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
| | | | | | | | | | | | | | | | - 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 beforeGravatar Jisi Liu2015-02-25
| | | | | | | | | | | | anyother targets. Change-Id: I507009cd92a711739d7d58ccee93dfbf0a9fe135
* | Exclude pbconfg.h from dist, otherwise it breaks VS builds.Gravatar Jisi Liu2015-02-25
| | | | | | | | Change-Id: I7f745929b137b93c122448a4a2d9a7bbab6648d6
* | Merge pull request #221 from google/python_proto3Gravatar Jisi Liu2015-02-25
|\ \ | | | | | | Proto3 Python changes for v3.0.0-alpha-2