Commit graph

1131 commits

Author SHA1 Message Date
Thomas Van Lenten
fa925b9893 Improve support for plugin parameters.
--[name]_opt support depended on the plugin being register, and didn't support
working with just --[name]_out directive (where the plugin is found via the
users PATH. This extends the command line handing to allow --[name]_out to
be all it takes for the _opt directive to also be supported.

Fixes https://github.com/google/protobuf/issues/2712
2017-02-14 12:26:47 -08:00
Orion Poplawski
2c8346a259 Fix typo that breaks builds on big-endian (#2632) 2017-01-26 14:14:34 -08:00
Bo Yang
4447637bf7 Remove redundent embed.cc from src/Makefile.am 2017-01-10 13:20:16 -08:00
Adam Cozzette
790fc9387c Fixed "make distcheck" for the Autotools build
To make the test pass I needed to fix out-of-tree builds and update
EXTRA_DIST and CLEANFILES.
2017-01-10 13:18:47 -08:00
Bo Yang
531ebd9b94 Add embed.cc in src/Makefile.am to fix dist check. 2017-01-10 12:28:39 -08:00
Bo Yang
e259b515a5 Fix generated code when there is no namespace but there is enum definition. 2017-01-10 01:02:35 +00:00
Marcus Longmuir
83fb8c7d29 Fix generation of extending nested messages in JavaScript (#2439)
* Fix generation of extending nested messages in JavaScript

* Added missing test8.proto to build
2017-01-09 11:45:52 -08:00
Adam Cozzette
77e434de36 Fixed cross compilations with the Autotools build
Pull request #2517 caused cross compilations to start failing, because
the js_embed binary was being built to run on the target platform
instead of on the build machine. This change updates the Autotools build
to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for
the build machine and always use that when building js_embed.
2017-01-09 11:41:39 -08:00
Julien Brianceau
46dee43e25 Fix include in auto-generated well_known_types_embed.cc
Restore include style fix (e3da722) that has been trampled by
auto-generation of well_known_types_embed.cc
2017-01-09 11:41:02 -08:00
Julien Brianceau
a24ddc570f Fix warning in compiler/js/embed.cc
embed.cc: In function ‘std::string CEscape(const string&)’:
embed.cc:51:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < str.size(); ++i) {
                                ^
2017-01-09 11:39:55 -08:00
Bo Yang
f5cc1a54c5 Bump version number to 3.2.0 2016-12-28 13:12:18 -08:00
Bo Yang
117f771641 Update _GNUC_VER to use the correct implementation of atomic operation on Mac. 2016-12-22 15:24:53 -08:00
Adam Cozzette
2d8a54477f Updated Makefile.am to fix out-of-tree builds 2016-12-21 13:47:24 -08:00
Adam Cozzette
f424c715e1 Added well_known_types_embed.cc to CLEANFILES so that it gets cleaned up 2016-12-21 13:47:09 -08:00
Bo Yang
e02ff1a194 Update _GNUC_VER to use the correct implementation of atomic operation
on Mac.
2016-12-21 13:19:46 -08:00
Bo Yang
9cb253f46e Down-integrate internal changes to github. 2016-12-19 16:04:00 -08:00
Bo Yang
199d82fde1 Down-integrate internal changes to github. 2016-12-19 16:00:01 -08:00
Adam Cozzette
1b3a0c16e6 Auto-generate well_known_types_embed.cc
Until now this file was just checked into the repo, but actually it
should be generated from any.js, struct.js, and timestamp.js. This
change updates the build system to make this happen. To make it work I
also had to remove some C++11 features from embed.cc.
2016-12-19 14:38:21 -08:00
Feng Xiao
f39cf88a34 Merge pull request #2227 from KindDragon/3.1.x
Missed LIBPROTOC_EXPORT for GRPC added
2016-12-16 10:56:36 -08:00
Chris Kennelly
a902e2588d Define LANG_CXX11 for port.h and use this to guard C++11 features. 2016-12-14 14:03:55 -08:00
Adam Cozzette
83d681ee2c Merge pull request #2495 from acozzette/android-hash
Removed Android-specific code from stubs/hash.h
2016-12-14 13:39:31 -08:00
Feng Xiao
f983302ca7 Merge pull request #2496 from xyzzyz/fix-overflow
Fix integer overflow in FastUInt32ToBufferLeft
2016-12-13 15:19:34 -08:00
Feng Xiao
837fd6b6a0 Merge pull request #2493 from jbrianceau/add-missing-climits-include
Add missing includes
2016-12-13 15:11:09 -08:00
Feng Xiao
f77b7d9ee3 Merge pull request #2484 from ngg/uwp_build
Add support for Windows ARM builds
2016-12-13 11:11:18 -08:00
Adam Michalik
4c5d3eddf9 Fix integer overflow in FastUInt32ToBufferLeft
If digits > 2, and int is 32 bit, line 999 overflows. It has been fixed
internally in CL 41203823.
2016-12-13 11:02:58 -08:00
Adam Cozzette
5587562a70 Removed Android-specific code from stubs/hash.h
This #ifdef in hash.h causes us to give up on finding a hash function on
Android, when there do seem to be hash functions available in practice.
I also had to tweak a macro in map.h that was disabling on Android an
allocator construct() method that we need.
2016-12-13 11:00:12 -08:00
Julien Brianceau
7b220f3db5 Add missing include in embed.cc
This changes fixes "error C2039: 'getline': is not a member of 'std'"
compilation error.
2016-12-13 14:57:11 +01:00
Jan Tattermusch
9d709f446f Merge pull request #2487 from jtattermusch/csharp_leading_whitespace
remove leading whitespace in C# xml comments
2016-12-13 13:42:23 +01:00
Julien Brianceau
83c728a940 Add missing includes
This changes fixes "use of undeclared identifier 'INT_MAX'"
compilation error.
2016-12-13 10:09:11 +01:00
Feng Xiao
eb455ce1c9 Merge pull request #2471 from jbrianceau/fix-include-style
Fix #include in cc files
2016-12-12 16:27:16 -08:00
Gergely Nagy
ec021f5429 Add support for Windows ARM builds 2016-12-12 23:04:09 +01:00
Feng Xiao
29fb87e1d5 Merge pull request #2454 from pongad/go_package
update descriptor.proto's go_package
2016-12-12 12:26:58 -08:00
Jan Tattermusch
fda9049ead remove leading whitespace in C# xml comments 2016-12-12 12:41:26 +01:00
Adam Cozzette
e19f3b5e3a Use uint32 in GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET macro
There have been some reports that this necessary to prevent build
failures in some environments. It makes sense to do this anyway since
the result of this macro is ultimately assigned to uint32 in the
generated code.
2016-12-09 11:20:51 -08:00
Julien Brianceau
e3da722b66 Fix #include in cc files 2016-12-09 09:34:07 +01:00
Paul Yang
e3e38b81cc Update commit id in Dockerfile to trigger update. (#2467) 2016-12-08 14:39:20 -08:00
Feng Xiao
4474c042c0 Merge pull request #2462 from jbrianceau/fix-comp-builds-part2
C++: export _xxx_default_instance_ symbols
2016-12-08 11:23:36 -08:00
Feng Xiao
6b4eee408b Merge pull request #2461 from jbrianceau/add-missing-include-in-embed-cc
Add missing include in embed.cc
2016-12-08 11:22:39 -08:00
Paul Yang
46ae90dc5e Make php generated code conform to PSR-4. (#2435)
1. Generate single file for each message.
2. Lazily initiate metadata.
2016-12-08 11:16:49 -08:00
Thomas Van Lenten
dad775b798 Improve ObjC deprecated annotation support.
- Check the parent file options for deprecation when deciding to tag Messages
  and Enums as deprecated.
- Within the generated source push/pop the warning for implementing deprecated
  things around a deprecated class implementation.
- Annotate the methods generated for extension fields as deprecated.
- Add a testing .proto file that covers deprecated fields, messages, enums,
  enum values and compile it into the unittests to confirm things compile
  cleanly.
- Add a testing .proto file that uses the file level option to make everything
  deprecated and compile it into the unittests to confirm things compile
  cleanly.
2016-12-08 12:12:50 -05:00
Julien Brianceau
e219be7440 Regenerate descriptor proto 2016-12-08 13:46:32 +01:00
Julien Brianceau
b1295eeffb C++: export _xxx_default_instance_ symbols
_xxx_default_instance_ symbols are used in inline functions. We have
to export them to avoid undefined reference link errors.
2016-12-08 13:28:11 +01:00
Julien Brianceau
867dbac820 Add missing include in embed.cc
This changes fixes "use of undeclared identifier 'assert'"
compilation error.
2016-12-08 10:06:56 +01:00
Adam Cozzette
2f29f0ae09 Send all protobuf logging to logcat by default on Android
Currently the default for protobuf on Android is to silently drop all log
messages. This makes debugging difficult because things like GOOGLE_LOG(FATAL)
will crash the process without actually logging a useful error.

This CL changes the logging so that by default we send messages for all log
levels to logcat (and stderr). Users can override this by setting
GOOGLE_PROTOBUF_MIN_LOG_LEVEL. Also, that option was not being respected for
non-Android platforms so I went ahead and fixed that to make things consistent.
2016-12-07 14:34:37 -08:00
Julien Brianceau
788d14a46b Export symbols used in inline functions
fixed_address_empty_string symbol is used in an inline function.
We have to export it to avoid undefined reference link errors.
2016-12-07 22:04:14 +01:00
Michael Darakananda
bb77cbf05a update descriptor.proto's go_package
This change has already been made in google's repo.
Replicating the change here to unblock work on genproto.
2016-12-07 18:15:17 +11:00
Feng Xiao
607b921499 Merge pull request #2437 from xfxyjwf/plugin
Add version number to plugin protocol.
2016-12-06 11:07:10 -08:00
Feng Xiao
ced8f73ffc Add version number to plugin protocol. 2016-12-05 17:44:39 -08:00
Feng Xiao
0509072614 Merge pull request #2445 from ramrunner/master
OpenBSD correct endianess handling
2016-12-05 17:27:50 -08:00
ramrunner
4cc160e196 when on OpenBSD we include the correct headers for endianess and check the apropriate defines 2016-12-05 16:58:58 -07:00