~wooksong/neural-network-support/+git/flatbuffers:sandbox/dkson95/tizen_dev

Last commit made on 2023-12-01
Get this branch:
git clone -b sandbox/dkson95/tizen_dev https://git.launchpad.net/~wooksong/neural-network-support/+git/flatbuffers

Branch merges

Branch information

Name:
sandbox/dkson95/tizen_dev
Repository:
lp:~wooksong/neural-network-support/+git/flatbuffers

Recent commits

c34e186... by Dongkyun Son <email address hidden>

flatbuffers: add break statement to switch-case

Fix "error: this statement may fall through [-Werror=implicit-fallthrough=]"

Signed-off-by: Dongkyun Son <email address hidden>

585fbdf... by Sangjung Woo

[spec] Update CFLAGS to fix the buildbreak issue on GCC v13

To fix the buildbreak issue on gcc 11 or higher, this patch adds
'-Wno-error=stringop-overflow' option to CFLAGS and CXXFLAGS.

Change-Id: Iab3e0948770ff687fe997bc9c6faf825051ff7e4
Signed-off-by: Sangjung Woo <email address hidden>

2b45ebd... by Sangjung Woo

[spec] Update the Requires section

This patch fixes the wrong Requires section of the flatbuffers-python package.

Change-Id: Ie01232ca99b0e943421d951ff8fd4fbc727ce016
Signed-off-by: Sangjung Woo <email address hidden>

f8cb077... by Yongjoo Ahn

[Version] Bump up to v2.0.6

- Upgrade the version to v2.0.6

Change-Id: Ifc586ca06fbbe4c203d7d3346c3c8a27352cf209
Signed-off-by: Yongjoo Ahn <email address hidden>

df8489b... by Gichan Jang

[Python] Add flatbuffers python packaging

Add flatbuffers python packaging

Change-Id: Idb93e673facd7c8eb91dad731547fec13af68101
Signed-off-by: Gichan Jang <email address hidden>

dcea09a... by Gichan Jang

Bump to flatbuffers 2.0.0

Bump to flatbuffers 2.0.0

Change-Id: I5f229796cccfdb60cd15c29996aff57f75bc5cdb
Signed-off-by: Gichan Jang <email address hidden>

8c75906... by Wook Song

[Dist/Debian] Include .pc file in the dev-kit package

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 <email address hidden>

bf57245... by Wook Song

[Dist/Tizen] Revise the rpm spec file to include .pc in the dev package

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 <email address hidden>

57880bd... by Wook Song

[PkgConfig] Add a template for .pc file generation

This patch adds a template file to use .pc file generation.

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

fccdc83... by Wook Song

[Dist/Debian] Fix unmet dependency on libgcc-s1 in the PPA package

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 <email address hidden>