- 28 Dec, 2017 1 commit
-
-
Josh Ventura authored
-
- 21 Dec, 2017 5 commits
-
-
Yuri Finkelstein authored
* grpc bindings generator for Java and a few minor supporting changes in improvements * restored formatting before my previous changes for ease of review * Fixed grpc java code generation bug resulting in duplicate extractor declarations in case the same is used in more than a single RPC method * fixed previous merge issue * removed extra space * restored extra space * restored extra space * fixed java codegen bug documented in https://github.com/google/flatbuffers/issues/4563
-
Wouter van Oortmerssen authored
Also added missing generated files. Change-Id: Ifd22a643a08e3f2edfce92812ed57b87fc0e1875
-
Yuri Finkelstein authored
* added config files for popular formatting tools * edited and moved formatting files to root per review suggestion
-
Yuri Finkelstein authored
* grpc bindings generator for Java and a few minor supporting changes in improvements * restored formatting before my previous changes for ease of review * Fixed grpc java code generation bug resulting in duplicate extractor declarations in case the same is used in more than a single RPC method
-
Yuri Finkelstein authored
* updateed cpp_generator.cc to be compatible with the latest grpc version * preserved the original license * synchronized grpc cpp_generator with latest version as of today: GRPC 1.8.1. Regenerated test/monster_test.grpc.fb.* files and verified that grpctest is nicely passing * fixed merge glitch
-
- 18 Dec, 2017 2 commits
-
-
Yuri Finkelstein authored
* updateed cpp_generator.cc to be compatible with the latest grpc version * preserved the original license
-
xgdgsc authored
-
- 14 Dec, 2017 2 commits
-
-
Robert authored
Add support for Python lib continuous deployment.
-
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
-
- 13 Dec, 2017 1 commit
-
-
Mike Holler authored
-
- 07 Dec, 2017 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I16bf46682ad68c62b778ed1514b6b706c8cb8f6f Tested: on Linux.
-
- 04 Dec, 2017 1 commit
-
-
Bastien Brunnenstein authored
-
- 01 Dec, 2017 2 commits
-
-
Paul Taylor authored
-
rmawatson authored
added "native_custom_alloc" attribute to tables/structs, eg. table parent_table( native_custom_alloc:"custom_alloc_name" ) { ... } with a custom allocator defined as template <typename T> class custom_alloc_name : public std::allocator<T> { public: typedef T* pointer; template <class U> struct rebind { typedef custom_alloc_name<U> other; }; pointer allocate(const std::size_t n) { return ....; } void deallocate(T* ptr, std::size_t n) { ... } custom_alloc_name() throw() {} template <class U> custom_alloc_name(const custom_alloc_name<U>&) throw() {} }; };
-
- 30 Nov, 2017 1 commit
-
-
Bastien Brunnenstein authored
-
- 27 Nov, 2017 3 commits
-
-
Mike Holler authored
-
Mike Holler authored
-
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
-
- 20 Nov, 2017 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I9cf9fe1e2572d3f9c4066624a87249ca1e62a297
-
Wouter van Oortmerssen authored
Change-Id: I8808b0b419981ba7d0699da4a1effb0b660a21cb
-
- 17 Nov, 2017 2 commits
-
-
MikkelFJ authored
-
Dan Douglas authored
`Equipment` is a union, not an enum.
-
- 16 Nov, 2017 5 commits
-
-
Wouter van Oortmerssen authored
Also added a test. Tested on: Linux. Change-Id: I7b3230f8f6043eec139d5e3e8c9cb45814124274
-
red1939 authored
Each target that will be installed will also generate a target that will be included by CMake config file.
-
Hong Wu authored
-
Louis-Paul CORDIER authored
* Remove copy constructor to make flatbuffers struct trivially copyable + add tests. * Add support non c++11 compliant compilers. * Fix std::trivially_copyiable test for non-C++11 compliant compilers. * Fix trivially_copyable not part of glibc < 5 even with c++11 switch enabled.
-
David Komer authored
-
- 13 Nov, 2017 1 commit
-
-
Angela Sheu authored
-
- 09 Nov, 2017 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I1d9d301412fe0a036f12eb2cc82a3fbee5bb838d
-
Sergey Avseyev authored
-
- 06 Nov, 2017 3 commits
-
-
Sergey Avseyev authored
-
Sergey Avseyev authored
-
Lawrence Chan authored
-
- 26 Oct, 2017 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: Ie28dda5e1854eeff3e254e975925ff846c137008
-
- 23 Oct, 2017 1 commit
-
-
stefan301 authored
VerifyObject called VerifyTableStart() but not EndTable(). This made Verifier::VerifyComplexity() increase depth_ with each table, not with the depth of tables. https://groups.google.com/forum/#!topic/flatbuffers/OpxtW5UFAdg
-
- 20 Oct, 2017 2 commits
- 16 Oct, 2017 1 commit
-
-
Yonggang Li authored
* add _Nullable Support for C++ interface * generate @Nullable for Java generated code
-
- 14 Oct, 2017 1 commit
-
-
Stewart Miles authored
Report a build failure when any Android build fails.
-