1. 10 Aug, 2018 5 commits
  2. 09 Aug, 2018 1 commit
  3. 06 Aug, 2018 5 commits
    • Wouter van Oortmerssen's avatar
      Temporarily disabled Android CI until fix. · 38a6623f
      Wouter van Oortmerssen authored
      Change-Id: I0c6758db7b4007e84b7ab8daaecd233711df8cab
      38a6623f
    • Vladimir Glavnyy's avatar
      Attach header directory information to the "flatbuffers" library target (#4849) · 27e4f43b
      Vladimir Glavnyy authored
      * Attach header directory information to the "flatbuffers" library target, if the CMake version supports it.
      
      * Cleanup and documentation update
      27e4f43b
    • Kamil Rojewski's avatar
      Publishing flatc with conan (#4852) · 42515cfd
      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
      
      * Generating the most strict TS code possible
      
      * Not returning null when creating vectors
      
      * Not returning null from struct contructors
      
      * Vector of unions for ts/js
      
      * Sanity check for languages
      
      * Indentation fix + output test files
      
      * Vectors of unions for php
      
      * Fixes to union vector handling + tests
      
      * Fix for strictPropertyInitialization
      
      * Fix for new aligned operator new for gcc >= 7.1
      
      * Not generating imports/ns prefixes with --gen-all
      
      * TypeScript docs
      
      * Missing imports of enums
      
      * Missing TS links
      
      * Enabled vector of unions for java, since it seems to work
      
      * Added jitpack config
      
      * Added obj to vector of unions getter
      
      * Removed unneeded accessor
      
      * Bumped jdk version in pom.xml
      
      * Vector of unions support for c#
      
      * Missing TypeScript doc processing
      
      * Option to NOT force libc++ when building with clang
      
      * Publishing flatc with conan
      42515cfd
    • Charlie Harrison's avatar
      Remove using namespace std; (#4851) · 5d3648b8
      Charlie Harrison authored
      5d3648b8
    • Wouter van Oortmerssen's avatar
      Fixed VS2010 compile error. · fc3ce7d1
      Wouter van Oortmerssen authored
      Change-Id: Ibd970d30b51f77a2ac9c125e400c9f1b19a81cbc
      fc3ce7d1
  4. 29 Jul, 2018 1 commit
  5. 27 Jul, 2018 3 commits
  6. 26 Jul, 2018 6 commits
  7. 23 Jul, 2018 5 commits
  8. 19 Jul, 2018 4 commits
    • shassani's avatar
      Adds ForceStringAlignment to flatbuffers. (#4828) · 4235a256
      shassani authored
      ForceStringAlignment is useful for memory aligning string fields in flatbuffers.
      4235a256
    • Shivendra Agarwal's avatar
    • Shivendra Agarwal's avatar
      Fixing an assert in flexbuffers CreateVector (#4824) · 7c824ef6
      Shivendra Agarwal authored
      An assert was blocking the creation of typedvectors. It was wrongly checking for limited types even though vector was not of fixedTyped.
      7c824ef6
    • Kamil Rojewski's avatar
      Option to NOT force libc++ when building with clang (#4826) · 6bfa107f
      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
      
      * Generating the most strict TS code possible
      
      * Not returning null when creating vectors
      
      * Not returning null from struct contructors
      
      * Vector of unions for ts/js
      
      * Sanity check for languages
      
      * Indentation fix + output test files
      
      * Vectors of unions for php
      
      * Fixes to union vector handling + tests
      
      * Fix for strictPropertyInitialization
      
      * Fix for new aligned operator new for gcc >= 7.1
      
      * Not generating imports/ns prefixes with --gen-all
      
      * TypeScript docs
      
      * Missing imports of enums
      
      * Missing TS links
      
      * Enabled vector of unions for java, since it seems to work
      
      * Added jitpack config
      
      * Added obj to vector of unions getter
      
      * Removed unneeded accessor
      
      * Bumped jdk version in pom.xml
      
      * Vector of unions support for c#
      
      * Missing TypeScript doc processing
      
      * Option to NOT force libc++ when building with clang
      6bfa107f
  9. 16 Jul, 2018 9 commits
  10. 15 Jul, 2018 1 commit