Skip to content
  1. Jul 28, 2014
    • Allison Karlitskaya's avatar
      new GSettings compiler WIP · 404fbcbf
      Allison Karlitskaya authored
      Here is a WIP of the new GSettings compiler based on GMarkupReader.
      404fbcbf
    • Allison Karlitskaya's avatar
      gio tests: add a markup reader "test" · 05a600bc
      Allison Karlitskaya authored
      This is actually a utility program that dumps out a document by way of
      GMarkupReader.
      05a600bc
    • Allison Karlitskaya's avatar
      GMarkupReader: new GIO stream-based markup parser · 2f6982bb
      Allison Karlitskaya authored
      Add GMarkupReader which is a new GMarkup-style parser that reads from a
      GInputStream and operates as a sort of iterator that gets advanced to
      each token in sequence and then inspected.
      
      The API makes it quite nice to write parsers where the function nesting
      (in C) follows the nesting of the elements in the file being parsed.
      
      It's also possible to use this new class to write async or
      partially-async parsers in which the stream is advanced until reading
      would block (via GPollableInputStream) and only then is an async call
      made.
      2f6982bb
    • Allison Karlitskaya's avatar
      GMarkupParseContext: expose some API internally · e188f51f
      Allison Karlitskaya authored
      Expose some of the guts of GMarkupParseContext for use via the
      glib-private interface, from GIO.
      
      There are some functionality changes in this commit that should probably
      also be split out.....
      e188f51f
  2. Jul 27, 2014
  3. Jul 26, 2014
  4. Jul 24, 2014
  5. Jul 23, 2014
  6. Jul 22, 2014
  7. Jul 21, 2014
  8. Jul 18, 2014
  9. Jul 17, 2014
  10. Jul 14, 2014
  11. Jul 10, 2014
  12. Jul 09, 2014