- 15 Nov, 2017 3 commits
- 13 Nov, 2017 5 commits
- 10 Nov, 2017 9 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
Update changelog
-
Jan Tattermusch authored
-
Jisi Liu authored
Backport #3858 to 3.5.x branch
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jisi Liu authored
-
Jisi Liu authored
-
- 09 Nov, 2017 1 commit
-
-
Jisi Liu authored
Fix Atomic32/AtomicWord on some platforms.
-
- 08 Nov, 2017 5 commits
-
-
Paul Yang authored
-
Jisi Liu authored
- Removed the redefination in the atomicword_compat.h. Now Atomic32 will alwyas be intptr_t in 32bit platforms, the bridge is no longer needed. - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32, otherwise AtmoicWord APIs will miss the definations. After this change, the AtmoicWord will always be either Atomic32 or Atmoic64 depending on the platforms.
-
Jisi Liu authored
Update version number to 3.5.0
-
Jisi Liu authored
-
Jisi Liu authored
-
- 04 Nov, 2017 1 commit
-
-
Paul Yang authored
* Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
-
- 02 Nov, 2017 2 commits
- 01 Nov, 2017 1 commit
-
-
Jon Skeet authored
If messages A and B have the same oneof case, which is a message type, and we merge B into A, those sub-messages should be merged. Fixes #3200. Note that I haven't regenerated all the code, as some of the protos have been changed, breaking generation.
-
- 30 Oct, 2017 2 commits
- 28 Oct, 2017 2 commits
- 27 Oct, 2017 1 commit
-
-
Jisi Liu authored
Suppress VS2017 compiler/linker warnings
-
- 26 Oct, 2017 4 commits
-
-
Paul Yang authored
* Reserve unknown in ruby * Revert ruby tests. Wait for cpp impl for conformance test * Add conformance test for preserving unknown * Add unknown field conformance test to csharp failure list. * Fix comments * Fix comment * Fix comments * Fix typo * Use stringsink_string directly * Mark hd unused * Remove unused encodeunknown_handlerfunc
-
Jisi Liu authored
-
Jisi Liu authored
Merge 3.4.x into master before cutting 3.5.x
-
Adam Cozzette authored
To be clear that we set a new variable
-
- 25 Oct, 2017 1 commit
-
-
Jisi Liu authored
-
- 24 Oct, 2017 3 commits
-
-
Thomas Van Lenten authored
Improves coverage of GPBCodedInputStream
-
Sergio Campama authored
-
Stefan Huber authored
-