Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch fixes the wrong Requires section of the flatbuffers-python package.
Change-Id: Ie01232ca99b0e943421d951ff8fd4fbc727ce016
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
|
|
- Upgrade the version to v2.0.6
Change-Id: Ifc586ca06fbbe4c203d7d3346c3c8a27352cf209
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
|
|
Add flatbuffers python packaging
Change-Id: Idb93e673facd7c8eb91dad731547fec13af68101
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
|
|
Bump to flatbuffers 2.0.0
Change-Id: I5f229796cccfdb60cd15c29996aff57f75bc5cdb
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
|
|
This patch revises the packaging files for Debian/Ubuntu to include .pc
file in the development kit package.
Change-Id: Ib94702ace3a970cfe5ab435c34795ac03296e02e
Signed-off-by: Wook Song <wook16.song@samsung.com>
|
|
This patch revises the rpm spec file to include the .pc file in the
dev-kit package.
Change-Id: I456b1fa494a38cd9cd1724863028a9b69ac7df4b
Signed-off-by: Wook Song <wook16.song@samsung.com>
|
|
This patch adds a template file to use .pc file generation.
Change-Id: Ia4841a6c4bcf3560e1156a606a85f0d2103ffebd
Signed-off-by: Wook Song <wook16.song@samsung.com>
|
|
Since PPA tries to use the latest gcc, the package released via PPA has
an issue related to the unmet dependency on libgcc-s1. To fix it, this
patch adds explicit build dependencies on gcc << 10.
Change-Id: If76cde33d9b6aaeb051894b55c22f256bddc9a36
Signed-off-by: Wook Song <wook16.song@samsung.com>
|
|
Change-Id: I228241b006edf9850e035a96b69fc6c305905280
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
|
|
When -flto option is used, static library doesn't contain
symbol names in it.
It may leads "undefined symbol" problem in some applications.
Change-Id: I3ab5f644b72e504d9390311e4ce945d9ac28527e
Signed-off-by: Semun Lee <semun.lee@samsung.com>
|
|
Initial debianization for v1.11.0.
Change-Id: Ie27a37855e782277c60908ebea9b363d296d34a3
Signed-off-by: Wook Song <wook16.song@samsung.com>
|
|
There was a build-error fix in flatbuffers-1.6.0, which
was in bash build script. They appear to lose it when
they abandoned the bash build script.
The following is the commit message of the workaround
of flatbuffers 1.6.0 mainline:
Work around flatbuffers flaky build
The flatbuffers build ocasionally fails with the following error:
/flatbuffers/flatbuffers-1.6.0/src/idl_parser.cpp
/mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:19:17:
error: 'MyGame' has not been declared
using namespace MyGame::Sample;
^
/mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:19:25:
error: 'Sample' is not a namespace-name
using namespace MyGame::Sample;
^
/mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:19:31:
error: expected namespace-name before ';' token
using namespace MyGame::Sample;
^
/mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp: In
function 'int main(int, const char**)':
/mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:25:3:
error: 'flatbuffers' has not been declared
flatbuffers::FlatBufferBuilder builder;
^
/mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:28:26:
error: 'builder' was not declared in this scope
auto weapon_one_name = builder.CreateString("Sword");
^
...
Disabling the BUILD_TESTS target removes the flakiness and makes the
compilation faster.
Reviewed-on: http://gerrit.cloudera.org:8080/12886
Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
Tested-by: Tim Armstrong <tarmstrong@cloudera.com>
Change-Id: Ica8300d7edad7d10adad311cc22c18b8987b1f9b
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
|
|
This PR provides tizen packages, flatbuffers and flatbuffers-devel.
Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
|
|
* Change Rust generated file defaults
After #6731, flatc changed its default behavior
for generating rust code to fix some importing issues.
This was a breaking change which invlidated the patch release,
`flatc 2.0.5` (#7081). This PR reverses the default so we can
release a patch update. However, does break Rust users who work at
HEAD.
* Bump flatc patch version (2.0.6)
Co-authored-by: Casper Neo <cneo@google.com>
|
|
Change-Id: I3a408da08676e522069adf83730d6bcc2b5493b3
|
|
Change-Id: Ibcfc49a9c9376372bd15da2ed3a7f7a298863ccc
|
|
Change-Id: I0a17ee292c9eebbb1e9b2530c07d37d63b4dda24
|
|
|
|
* Moved code from FlatBufferBuilder.sizedByteArray to ByteBuffer.toArray() in Swift
* ByteBuffer.toArray() to ByteBuffer.underlyingBytes
|
|
|
|
We already have the reflection.fbs file and the flatbuffers
python language support.
Adding this feature would give the python developers the
ability to parse the flatbuffers schema and write some tools.
Co-authored-by: Derek Bailey <derekbailey@google.com>
|
|
|
|
|
|
compatible mjs version. (#7086)
|
|
|
|
|
|
|
|
* fix(grpc): fix go_test implement error
* fix(grpc): fix go_test implement error
|
|
* fixed comparator for native_inline
* added native_inline data
* updated more tests for the new field
* more fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* omit type annotations for dart local variables
* fixed some errors
|
|
|
|
|
|
|
|
|
|
|
|
* Provide a short help text and default in error case
* clean up short options a bit
|
|
|
|
|
|
Remove travis badge
Added Github action badge
Add dbaileychess twitter
|
|
|
|
* fix for rust build
* Rust: Implement Serialize on generated types
For debugging convenience it is really handy to be able to dump out
types as another format (ie: json). For example, if we are logging a
type to a structured logging system, or even printing it out in a
structured way to the console.
Right now we handle this by shelling out to `flatc` which is not ideal;
by implementing Serialize on the generated types we can use any of the
Serializer-implementing packages for our structured debug output.
* clang-format
* Make the flatbuffers Rust crate only have an optional dependency on the `serde` packages.
* fix warning
* fix rust test build
* Oh yeah this needs to be initialized
* fix toml syntax
* code review feedback
* rebuild test data
|
|
|
|
* Skip conditional for python executable
* replaced flatbuffers_version_string with inline function
* use const char* instead of string
|