Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
refs #6657
|
|
see https://github.com/google/flatbuffers/pull/6658
|
|
|
|
Change-Id: I33c69978fe7a22485a7fd5ceb7a480e84e8bcdb3
|
|
Change-Id: I84a9365e9d8a1afe333b1df85058401ffe0a6b7c
|
|
Change-Id: I7f1f12f2f97e5227e0dabc2965ce66a6d41c229c
|
|
Change-Id: I402d857eef9f3e5f3765427c5d3b868ed5a3a22e
|
|
Change-Id: I716f6b915adfa6682b5d864857abf7d491d788b5
|
|
Change-Id: I0c87ad2cf8f8768cf40c5b7abea0add087a5518a
|
|
* Pulling in protobuf's faster UTF-8 encoder.
* Remove Utf8 unsafe code.
|
|
Change-Id: I9a6256d90ea800834a887afdcf888df412018933
|
|
* 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#
|
|
Change-Id: I0b0ed43129c4d8fc88a177792df50adfeb52a1e3
|
|
Change-Id: I9cf9fe1e2572d3f9c4066624a87249ca1e62a297
|
|
Change-Id: Ie28dda5e1854eeff3e254e975925ff846c137008
|
|
Change-Id: Ia6d6967546c0a2a5340a93e54c46d2630fff92fe
|
|
Change-Id: If2802ca48b61cfa7e5ec131e2a268400523217e2
|
|
Change-Id: I215fcc7581253f14171b513d4fc75da960b2064a
|
|
Change-Id: I34007829cdd3ad024df21f68bb369016d5d21131
|
|
Change-Id: I001ad8dd5f95e6e5ad43daf956663218d19f5c96
|
|
This allow jar generated with maven to be used in OSGi environment.
|
|
This avoid to put the pom.xml file into the source directory. Normally the pom file is in a parent (/parent) folder and it is not mixed with the java source code.
An other thing is: this will make import of the project more easy from a IDE.
The side effect is that the target folder where maven build artifacts will move from the <flatbuffers>/java/target to <flatbuffers>/target therefore the gitignore file has been updated in consequences.
|