- 08 Dec, 2017 1 commit
-
-
Paul Yang authored
* Fix ruby gc_test in ruby 2.4 * Initialize global variables to Qnil.
-
- 13 Sep, 2017 2 commits
-
-
Aaron Patterson authored
-
Aaron Patterson authored
This makes the frame stack per-parser, and per-thread. Fixes #3250
-
- 30 Aug, 2017 2 commits
-
-
Aaron Patterson authored
-
Aaron Patterson authored
This makes the frame stack per-parser, and per-thread. Fixes #3250
-
- 14 Mar, 2017 1 commit
-
-
Josh Haberman authored
-
- 21 Jul, 2016 1 commit
-
-
Josh Haberman authored
-
- 20 Aug, 2015 1 commit
-
-
Josh Haberman authored
Change-Id: I6cf77f01370204ad4bc7b345a040a9a3de1706a0
-
- 10 Jul, 2015 1 commit
-
-
Josh Haberman authored
While we are C99 in general, the Ruby build system for building C extensions enables several flags that throw warnings for C89/C90 variable ordering rules. To avoid spewing a million warnings (or trying to specifically override these warnings with command-line flags, which would be tricky and possibly fragile) we conform to Ruby's world of C89/C90. Change-Id: I0e03e62d95068dfdfde112df0fb16a248a2f32a0
-
- 09 Jun, 2015 1 commit
-
-
Josh Haberman authored
Since this version of upb supports C89, all of the extra compiler flags are no longer required.
-
- 14 Feb, 2015 1 commit
-
-
Isaiah Peng authored
-
- 13 Jan, 2015 1 commit
-
-
Chris Fallin authored
-
- 09 Jan, 2015 1 commit
-
-
Chris Fallin authored
-
- 07 Jan, 2015 1 commit
-
-
Chris Fallin authored
-
- 06 Jan, 2015 1 commit
-
-
Chris Fallin authored
This adds the Map container and support for parsing and serializing maps in the protobuf wire format (as defined by the C++ implementation, with MapEntry submessages in a repeated field). JSON map serialization/parsing are not yet supported as these will require some changes to upb as well.
-