- 14 Nov, 2016 1 commit
-
-
Marcin Wyszynski authored
-
- 03 Nov, 2016 2 commits
-
-
Marcin Wyszynski authored
-
Marcin Wyszynski authored
-
- 02 Nov, 2016 3 commits
-
-
Jisi Liu authored
generic atomicops: Use strong compare_exchange
-
Feng Xiao authored
Fix compiler warnings when running :protobuf_test
-
Michael Avrukin authored
When running >bazel test :protobuf_test a few compiler warnings came up. They were centered around the usage of "int" as the loop counter where the value should have been a size_t.
-
- 31 Oct, 2016 4 commits
-
-
Feng Xiao authored
Docs: Link to Apple's Swift plugin and runtime for protobufs
-
Thomas Van Lenten authored
Add note about extension use and Coding support.
-
Thomas Van Lenten authored
-
Sinziana Gafitanu authored
-
- 28 Oct, 2016 1 commit
-
-
Julien Brianceau authored
Weak compare-and-exchange are allowed to fail spuriously, so we have to use the strong variation here.
-
- 27 Oct, 2016 2 commits
-
-
Sergio Campamá authored
Adds pushLimit: and popLimit: into GPBCodedInputStream
-
Paul Yang authored
-
- 26 Oct, 2016 6 commits
- 20 Oct, 2016 3 commits
- 19 Oct, 2016 1 commit
-
-
Richard Shin authored
-
- 18 Oct, 2016 1 commit
-
-
Richard Shin authored
-
- 16 Oct, 2016 1 commit
-
-
Feng Xiao authored
Use git clean before installing via bundler
-
- 14 Oct, 2016 1 commit
-
-
Jason Lunn authored
-
- 13 Oct, 2016 3 commits
- 12 Oct, 2016 3 commits
-
-
Paul Yang authored
-
Feng Xiao authored
Declare all inputs of protoc action
-
Florian Weikert authored
ctx.executable.plugin must be in the inputs of protoc's action when using a plugin, otherwise the action will fail. This bug has been hidden by a bug in Bazel: for every ctx.action, Bazel used to automatically add the runfiles of all executable inputs of the RULE instead of using the inputs of the specific ACTION. Consequently, we could get away with underspecifying the inputs of the action.
-
- 11 Oct, 2016 2 commits
- 10 Oct, 2016 6 commits
-
-
Paul Yang authored
Merge 3.1.x branch into master.
-
Paul Yang authored
Fix python_cpp test on Mac. Link staticly when building extension, so that the extension doesn't require installing protobuf library. (#2232)
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Stanley Cheung authored
* PHP: fix ZTS tsrm_ls errors * Fix a few more macros
-