src/hb-buffer-deserialize-text.rl


Log

Author Commit Date CI Message
Behdad Esfahbod c77ae408 2018-08-25T22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
Behdad Esfahbod 7185b273 2018-05-31T20:03:00 Rename in_error to !successful Towards possibly using Null pool for some nil objects.
Bruce Mitchener a8957377 2018-02-04T01:31:53 Use nullptr, not NULL.
Behdad Esfahbod aee68508 2015-03-26T14:13:53 Fix VC++ /analyze warnings out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using uninitialized memory 'pos'.
Behdad Esfahbod 778d7f84 2013-02-27T18:47:26 [buffer] Better parse glyph names
Behdad Esfahbod 20b817ac 2013-02-27T18:39:37 [buffer] Implement buffer deserialization for format=json Using a ragel machine.
Behdad Esfahbod 847794e9 2013-02-27T17:59:28 [buffer] Implement buffer deserialization for format=text Using a ragel machine.