- 10 May, 2016 1 commit
-
-
Thomas Van Lenten authored
Fixes https://github.com/google/protobuf/issues/1189
-
- 06 May, 2016 9 commits
-
-
Jisi Liu authored
Remove accidentally restored deleted files.
-
Jisi Liu authored
-
Jisi Liu authored
Fix the std::string error introduced in integration.
-
Feng Xiao authored
updated README
-
beardedn5rd authored
-
Feng Xiao authored
Updated README.md
-
beardedn5rd authored
-
Mahmut Ali ÖZKURAN authored
Added relative link to cmake guide.
-
Jon Skeet authored
Allow custom type URL prefixes in Any.Pack
-
- 05 May, 2016 2 commits
- 04 May, 2016 3 commits
-
-
Feng Xiao authored
Fix bug with silent message corruption in LITE_RUNTIME.
-
Joshua Haberman authored
Properly generating well known proto files for the macos build.
-
Nicolas "Pixel" Noble authored
-
- 03 May, 2016 3 commits
-
-
Joshua Haberman authored
Added framework for generating/consuming benchmarking data sets.
-
Joshua Haberman authored
Few tweaks to the rakefile to permit native gems compilation with the proto files generation.
-
Josh Haberman authored
-
- 01 May, 2016 1 commit
-
-
Jisi Liu authored
Merge Google internal changes
-
- 30 Apr, 2016 1 commit
-
-
Nicolas "Pixel" Noble authored
-
- 29 Apr, 2016 10 commits
-
-
Jisi Liu authored
-
Thomas Van Lenten authored
Fix cp -r usage to be portable.
-
Jisi Liu authored
-
Jisi Liu authored
cp -r foo/ bar/ in linux will create a bar/foo directoy. In the objectivec generate descritpor case, well known types will be created in objectivec/google/google/protobuf/.. if the command is run under linux. Adding the trailing period fixes the behavior inconsistency.
-
Nicolas "Pixel" Noble authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Jon Skeet authored
(And likewise ignore the prefix in unpack.) Fixes issue #1459.
-
- 28 Apr, 2016 6 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Adam Cozzette authored
Added dig and bsearch_index to RepeatedField methods forwarded to array
-
Josh Haberman authored
-
Josh Haberman authored
This takes the code that was sitting in benchmarks/ already and makes it easier for language-specific benchmarks to consume. Future PRs will enhance this so that the language-specific benchmarks can report metrics back that will be tracked over time in PerfKit.
-
- 27 Apr, 2016 4 commits
-
-
Thomas Van Lenten authored
Fix up -hash/-isEqual: for bool storage.
-
Thomas Van Lenten authored
Both methods weren't checking the has_bits (where the bools are stored), so it resulted in invalid results. Add a test that should shake out something like this in the future also.
-
Adam Cozzette authored
This fixes the test_acts_likes_an_array test in RepeatedFieldTest, which checks that repeated fields respond to the same methods as regular Ruby arrays. The bsearch_index and dig array methods seem to be new in Ruby 2.3 and so we should support those.
-
Joshua Haberman authored
Updated upb and simplified ruby code a bit with new upb method.
-