aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix libprotoc.cmake to generate well_known_types_embed.ccGravatar Konstantin Podsvirov2017-03-15
| | | | | | Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Gravatar Paul Yang2017-03-15
| | | in order to be wire compatible.
* Ruby: build packages for Ruby 2.4.Gravatar Josh Haberman2017-03-15
|
* Merge pull request #2829 from afrantzis/hide-unnecessary-library-symbolsGravatar Adam Cozzette2017-03-15
|\ | | | | Hide unnecessary exported library symbols
* \ Merge pull request #2846 from acozzette/bytestream-commentGravatar Adam Cozzette2017-03-15
|\ \ | | | | | | Updated an outdated comment in bytestream.h
* \ \ Merge pull request #2855 from thomasvl/copy_noteGravatar Thomas Van Lenten2017-03-15
|\ \ \ | | | | | | | | Document deep copy in the header
| * | | Document deep copy in the headerGravatar Thomas Van Lenten2017-03-15
|/ / /
* | | Merge pull request #2843 from haberman/checkGravatar Joshua Haberman2017-03-14
|\ \ \ | | | | | | | | Replace CHECK() with GOOGLE_CHECK().
| | * | Updated an outdated comment in bytestream.hGravatar Adam Cozzette2017-03-14
| |/ / |/| |
| * | Replace CHECK() with GOOGLE_CHECK().Gravatar Josh Haberman2017-03-13
|/ / | | | | | | Fixes: https://github.com/google/protobuf/issues/1175
* | Merge pull request #2836 from xfxyjwf/i894Gravatar Feng Xiao2017-03-13
|\ \ | | | | | | Double-quote file paths in extract_includes.bat.in
* \ \ Merge pull request #2835 from pherl/javaepGravatar Jisi Liu2017-03-13
|\ \ \ | | | | | | | | Suppress the last unchecked warning.
| | | * Hide unnecessary exported library symbolsGravatar Alexandros Frantzis2017-03-13
| |_|/ |/| |
| | * Double-quote file paths in extract_includes.bat.inGravatar Feng Xiao2017-03-10
| | | | | | | | | | | | | | | This allows the file path to contain spaces which is very common on windows.
| * | Suppress the last unchecked warning.Gravatar Jisi Liu2017-03-10
| | | | | | | | | | | | | | | | | | Likely to be java language issue. Varargs are considered arrays, thus using generic with varargs will cause unchecked warning about generic array creation.
* | | Merge pull request #2822 from anandolee/masterGravatar Jie Luo2017-03-10
|\ \ \ | | | | | | | | Detect generated code of WKT, addressbook and conformance protos
* \ \ \ Merge pull request #2832 from pherl/javaepGravatar Jisi Liu2017-03-10
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | Fix java code according to error prone.
* | | Merge pull request #2818 from xfxyjwf/i1470Gravatar Feng Xiao2017-03-10
|\ \ \ | | | | | | | | Don't expose gson exceptions in JsonFormat.
* \ \ \ Merge pull request #2824 from xfxyjwf/i1415Gravatar Feng Xiao2017-03-10
|\ \ \ \ | | | | | | | | | | Use per-type table to lookup JSON name.
* \ \ \ \ Merge pull request #2826 from xfxyjwf/i1374Gravatar Feng Xiao2017-03-10
|\ \ \ \ \ | | | | | | | | | | | | Add missing thread dependency in cmake.
* \ \ \ \ \ Merge pull request #2827 from xfxyjwf/i1251Gravatar Feng Xiao2017-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update comments for setSizeLimit.
| | | | | * | Fix java code according to error prone.Gravatar Jisi Liu2017-03-10
| | | | | | |
* | | | | | | Repeated/Map field setter should accept a regular PHP array (#2817)Gravatar Paul Yang2017-03-10
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accept regular PHP array for repeated/map setter. Existing map/repeated field will be swapped by a clean map/repeated field. Then, elements in the array will be added to the map/repeated field. All elements will be type checked before adding. See #2686 for detail.
| | | | | * Add auto detect for generated code of WKT protos, addressbook.proto and ↵Gravatar Jie Luo2017-03-10
| | | | | | | | | | | | | | | | | | | | | | | | conformance.proto
| * | | | | Update comments for setSizeLimit.Gravatar Feng Xiao2017-03-09
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2825 from pherl/javawarningGravatar Jisi Liu2017-03-09
|\ \ \ \ \ | | | | | | | | | | | | Cherry-pick changes from javalite branch to also fix Java warnings in the master branch
| | | * | | Add missing thread dependency in cmake.Gravatar Feng Xiao2017-03-09
| | |/ / /
| * | | | Fix GeneratedMessageV3 warnings.Gravatar Jisi Liu2017-03-09
| | | | |
* | | | | Merge pull request #2809 from xfxyjwf/i2464Gravatar Feng Xiao2017-03-09
|\ \ \ \ \ | |_|/ / / |/| | | | Make JsonFormat locale independent.
| | | * | Use per-type table to lookup JSON name.Gravatar Feng Xiao2017-03-09
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Different fields from different messages can map to the same JSON name and the original global lookup table is only capable of mapping one of such fields. This change converts the global table to per-type tables so fields from different messages won't conflict.
| | * | Fix lint warnings in the javalite branch.Gravatar Jisi Liu2017-03-09
| |/ / |/| |
* | | Merge pull request #2819 from haberman/pythonexceptGravatar Joshua Haberman2017-03-09
|\ \ \ | | | | | | | | update_failure_list.py: fixed Python "raise" statement.
| * | | update_failure_list.py: fixed Python "raise" statement.Gravatar Josh Haberman2017-03-09
| | | |
| | | * Don't expose gson exceptions in JsonFormat.Gravatar Feng Xiao2017-03-09
| | | |
* | | | Merge pull request #2804 from acozzette/ruby-memcpyGravatar Adam Cozzette2017-03-09
|\ \ \ \ | |_|_|/ |/| | | Ruby: wrap calls to memcpy so that gem is compatible with pre-2.14 glibc
* | | | Merge pull request #2810 from xfxyjwf/i1994Gravatar Feng Xiao2017-03-09
|\ \ \ \ | | | | | | | | | | Avoid redundant type casts for oneof bytes fields.
* \ \ \ \ Merge pull request #2775 from xfxyjwf/fixmajorGravatar Feng Xiao2017-03-09
|\ \ \ \ \ | | | | | | | | | | | | Undef major/minor if they are defined as macro.
* \ \ \ \ \ Merge pull request #2814 from pherl/javadeprecateGravatar Jisi Liu2017-03-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add annotations for deprecated messages in Java
| * | | | | | Add annotations for deprecated messages in JavaGravatar Jisi Liu2017-03-09
| | | | | | |
| | | | * | | Ruby: wrap calls to memcpy so that gem is compatible with pre-2.14 glibcGravatar Adam Cozzette2017-03-09
| | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a __wrap_memcpy function and a linker flag to use that in place of memcpy for our Ruby gem C extension. This allows us to always use the 2.2.5 version of memcpy, making it possible to use the gem on distributions with pre-2.14 versions of glibc. Before this change: $ objdump -T protobuf_c.so | grep memcpy 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.3.4 __memcpy_chk 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.14 memcpy After: $ objdump -T protobuf_c.so | grep memcpy 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 memcpy 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.3.4 __memcpy_chk 0000000000042450 g DF .text 0000000000000005 Base __wrap_memcpy This is based on gRPC's solution to a similar problem: https://github.com/grpc/grpc/blob/5098508d2d41a116113f7e333c516cd9ef34a943/src/core/lib/support/wrap_memcpy.c This fixes issue #2783.
| | | * / / Avoid redundant type casts for oneof bytes fields.Gravatar Feng Xiao2017-03-08
| |_|/ / / |/| | | |
| | | | * Make JsonFormat locale independent.Gravatar Feng Xiao2017-03-08
| |_|_|/ |/| | |
* | | | Merge pull request #2602 from GreatFruitOmsk/issue-2428Gravatar Feng Xiao2017-03-08
|\ \ \ \ | | | | | | | | | | Method Builder#clone() has been changed to bypass Java 1.6 compiler issue.
* | | | | Fix Bad Link for Common LispGravatar Jie Luo2017-03-08
| | | | |
* | | | | Rename encode/decode to serializeToString/mergeFromString (#2795)Gravatar Paul Yang2017-03-08
| |_|_|/ |/| | | | | | | | | | | | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
* | | | Merge pull request #2793 from keveman/masterGravatar Feng Xiao2017-03-07
|\ \ \ \ | | | | | | | | | | Removed a stray return statement, causing compilation error.
* \ \ \ \ Merge pull request #2613 from aausch/fix_memory_leakGravatar Jisi Liu2017-03-06
|\ \ \ \ \ | | | | | | | | | | | | optimization and quick workaround to memory leak
| | * | | | Removed a stray return statement, causing compilation error.Gravatar Manjunath Kudlur2017-03-06
| |/ / / / |/| | | |
* | | | | Detect if Descriptor.cs changes for csharpGravatar Jie Luo2017-03-06
|\ \ \ \ \ | | | | | | | | | | | | Merge pull request #2788 from anandolee/master
* \ \ \ \ \ Merge pull request #2751 from keveman/masterGravatar Feng Xiao2017-03-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added a header only cc_library target for the protobuf library.