Skip to content
Snippets Groups Projects
  1. Oct 12, 2016
  2. Aug 12, 2016
  3. Aug 08, 2016
  4. Jul 25, 2016
  5. Jul 20, 2016
  6. Jul 14, 2016
  7. Jul 01, 2016
  8. Jun 06, 2016
  9. May 26, 2016
  10. Jan 21, 2016
  11. 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
    • Wouter van Oortmerssen's avatar
      Added min/max values for enums/unions. · e848137d
      Wouter van Oortmerssen authored
      Bug: 21642898
      Change-Id: Ifaf0b3c4274fe30ef29507ba1c1216d700efe85b
      Tested: on Linux.
      e848137d
  12. Jan 09, 2016
  13. Dec 02, 2015
  14. Nov 30, 2015
  15. Nov 26, 2015
  16. Sep 25, 2015
  17. May 12, 2015
    • rw's avatar
      Port FlatBuffers to Python. · 48dfc69e
      rw authored
      Implement code generation and self-contained runtime library for Python.
      
      The test suite verifies:
        - Correctness of generated Python code by comparing output to that of
          the other language ports.
        - The exact bytes in the Builder buffer during many scenarios.
        - Vtable deduplication correctness.
        - Edge cases for table construction, via a fuzzer derived from the Go
          implementation.
        - All code is simultaneously valid in Python 2.6, 2.7, and 3.4.
      
      The test suite includes benchmarks for:
        - Building 'gold' data.
        - Parsing 'gold' data.
        - Deduplicating vtables.
      
      All tests pass on this author's system for the following Python
      implementations:
        - CPython 2.6.7
        - CPython 2.7.8
        - CPython 3.4.2
        - PyPy 2.5.0 (CPython 2.7.8 compatible)
      48dfc69e
  18. May 06, 2015
  19. May 04, 2015
  20. Jan 07, 2015
  21. Nov 19, 2014
  22. Sep 24, 2014
  23. Sep 22, 2014
  24. Aug 25, 2014
  25. Jul 29, 2014
  26. Jul 22, 2014
  27. Jul 02, 2014
  28. Jun 10, 2014
Loading