~gichan-jang/nnstreamer/+git/edge:prod/tizen-8.0

Last commit made on 2024-04-30
Get this branch:
git clone -b prod/tizen-8.0 https://git.launchpad.net/~gichan-jang/nnstreamer/+git/edge

Branch merges

Branch information

Name:
prod/tizen-8.0
Repository:
lp:~gichan-jang/nnstreamer/+git/edge

Recent commits

2604a1f... by Yongjoo Ahn

[spec] Fix lcov options for different Tizen/lcov versions

- Set proper lcov options w.r.t. Tizen/lcov versions.

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

d17e09f... by Yongjoo Ahn

[common] Let edge wait listener thread to be started.

- Let the edge wait listener_thread to be properly started.
- This fix occasional hangs when nns_edge_release_handle called.

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

c729676... by seungha son <email address hidden>

[Github] Add issue and pull request templates

 This PR is to create a templates to autemate issue and PR process.
 Issue and PR templates still use the format of the parent project, nnstreamer, for uniformity.
 (https://github.com/nnstreamer/nnstreamer/tree/main/.github)

Signed-off-by: seungha son <email address hidden>

5ecbf89... by seungha son <email address hidden>

[Edge] Add checking return value

 In _nns_edge_transfer_data(), there is no checking return value.
 It is difficult to check when a problem occurs during the data transmission process,
 so check return values and add logs when problems occur.

Signed-off-by: seungha son <email address hidden>

11a291e... by Gichan Jang

[Tizen] Fix gcov build error

Due to the lcov 2.0 upgrade, the warning is changed to error so the gcov build fails.
Ignore this case. (Tizen PM guide)

Signed-off-by: gichan2-jang <email address hidden>

89acea4... by Gichan Jang

[AITT] Remove AITT

Remove AITT connection from nnstreamer-edge because AITT is removed from Tizen platform.
* Remove nnstreamer-edge-aitt.c later.

Signed-off-by: gichan2-jang <email address hidden>

21313d5... by Seungha Son

github-action/gbs: Build nnstreamer-edge based all architecture

 Current, build only x86-64 architecture. This patch is to support
 to build x86_64, i586, armv7l aarch64 architecture

Signed-off-by: linuxias <email address hidden>

0085b9d... by Jaeyun Jung <email address hidden>

[MQTT] clearly set null when closing connection

Clearly set connection state and handle when closing MQTT connection.

Signed-off-by: Jaeyun Jung <email address hidden>

7fd2385... by Jaeyun Jung <email address hidden>

[Build] nns-edge version info

Update build script to set version info.

Signed-off-by: Jaeyun Jung <email address hidden>

b71723c... by hyunil park <email address hidden>

[bugfix] Modify dlog output code

When outputting dlog using dlogutil in Tizen, garbage values are output
in the format starting with %

Signed-off-by: hyunil park <email address hidden>