aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google
Commit message (Collapse)AuthorAge
...
* | | not to use std::random_device for map.Seed(). (#3133)Gravatar Wayne Zhang2017-05-30
| | | | | | | | | | | | | | | | | | * not to use std::random_device for map.Seed(). * remove include random
* | | Add ARRAY for reserved name (#3150)Gravatar Paul Yang2017-05-29
| | |
* | | Adds fluent setters for PHP (#3130)Gravatar Brent Shaffer2017-05-29
| | |
| * | Issue 3112: Object class with fully qualified nameGravatar lundefugl2017-05-24
|/ /
* | Removing undefined behavior and compiler warnings (#1315)Gravatar brian-peloton2017-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Comment out unused arguments. These last few are all that's needed to compile with -Wunused-arguments. * Fix missing struct field initializer. With this fix, everything compiles with -Wmissing-field-initializers. * Add support for disabling unaligned memory accesses on x86 too. ubsan doesn't like these because they are technically undefined behavior, so -DGOOGLE_PROTOBUF_DONT_USE_UNALIGNED will disable them easily. * Avoid undefined integer overflow. ubsan catches all of these.
* | show help if protoc is called without any arguments, pre-empts -h and --help ↵Gravatar Dennis Cappendijk2017-05-22
| | | | | | | | to show a useful message instead of just 'Missing input file.'
| * regenerate plugin and profile message codeGravatar Steven Peters2017-05-11
| |
| * Use bool deterministic to suppress warningGravatar Steven Peters2017-05-11
| | | | | | | | Fixes #3059 by re-applying 08b1c718 from #3087.
| * Update C++ generated code.Gravatar Feng Xiao2017-05-08
| |
| * Update version number to 3.3.1Gravatar Feng Xiao2017-05-08
| |
| * Merge pull request #3073 from xfxyjwf/3.3.xGravatar Feng Xiao2017-05-08
| |\ | | | | | | Cherry-pick a bug fix: workaround gcc < 4.5.0 bug
| | * Workaround gcc < 4.5.0 bugGravatar Mario J. Rugiero2017-05-08
| | | | | | | | | | | | | | | | | | See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=189 Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com>
| * | Fix compilationGravatar randomguy32017-05-06
| | | | | | | | | <: is a digraph, so a space is necessary for compilation on certain compilers.
| * | Fix offset type to match the tables it is used inGravatar Alex Merry2017-05-05
| |/
* | Workaround gcc < 4.5.0 bugGravatar Mario J. Rugiero2017-05-05
| | | | | | | | | | | | See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=189 Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com>
| * Add missing LIBRPOTOC_EXPORT.Gravatar Feng Xiao2017-05-04
| |
| * Skip C# test in C++ only distribution.Gravatar Feng Xiao2017-05-04
| |
| * Add missing files to build files.Gravatar Feng Xiao2017-05-04
| |
| * Fix issue 3046: compilation on alpine 3.5Gravatar Chris Nix2017-05-04
| |
* | Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterGravatar Adam Cozzette2017-04-27
|\|
* | Fully qualify min as std::min in wire_format_lite.ccGravatar Adam Cozzette2017-04-27
| |
| * Add prefix to enum value with reserved name. (#3020)Gravatar Paul Yang2017-04-26
| |
* | Merge pull request #3018 from acozzette/using-namespace-stdGravatar Adam Cozzette2017-04-26
|\ \ | | | | | | Remove "using namespace std" from stubs/common.h
| * | Remove "using namespace std" from stubs/common.hGravatar Adam Cozzette2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | This prevents the contents of the std namespace from being effectively pulled into the top-level namespace in all translation units that include common.h. I left in individual using statements for a few common things like std::set and std::map, because it did not seem worth going through the churn of updating the whole codebase to fix those right now.
* | | Remove unused constants.Gravatar Jakob Buchgraber2017-04-25
|/ / | | | | | | | | When compiling with -Werror, -Wunused-const-variable the build fails due to those two constants not being used.
| * Allow proto files to import descriptor.proto (#2995)Gravatar Paul Yang2017-04-20
| | | | | | | | | | | | | | | | | | descriptor.proto uses proto2 syntax, which is not ready for external usage. However, some proto3 files import descriptor.proto and cannot be used. In this PR, all references (We cheated by only removing extensions, which is enough for now. User should avoid using messages defined in descriptor.proto as field type.) to content in descriptor.proto are removed from generated files. Those that import descriptor.proto can be used like other proto files.
| * Prepend "PB" to generated classes whose name are reserved words. (#2990)Gravatar Paul Yang2017-04-20
| |
| * Enum defined without package have incorrect class name. (#2988)Gravatar Paul Yang2017-04-19
| | | | | | | | Fix the bug by sharing the code for generating class name for both message and enum.
* | Simplify the Element dtor invocation when freeing elements inGravatar Michael Allen2017-04-17
| | | | | | | | | | InternalDeallocate to avoid confusing the compiler when there's a class named Element already defined in the global namespace.
| * Cherry-pick cl/152450543Gravatar Feng Xiao2017-04-11
| |
| * Cherry-pick cl/151775298Gravatar Feng Xiao2017-04-11
| |
| * Merge pull request #2955 from xfxyjwf/3.3.xGravatar Feng Xiao2017-04-11
| |\ | | | | | | Add include for INT_MAX
| * | cherrypick descriptor_pool.FindFileContainingSymbol by extensions (#2962)Gravatar Jie Luo2017-04-10
| | | | | | | | | | | | | | | | | | * Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() * Cherrypick the fix descriptor_pool.FindFileContainingSymbol by extensions.
| | * Add include for INT_MAXGravatar Feng Xiao2017-04-08
| |/
* | Allow unknown values for Map put*Value methods just like every other enum ↵Gravatar Anuraag Agrawal2017-04-07
| | | | | | | | mutation method.
| * Cleanup reflection objects for map entry.Gravatar Feng Xiao2017-04-06
| |
| * Update generated code.Gravatar Feng Xiao2017-04-05
| |
| * Update version number and changelog for 3.3.0Gravatar Feng Xiao2017-04-05
| |
| * Fix MSVC DLL build.Gravatar Feng Xiao2017-03-30
| |
| * Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|/
* Removes ignored const from return type (#2915)Gravatar Juan David Dominguez2017-03-29
| | | See https://github.com/google/protobuf/issues/2425
* Fix gcc warning when using map (#2213)Gravatar drivehappy2017-03-28
| | | | | | * Issue #2211: Addressing GCC warning on enumeral/non-enumeral in conditional expression. * Updated per 80 character wrap.
* Added a workaround to allow building for NaClGravatar Adam Cozzette2017-03-28
| | | | | | | arm-nacl-clang seems to produce a mysterious compiler error when it encounters __builtin_clzll, so when we are building for NaCl, let's avoid that in favor of the portable implementation of Log2FloorNonZero64.
* Merge pull request #2858 from haberman/gopackageGravatar Joshua Haberman2017-03-27
|\ | | | | Changed go_package for plugin.proto.
* \ Merge pull request #2861 from byronyi/#710Gravatar Adam Cozzette2017-03-20
|\ \ | | | | | | migrate delimited messages functions to util package
* \ \ Merge pull request #2860 from prehistoric-penguin/masterGravatar Feng Xiao2017-03-20
|\ \ \ | | | | | | | | Remove duplicated copyright statement
* \ \ \ Merge pull request #2854 from hesmar/attributesFixGravatar Adam Cozzette2017-03-20
|\ \ \ \ | | | | | | | | | | fix attributes warning
* \ \ \ \ Merge pull request #2867 from mojoBrendan/masterGravatar Feng Xiao2017-03-17
|\ \ \ \ \ | | | | | | | | | | | | Add preserve_proto_field_names option to JsonPrintOptions
* \ \ \ \ \ Merge pull request #2837 from anandolee/masterGravatar Jie Luo2017-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | DefaultValueObjectWriter should populate oneof message field
* | | | | | | Add file option php_class_prefix (#2849)Gravatar Paul Yang2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This option will be prepended to generated classes of all messages in the containing file.