- 01 Aug, 2017 3 commits
- 25 Jul, 2017 16 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Sergey authored
-
Adam Cozzette authored
Add declaration for AddDescriptorsImpl()
-
Paul Yang authored
-
Jisi Liu authored
Update version number for 3.4.0
-
Jisi Liu authored
-
Jisi Liu authored
Omit the zip test if tools are not available
-
Jisi Liu authored
Use keys() instead of iterkeys() to be python3 compatbile.
-
Jisi Liu authored
-
- 24 Jul, 2017 11 commits
-
-
Jie Luo authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jie Luo authored
-
Jisi Liu authored
Create 3.4.x branch
-
Brad Larson authored
AddDescriptorsImpl() is a private static implementation detail, and needs to be declared but won't be used from outside the source file. Place it inside an anonymous namespace to fix a previous build error that would result in more restrictive build enviornments that use -Werror=missing-declarations or similar compiler flags.
-
Yilun Chong authored
Proto2 test message support to conformance test
-
Feng Xiao authored
Windows: support long paths in open/mkdir/access
-
Brad Larson authored
Treat missing declarations as an error for test builds, to prevent future updates which add functions without properly declaring them. This will prevent broken builds in more restrictive build environments.
-
Adam Cozzette authored
CMake: Install .pc Files
-
- 23 Jul, 2017 2 commits
-
-
Axel Huebl authored
Exclude the unconfigured .pc input files of the CMake based install: they shall not be packed/distributed, only their outputs are
-
Axel Huebl authored
Adds pkg-config (`.pc`) files for CMake based installs.
-
- 21 Jul, 2017 2 commits
-
-
Adam Cozzette authored
Updated outdated hyperlink
-
Arnold Schrijver authored
Github repo had moved, pointing to correct location.
-
- 20 Jul, 2017 2 commits
-
-
Feng Xiao authored
Fix typos in comment
-
Adam Cozzette authored
Fixed default instance initialization for C++ lite
-
- 19 Jul, 2017 4 commits
-
-
Jie Luo authored
Make it compatible with python 3.6.1
-
Adam Cozzette authored
An ifdef condition seems to have been inverted by mistake, causing the dynamic initialization to occur for lite if and only if the _NO_STATIC_INITIALIZER macro is set. This problem manifested itself as segfaults due to uninitialized empty strings: https://github.com/google/protobuf/issues/2839 Since no one complained about initialization not happening, it would appear that we can just disable this initialization for lite unconditionally, so that is what this change does. Instead of the default instance initialization happening pre-main, it now always happens lazily when needed.
-
Jisi Liu authored
-
Brent Shaffer authored
-