1. 13 Apr, 2017 2 commits
  2. 12 Apr, 2017 2 commits
  3. 10 Apr, 2017 1 commit
    • Kamil Rojewski's avatar
      TypeScript support (#4232) · 28e7dbd3
      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
      28e7dbd3
  4. 08 Apr, 2017 1 commit
  5. 30 Mar, 2017 1 commit
  6. 29 Mar, 2017 7 commits
  7. 28 Mar, 2017 2 commits
  8. 27 Mar, 2017 1 commit
    • Jesper Stemann Andersen's avatar
      Fixed building and warnings on Arduino (16 bit platform). (#4197) · 281284fa
      Jesper Stemann Andersen authored
      Building on Arduino fixed by conditional includes of cstdint and utility. In the Standard C++ for Arduino (port of uClibc++):
      * cstdint is not present.
      * utility is named utility.h.
      
      Replaced size_t with uoffset_t for Verifier::max_tables_, max_depth_, depth_, and num_tables_ to ensure 32-bit values are used (and not 16-bit) - gave rise to a warning.
      281284fa
  9. 21 Mar, 2017 1 commit
    • Lawrence Chan's avatar
      C++: Add default value handling to mutation/SetField code (#4230) · 1a27c701
      Lawrence Chan authored
      * Add default value handling to mutation/SetField code
      
      * Shorten reflection SetField impl
      
      * Modify impl to work with C++03
      
      * Add more mutation tests
      
      * Fail SetField if non-scalar
      
      * Add IsScalar/IsInteger/IsFloat for reflection::BaseType
      
      * Use new IsScalar/IsInteger/IsFloat in reflection SetField
      
      * Assume scalar is either int or float
      1a27c701
  10. 20 Mar, 2017 2 commits
  11. 18 Mar, 2017 2 commits
  12. 16 Mar, 2017 1 commit
  13. 15 Mar, 2017 3 commits
  14. 13 Mar, 2017 1 commit
  15. 10 Mar, 2017 2 commits
  16. 08 Mar, 2017 4 commits
  17. 03 Mar, 2017 2 commits
  18. 28 Feb, 2017 1 commit
  19. 26 Feb, 2017 4 commits