Skip to content
Snippets Groups Projects
  1. Apr 06, 2015
  2. Mar 30, 2015
  3. Feb 02, 2015
  4. Jan 21, 2015
  5. Jan 16, 2015
  6. Jan 08, 2015
  7. Jan 07, 2015
  8. Dec 09, 2014
  9. Nov 19, 2014
  10. Oct 24, 2014
  11. Oct 16, 2014
  12. Sep 23, 2014
  13. Sep 22, 2014
  14. Sep 19, 2014
  15. Sep 15, 2014
  16. Sep 05, 2014
  17. Aug 22, 2014
  18. Aug 19, 2014
  19. Aug 12, 2014
    • Wouter van Oortmerssen's avatar
      File identifier feature. · f4ddb30f
      Wouter van Oortmerssen authored
      Allows you to add, and test for the presence of a magic 4-char
      string in a FlatBuffer.
      
      Tested: on OS X.
      
      Change-Id: I090692a9e4fb53bed3543279a28563e67132cba0
      f4ddb30f
  20. Jul 31, 2014
  21. Jul 25, 2014
  22. Jul 21, 2014
  23. Jul 11, 2014
  24. Jul 09, 2014
    • Wouter van Oortmerssen's avatar
      Added a "strict JSON" mode to the text generator and compiler · 703b2655
      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.
      703b2655
  25. Jul 08, 2014
    • Wouter van Oortmerssen's avatar
      Added functionality to assign field ids manually in a schema · 51cca4b2
      Wouter van Oortmerssen authored
      New attribute:
      
      -   `id: n` (on a table field): manually set the field identifier to `n`.
          If you use this attribute, you must use it on ALL fields of this table,
          and the numbers must be a contiguous range from 0 onwards.
          Additionally, since a union type effectively adds two fields, its
          id must be that of the second field (the first field is the type
          field and not explicitly declared in the schema).
          For example, if the last field before the union field had id 6,
          the union field should have id 8, and the unions type field will
          implicitly be 7.
          IDs allow the fields to be placed in any order in the schema.
          When a new field is added to the schema is must use the next available ID.
      
      Change-Id: I8690f105f3a2d31fdcb75a4fab4130692b12c62f
      Tested: on Windows
      51cca4b2
  26. Jun 23, 2014
  27. Jun 18, 2014
  28. Jun 17, 2014
  29. Jun 11, 2014
  30. Jun 10, 2014
Loading