- 11 Oct, 2017 1 commit
-
-
Jisi Liu authored
-
- 10 Oct, 2017 2 commits
-
-
Feng Xiao authored
Don't pass -lpthread and -lm on Windows
-
Seth Greenstein authored
These flags are ignored by cl.exe and have no effect, but add noise to the build logs.
-
- 09 Oct, 2017 1 commit
-
-
Paul Yang authored
* Reserve unknown fields in upb 1) For decoding, an unknownfields will be lazily created on message, which contains bytes of unknown fields. 2) For encoding, if the unknownfields is present on message, all bytes contained in it will be serialized. * Register the function to encode unknown field at decode time. * Remove upb_handlers_setaddunknown * Use upb_sink_putunknown in decoder * Remove upb_pb_encoder_encode_unknown * Do not expose encode_unknown * Implement reserve unknown field in php Implement. * Make buffer private to CodedInputStream
-
- 06 Oct, 2017 1 commit
-
-
Paul Yang authored
* Add well known types to php runtime. * Fix php7.0 tests * No longer generate empty.proto in test as it has been included in runtime. * Fix zts build * Clean code * Rename g_p_b_empty to empty. * Don't generate code for empty.proto in compatibility test * Fix 32-bit * Fix mac build * Fix Makefile.am to add new files
-
- 04 Oct, 2017 1 commit
-
-
Paul Yang authored
* Fix ruby segment fault 1) rb_ary_new cannot be called during allocate function. During allocate fucntion, the containing object hasn't been marked and rb_ary_new may invoke gc to collect containing object. 2) The global map should be marked before allocating it. Otherwise it may be garbage collected. * Add test * Remove commented code * Fix grammer error
-
- 03 Oct, 2017 6 commits
-
-
Thomas Van Lenten authored
Objc increase test coverage
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Add Xcode 9 support to the helper script.
-
Thomas Van Lenten authored
ObjC: Fix merging of length delimited unknown fields.
-
Thomas Van Lenten authored
-
- 02 Oct, 2017 3 commits
-
-
Thomas Van Lenten authored
- Add a test to cover this and tweak the test to not use two merge paths to be sure things are as expected.
-
Bruce Dawson authored
* Use constexpr more with VC++ 2017 Chrome's official builds have over 170 dynamic initializers for variables of the form *::TableStruct::aux. Defining PROTOBUF_CONSTEXPR_VAR to be constexpr for VS 2017 gets rid of all of these and saves about 10 KB of binary size. * Update generated_message_table_driven.h Restore accidentally deleted line.
-
Jisi Liu authored
Remove ranged based for in io_win32.cc
-
- 29 Sep, 2017 1 commit
-
-
Jisi Liu authored
Fix C++11 string accessors
-
- 27 Sep, 2017 3 commits
- 25 Sep, 2017 2 commits
-
-
Feng Xiao authored
generate python code when calling PROTOBUF_GENERATE_PYTHON
-
Markus Heß authored
-
- 22 Sep, 2017 3 commits
-
-
Paul Yang authored
* Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
-
Feng Xiao authored
protobuf_generate: add EXPORT_MACRO option
-
Markus Heß authored
-
- 21 Sep, 2017 5 commits
-
-
Jisi Liu authored
Test Shutdown can be called multiple times.
-
Joshua Haberman authored
Allow initializing a chain of protos using only a hash in Ruby
-
Jisi Liu authored
-
Zachary Anker authored
-
Paul Yang authored
* Add $ before url_prefix_len to make it a variable. * Remove unnecessary string length check * Remove useless $type_url_len
-
- 20 Sep, 2017 5 commits
-
-
Joshua Haberman authored
Fixed to_h with repeated messages to return hashes in Ruby
-
Zachary Anker authored
-
Zachary Anker authored
-
Zachary Anker authored
-
Feng Xiao authored
Conformance Tests for Null Timestamp and Duration JSON Values
-
- 18 Sep, 2017 1 commit
-
-
Adam Cozzette authored
Integrated internal changes from Google
-
- 15 Sep, 2017 3 commits
- 14 Sep, 2017 2 commits