- 29 Oct, 2019 8 commits
-
-
Adam Cozzette authored
-
Paul Yang authored
* Avoid initializing primitive fields in layout_init * Avoid initializing string/bytes/message fields in layout_init * Lazily create map when needed * Lazily create repeated fields * Change layout_init to only do memcpy * Fix test for php-7.0 * Fix conformance test where default value of string/message map is not encoded * Fix test for zts * Clean up * Fix comments
-
Rafi Kamal authored
Update GSON and errorprone
-
Tapasweni Pathak authored
-
Tapasweni Pathak authored
-
Tapasweni Pathak authored
-
Tapasweni Pathak authored
-
Rafi Kamal authored
Update to 3.10.0 in docs
-
- 28 Oct, 2019 9 commits
-
-
ST-DDT authored
-
Yannic authored
-
Yannic authored
-
Yannic authored
-
Yannic Bonenberger authored
This way, we can avoid an unnecessary copy.
-
Elliotte Rusty Harold authored
-
Elliotte Rusty Harold authored
-
Elliotte Rusty Harold authored
merge
-
Elliotte Rusty Harold authored
-
- 24 Oct, 2019 3 commits
-
-
Rafi Kamal authored
Down integrate Google3 changes to Github
-
-
Rafi Kamal authored
-
- 23 Oct, 2019 4 commits
-
-
Christian Maurer authored
-
Rafi Kamal authored
Installing BOM before running Java test
-
Rafi Kamal authored
Add com.google.truth as test dependencies
-
Donald Chai authored
This goes hand-in-hand with other dependencies like junit, but seems to only have been used from util/pom.xml.
-
- 22 Oct, 2019 2 commits
-
-
Tomo Suzuki authored
-
Jan Tattermusch authored
Add length checks to ExtensionCollection
-
- 18 Oct, 2019 6 commits
-
-
Christian Maurer authored
-
Christian Maurer authored
-
woegster authored
-
woegster authored
-
Daniel Johansen authored
-
Jan Tattermusch authored
c# feature(RepeatedField): Capacity property to resize the internal array
-
- 16 Oct, 2019 1 commit
-
-
Joshua Haberman authored
Remove unused argument to avoid UB
-
- 15 Oct, 2019 3 commits
-
-
debugx authored
-
Juraj Lutter authored
This fixes build on, at least, NetBSD 8.1 with gcc 5.5 and SmartOS with gcc 7.
-
Rafi Kamal authored
Java: Update to Guava 28.1-android
-
- 14 Oct, 2019 2 commits
-
-
Rafi Kamal authored
Fixed bug in Ruby DSL when no names are defined in a file.
-
Rafi Kamal authored
Ported names fix for Ruby to the release branch.
-
- 12 Oct, 2019 2 commits
-
-
Sydney Acksman authored
-
Alan Wu authored
`OneOfDescriptor_each` is registered as a Ruby method which takes zero parameters, which means it should take one argument. When Ruby invokes `OneOfDescriptor_each`, it calls it with one parameter only, which is one less than what `OneOfDescriptor_each` takes before this commit. Calling a function with the wrong number of argument is technically undefined behavior. See also: §6.5.2.2, N1256
-