~wooksong/neural-network-support/+git/flatbuffers:sandbox/wooksong/v1.11.0-debian

Last commit made on 2020-02-12
Get this branch:
git clone -b sandbox/wooksong/v1.11.0-debian https://git.launchpad.net/~wooksong/neural-network-support/+git/flatbuffers

Branch merges

Branch information

Name:
sandbox/wooksong/v1.11.0-debian
Repository:
lp:~wooksong/neural-network-support/+git/flatbuffers

Recent commits

323506e... by Wook Song

[Dist/Debian] Initial debianization for v1.11.0

Initial debianization for v1.11.0.

Signed-off-by: Wook Song <email address hidden>

809eea6... by Parichay Kapoor <email address hidden>

[Dist/Tizen] Add rpm spec and manifest files to support GBS

This PR provides tizen packages, flatbuffers and flatbuffers-devel.

Signed-off-by: Parichay Kapoor <email address hidden>

9e7e8cb... by Wouter van Oortmerssen

Bumped version to 1.11.0

Change-Id: I0c87ad2cf8f8768cf40c5b7abea0add087a5518a

b72a75f... by =?utf-8?q?Cl=C3=A9ment_Julliard?= <email address hidden>

Doc: use correct ref types for flatcc string creation. (#5305)

Some string definitions were typed as ns(Weapon_ref_t) while they should
be flatbuffers_string_ref_t. Note that the former was also compiling &
running correctly as both ref types boil down to the same underlying ref
type.

6cfcd86... by Philipp Wollermann <email address hidden>

Don't test on Ubuntu 14.04 (#5302)

Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards.

Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ

ddb12c0... by Damien Lespiau <email address hidden>

[Javascript] Remove newly introduced trailing whitespace in flatbuffer.js (#5300)

* Remove newly introduced trailing whitespace in flatbuffer.js

The newly introduced clear function has some trailing white space in an
otherwise whitespace clean file. Remove it.

* Remove spurious new line in the BytesBuffer construction

Another spurious white space introduced by the clear() PR.

2032b94... by Wouter van Oortmerssen

Fixed file access test in the wrong location.

Change-Id: I520339b442306204563d97743efe988eab459c08

860dc80... by Damien Lespiau <email address hidden>

docs: Fix where to find the Typescript typings (#5298)

This is what currently rendered:

  /flatubffers

in https://google.github.io/flatbuffers/flatbuffers_guide_use_typescript.html

Besides the typo, @types is being swallowed, the hope is that puting it between
backticks will improve the situation.

5b43e4b... by Wouter van Oortmerssen

Fix heap-buffer-overflow if there is a struct within a union

The validator previously did not check if a struct within a union was
valid, causing a heap buffer overflow. Add a check to make sure that
the struct is valid in this case.

Change-Id: I87d41b12fdfc2a99406789531ba92b841c063c76

ecd76e8... by Omer Akram

Update snap include path instruction (#5297)