~kparichay/nnstreamer/+git/trunk:gtest_main_catch_errors

Last commit made on 2019-11-21
Get this branch:
git clone -b gtest_main_catch_errors https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

Name:
gtest_main_catch_errors
Repository:
lp:~kparichay/nnstreamer/+git/trunk

Recent commits

85bd37f... by Parichay Kapoor <email address hidden>

[tests/coverity] Fix coverity issues related to gtest main

Add try/catch for exceptions thrown by function calls in main bosy when using gtest

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

46d0e02... by MyungJoo Ham

[Dist/Tizen] Execute ldconfig after touching .so files

When .so files are added or removed,
ldconfig should be called.

CC: @jaeyun-jung @again4you : Cherry-pick this for 5.5 release.

Signed-off-by: MyungJoo Ham <email address hidden>

0c39a34... by MyungJoo Ham

[CAPI] By default a new nnfw is "not available"

Until we implement its supporting code, assume a new
nnfw is NOT SUPPORTED.

This makes sure that it does not reply "supported" for
arbitrary new NNFWs.

Signed-off-by: MyungJoo Ham <email address hidden>

341d3d2... by Jaeyun <email address hidden>

[Filter/Caffe2] fix invalid data type

1. fix invalid tensor meta while running invoke callback
2. add debug messages for tensor meta info

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

6ace1df... by Wook Song

[Github] Remove an unintended blank in the template file for PR

This patch removes an unintended blank in the self evaluation section of
the template file for PR.

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

ca478fa... by Parichay Kapoor <email address hidden>

[Test/Src/IIO] Fix coverity defects

Fix coverity defects
1. Related to fd resource leak in a macro with assert failure
2. Add more defect fixes already provided in #1859 and #1863 to another location

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

41d2c9e... by Parichay Kapoor <email address hidden>

[single] Enable flexible input dimension for custom filters

Enable flexible input dimension for custom filters
Add corresponding unittest
Add GstTensorsInfo init bug fix in tensor_filter_single.c

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

e9f82fa... by MyungJoo Ham

New Element: Tensor_SRC_TizenSensor, Init

This element fetches data from Tizen Sensor Framework for NNStreamer.

This commit includes the init parts and shows how it will be built and deployed.
Other function bodies will follow in other commits/PRs.

This addresses #1143

Signed-off-by: MyungJoo Ham <email address hidden>

182f7a1... by Parichay Kapoor <email address hidden>

[nnfw] Fix meson

Fix variables in meson.build for nnfw and nnfw-runtime

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

a40968e... by Jaeyun <email address hidden>

[C-Api] fix invalid sink handle

When trying to register sink callbacks to same sink element, it returns null handler.
To fix this, allocate new handle and add it into the handle list.

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