protobuf/ruby/ext/google/protobuf_c
Adam Greene d1b52a00e0 adding and simplifying encoders/decoders
* make consistent between mri and jruby
* create a #to_h and have it use symbols for keys
* add #to_json and #to_proto helpers on the Google::Protobuf message classes
2015-05-13 10:03:56 -07:00
..
defs.c Fixed issue #283: crash in JSON handler cleanup. 2015-04-13 14:02:43 -07:00
encode_decode.c adding and simplifying encoders/decoders 2015-05-13 10:03:56 -07:00
extconf.rb Support for maps in the MRI C Ruby extension. 2015-01-06 15:44:09 -08:00
map.c Google::Protobuf::Map#inspect should be consistent with Hash#inspect 2015-02-14 22:15:12 +01:00
message.c adding and simplifying encoders/decoders 2015-05-13 10:03:56 -07:00
protobuf.c adding and simplifying encoders/decoders 2015-05-13 10:03:56 -07:00
protobuf.h adding and simplifying encoders/decoders 2015-05-13 10:03:56 -07:00
repeated_field.c return nil if array index indicie is out of bounds 2015-05-01 22:50:57 -07:00
storage.c allow a message field to be unset 2015-05-02 13:48:23 -07:00
upb.c Updated to latest upb and added test for JSON map operation. 2015-02-02 15:07:34 -08:00
upb.h Updated to latest upb and added test for JSON map operation. 2015-02-02 15:07:34 -08:00