aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed Makefile.am for Ruby file rename.Josh Haberman2016-07-261-1/+1
|
* Add a test to catch sign-comparison warnings.Feng Xiao2016-07-221-6/+28
| | | | | | | | 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".Feng Xiao2016-07-191-1/+3
| | | | Change-Id: I56a6cce613462794f172ff2e62b25d8a9fc162f3
* Add missing golden test file.Feng Xiao2016-07-141-0/+1
|
* Fix some failing travis tests.Feng Xiao2016-07-011-0/+1
| | | | | | | 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 inChad Whipkey2016-04-151-0/+8
| | | | | | | | | 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 typesGaurav Vaish2016-04-051-0/+1
| | | | | | | | | | | * `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.Jisi Liu2016-01-291-0/+3
| | | | | 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.Feng Xiao2015-12-281-3/+5
| | | | Also delete some unused files.
* Down-integrate from internal code base.Feng Xiao2015-12-111-2/+6
|
* Rename "umbrella" to "reflection" consistently.Jon Skeet2015-11-191-2/+2
| | | | This changes csharp_names.h, which will require a corresponding change in GRPC.
* Add support for POWER LinuxDoug Kwan2015-11-031-1/+1
|
* First pass at generating XML documentation from .proto comments.Jon Skeet2015-10-011-0/+2
| | | | | | 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.Feng Xiao2015-08-231-10/+31
|
* Merge branch 'master' of github.com:google/protobufJisi Liu2015-08-211-4/+5
|\ | | | | | | Change-Id: If3fb07754a734bae610d95124528e073515ac525
| * Merge pull request #629 from google/masterJon Skeet2015-07-211-0/+9
| |\ | | | | | | Integrate changes from upstream/master into csharp-experimental
| * \ Merge pull request #611 from jskeet/csharp-wrappersJon Skeet2015-07-171-1/+3
| |\ \ | | | | | | | | C# wrapper types
| | * | First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-161-1/+3
| | | |
| * | | Merge pull request #586 from jtattermusch/csharp_names_exportJan Tattermusch2015-07-161-0/+1
| |\ \ \ | | |/ / | |/| | Export c# naming routines publicly
| | * | export c# naming routines publiclyJan Tattermusch2015-07-101-0/+1
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into csharp-experimentalJan Tattermusch2015-07-151-1/+0
| |\ \ \ | | |/ / | |/| |
| * | | First pass at map support.Jon Skeet2015-06-251-0/+2
| | | | | | | | | | | | | | | | More tests required. Generated code in next commit.
| * | | Merge remote-tracking branch 'upstream/master' into proto3-onlyJon Skeet2015-06-191-99/+201
| |\ \ \
| * \ \ \ Merged masterJon Skeet2015-06-171-23/+18
| |\ \ \ \
| * | | | | First stab at new proto3-only code generatorJon Skeet2015-06-051-5/+1
| | | | | |
* | | | | | Down-integrate from internal branch.Jisi Liu2015-08-211-5/+26
| |_|_|_|/ |/| | | | | | | | | | | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* | | | | Merge branch 'master' of github.com:google/protobuf into splitheaderJisi Liu2015-07-171-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I5f6cbc2430200e3751ad754cc7ae604338db6f91
| * | | | | Install missing headersRob Earhart2015-07-141-0/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | 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.
* / | | | Update make file for extra headers.Jisi Liu2015-07-171-0/+6
|/ / / / | | | | | | | | | | | | Change-Id: Ifbc415755266ba3d0ffa5661fcd7c7d2e3b32a22
* | | / Internal local modifications.Bo Yang2015-07-091-1/+0
| |_|/ |/| |
* | | Merge pull request #501 from xfxyjwf/downFeng Xiao2015-06-171-99/+201
|\ \ \ | |_|/ |/| | Down-integrate from internal code base.
| * | Fix broken builds.Feng Xiao2015-06-171-15/+22
| | |
| * | Down-integrate from internal code base.Feng Xiao2015-06-151-97/+192
| | | | | | | | | | | | | | | | | | [ci skip] Change-Id: I9391c09640e0b0b2b21c45a97a1fc91814d95c5d
* | | Make the code independent of config.hJisi Liu2015-06-161-2/+10
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #495 from pherl/masterJisi Liu2015-06-131-18/+3
|\ \ | | | | | | Make pbconfig.h independent of config.h
| * | Make pbconfig.h independent of config.hJisi Liu2015-06-131-18/+3
| | | | | | | | | | | | Change-Id: I31ead985b4ac5b02fb7558d34c1da19fd837b50a
* | | Merge pull request #481 from Qartar/masterFeng Xiao2015-06-121-2/+4
|\ \ \ | |/ / |/| | Workaround for MSVC's string literal compiler limit.
| * | Workaround for MSVC's string literal compiler limit.Qartar2015-06-121-2/+4
| |/ | | | | | | | | | | | | | | | | | | 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.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
|/ /