1. 16 Jun, 2015 3 commits
  2. 13 Jun, 2015 1 commit
  3. 07 Jun, 2015 1 commit
  4. 28 May, 2015 1 commit
  5. 27 May, 2015 3 commits
  6. 20 May, 2015 10 commits
  7. 19 May, 2015 2 commits
  8. 18 May, 2015 1 commit
  9. 15 May, 2015 2 commits
  10. 14 May, 2015 2 commits
  11. 13 May, 2015 4 commits
  12. 12 May, 2015 2 commits
    • 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
    • Robert's avatar
      Merge pull request #165 from rw/go-faster · 4d213c2d
      Robert authored
      Go speed improvements
      4d213c2d
  13. 11 May, 2015 4 commits
  14. 09 May, 2015 4 commits