History log of /external/flatbuffers/python/setup.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1a161a8333ec1fa382a06485b7ffad955c001151 23-May-2016 Wouter van Oortmerssen <wvo@google.com> Added missing licenses to some sh/cs/py files.

Bug: https://github.com/google/flatbuffers/issues/3872
Change-Id: I5d551168e9bc925e867e5e4ddf5d809418fd44eb
Tested: on Linux.
/external/flatbuffers/python/setup.py
7a1b77322b07804bf32cbdb34b6cba25b552e825 15-May-2015 rw <me@rwinslow.com> Update Python package description: license, descriptions.
/external/flatbuffers/python/setup.py
48dfc69ee613a176f13b04c2310adb7a08fe6737 16-Dec-2014 rw <me@rwinslow.com> Port FlatBuffers to Python.

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)
/external/flatbuffers/python/setup.py