Skip to content
Snippets Groups Projects
  1. Aug 24, 2017
  2. Aug 01, 2017
    • Kevin Rose's avatar
      [Python] (scalar) vector reading speedup via numpy (#4390) · 3282a84e
      Kevin Rose authored
      * Add numpy accessor to python flatbuffers scalar vectors
      
      * Update python tests to test numpy vector accessor
      
      * Update appveyor CI to run Python tests, save generated code as artifact
      
      * Update example generated python code
      
      * Add numpy info to python usage docs
      
      * Update test schema and python tests w/ multi-byte vector
      
      * did not mean to push profiling code
      
      * adding float64 numpy tests
      3282a84e
  3. May 24, 2017
    • Wouter van Oortmerssen's avatar
      Fixed --keep-prefix functionality. · 22743ca4
      Wouter van Oortmerssen authored
      Changing to keep include prefixes had two side effects: the main
      file being parsed wasn't filtered out anymore, and include directory
      paths would be added to the path in the include statement.
      
      Also moved the include_test*.fbs files to sub directories so we
      can actually test the handling of -I etc.
      
      tested: on Linux.
      
      Change-Id: Ibae095cea7ab0cccbac15cfb5171719f6b5cad8c
      22743ca4
  4. Apr 24, 2017
  5. Apr 21, 2017
    • Kamil Rojewski's avatar
      TS tests fixes (#4265) · 808b44f8
      Kamil Rojewski authored
      * Eclipse ignore
      
      * TypeScript support
      
      * Prefixing enums
      
      * Test results
      
      * Merged JS and TS generators
      
      * Fixed AppVeyor build problems
      
      * Fixed more AppVeyor build problems
      
      * Fixed more AppVeyor build problems
      
      * Changed TS flag to options struct
      
      * Storing options by value
      
      * Removed unneeded const
      
      * Re-export support for unions
      
      * Uint support
      
      * Casting bools to numbers for mutation
      
      * TS shell tests
      
      * Reverted generates js test file to original version
      
      * Backing up js tests and properly generating test data
      
      * Not importing flatbuffers for TS test generation
      
      * Not overwriting generated js for tests
      
      * AppVeyor test fixes
      808b44f8
  6. Dec 13, 2016
  7. Jul 28, 2016
Loading