Skip to content
Snippets Groups Projects
  1. Feb 10, 2017
  2. Feb 09, 2017
  3. Jul 21, 2016
  4. Jul 20, 2016
  5. Jul 01, 2016
  6. Jun 29, 2016
  7. Jan 19, 2016
    • Mark Klara's avatar
      Revamping the FlatBuffers docs. · 69a31b80
      Mark Klara authored
      Adding an API reference for the supported languages.
      
      General docs cleanup, including a new `tutorial` section that
      supports all of the supported languages.
      
      Added samples for each supported language to mirror the new
      tutorial page.
      
      Cleaned up all the links by making them `@ref` style links,
      instead of referencing the names of the generated `.html` files.
      
      Removed all generated files that were unnecessarily committed.
      
      Also fixed the C# tests (two were failing due to a missing file).
      
      Bug: b/25801305
      
      Tested: Tested all samples on Ubuntu, Mac, and Android. Docs were
      generated using doxygen and viewed on Chrome.
      
      Change-Id: I2acaba6e332a15ae2deff5f26a4a25da7bd2c954
      69a31b80
  8. Dec 04, 2015
  9. Dec 02, 2015
  10. Dec 01, 2015
    • Wouter van Oortmerssen's avatar
      Multiple schemas parsed by flatc are now parsed independently. · ac49eda0
      Wouter van Oortmerssen authored
      It used to be such that later schemas could depend on earlier
      schemas. This was a convenience from days before include files
      were implemented. Nowadays they cause subtle bugs rather than being
      useful, so this functionality has been removed.
      
      You now need to explicitly include files you depend upon.
      
      Change-Id: Id8292c3c621fc38fbd796da2d2cbdd63efc230d1
      Tested: on Linux.
      ac49eda0
  11. Nov 26, 2015
  12. Oct 20, 2015
  13. Oct 13, 2015
  14. Sep 28, 2015
  15. Sep 15, 2015
  16. Aug 05, 2015
  17. Jun 16, 2015
  18. Jun 15, 2015
  19. Jun 13, 2015
  20. May 27, 2015
    • Wouter van Oortmerssen's avatar
      Added --defaults-json to output fields at default value. · ecf5a6a5
      Wouter van Oortmerssen authored
      Normal behavior is to not output fields that happen to have
      the default value, since those will be reproduced anyway
      when turned into a FlatBuffer binary. This however can be problematic
      when using JSON to interop with other system since they might not
      know this default value. This flatc option (and also flag
      to GenerateText) will force those fields to be output anyway.
      
      Tested: on Linux.
      ecf5a6a5
  21. May 04, 2015
  22. Apr 29, 2015
    • Wouter van Oortmerssen's avatar
      Mutable FlatBuffers: in-place updates. · 3ec5dddb
      Wouter van Oortmerssen authored
      This commit contains the first step in providing mutable FlatBuffers,
      non-const accessors and mutation functions for existing fields generated
      from --gen-mutable.
      
      Change-Id: Iebee3975f05c1001f8e22824725edeaa6d85fbee
      Tested: on Linux.
      Bug: 15777024
      3ec5dddb
  23. Jan 21, 2015
  24. Oct 16, 2014
  25. Sep 23, 2014
  26. Sep 15, 2014
  27. Aug 22, 2014
  28. Jul 11, 2014
  29. Jul 09, 2014
    • Wouter van Oortmerssen's avatar
      Added a "strict JSON" mode to the text generator and compiler · 7fcbe723
      Wouter van Oortmerssen authored
      This will add quotes around field names, as required by the official
      standard. By default it will leave quotes out, as it is more readable,
      more compact, and is accepted by almost all JSON parsers.
      The -S switch to flatc turns on strict mode.
      
      As per rfc 7159.
      
      Change-Id: Ibabe9c8162c47339d00ec581d18721a2ba40c6d0
      Tested: on Windows.
      7fcbe723
  30. Jun 10, 2014
Loading