- 07 Dec, 2017 1 commit
-
-
Laszlo Csomor authored
Do not use "googletest.h", apprently that leads to linking errors on Windows which I couldn't figure out how to solve, and decided to just go with plain gTest instead. See https://github.com/google/protobuf/issues/3951
-
- 04 Dec, 2017 1 commit
-
-
Bo Yang authored
-
- 02 Dec, 2017 1 commit
-
-
Bo Yang authored
-
- 30 Nov, 2017 2 commits
- 22 Nov, 2017 3 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
Add _file_desc_by_toplevel_extension back
-
Jie Luo authored
Add _file_desc_by_toplevel_extension back for compatibility issue with 3.4.1. _file_desc_by_toplevel_extension is a temporary solution for FieldDescriptor.file. FieldDescriptor.file was added in code gen. However, we need to keep it for some time for compatibility reason (with 3.4.1 only). May try to remove it after 2 years.
-
- 16 Nov, 2017 1 commit
-
-
Paul Yang authored
-
- 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