- 03 Nov, 2016 3 commits
- 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 2 commits
-
-
Julien Brianceau authored
Weak compare-and-exchange are allowed to fail spuriously, so we have to use the strong variation here.
-
Julien Brianceau authored
ARM specific CONFIG_KUSER_HELPERS feature can be disabled in Linux kernel, and in this case, we shouldn't crash. Use gcc built-in functions instead of arm specific code if they are available.
-
- 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 5 commits