1. 21 Dec, 2017 4 commits
  2. 18 Dec, 2017 2 commits
  3. 14 Dec, 2017 2 commits
    • Robert's avatar
      Merge pull request #4516 from mikeholler/travis · 4071b6f6
      Robert authored
      Add support for Python lib continuous deployment.
      4071b6f6
    • Kamil Rojewski's avatar
      Fix for strictPropertyInitialization for TS (#4540) · 142401f5
      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
      142401f5
  4. 13 Dec, 2017 1 commit
  5. 07 Dec, 2017 1 commit
  6. 04 Dec, 2017 1 commit
  7. 01 Dec, 2017 2 commits
  8. 30 Nov, 2017 1 commit
  9. 27 Nov, 2017 3 commits
    • Mike Holler's avatar
      Fixed prod PyPI URL and deploy block list. · da0bda6b
      Mike Holler authored
      da0bda6b
    • Mike Holler's avatar
      Added all_branches to tags: true block · 617bbc9b
      Mike Holler authored
      617bbc9b
    • Michael Holler's avatar
      Add support for Python lib continuous deployment. · 0c8b4c76
      Michael Holler authored
      Use a combination of travis and twine to publish to PyPI. New
      publications will be made:
      
      * When `master` is updated. This will trigger the publication of a
        the Python artifact versioned an iso-compliant build datetime. In this
        way, the cutting edge version will always be available via PyPI.
      * When a new git tag is pushed. Tag pushes trigger the publication of
        a python artifact with the same version as the git tag, with the
        leading `v` stripped if present (`v1.2.3` becomes `1.2.3`).
      
      Publications rely on Travis having a PYPI_PASSWORD environment set in
      the project settings. See the Travis CI documentation for information on
      [setting environment variables which containing sensitive data][1]. Make
      extra sure the "Display value in build log" switch is OFF.
      
      In addition to setting the previously mentioned `PYPI_PASSWORD`
      environment variable, the owner of the PyPI `flatbuffers` repository
      should, after merging this commit into master, add his own commit to
      change `mikeholler` in `.travis/deploy-python.sh` to his username. It's
      also recommended that the owner of `flatbuffers` use a separate account
      in the unlikely event that the environment variable somehow becomes
      compromised. Again, this is very unlikely, since the environment
      variable is only set for "safe" builds approved by maintainers (not on
      random pull requests).
      
      [1]: https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
      0c8b4c76
  10. 20 Nov, 2017 2 commits
  11. 17 Nov, 2017 2 commits
  12. 16 Nov, 2017 5 commits
  13. 13 Nov, 2017 1 commit
  14. 09 Nov, 2017 2 commits
  15. 06 Nov, 2017 3 commits
  16. 26 Oct, 2017 1 commit
  17. 23 Oct, 2017 1 commit
  18. 20 Oct, 2017 2 commits
  19. 16 Oct, 2017 1 commit
    • Yonggang Li's avatar
      Nullable java (#4455) · 01bac38c
      Yonggang Li authored
      * add _Nullable Support for C++ interface
      
      * generate @Nullable for Java generated code
      01bac38c
  20. 14 Oct, 2017 3 commits