platform/upstream/nnstreamer.git
2021-09-28 Yongjoo Ahn[build/fix] Fix meson.build to skip snpe build when...
2021-09-24 Taras Drozdovskyi[Doc] Refactore badges in README.md
2021-09-23 Jaeyun[Filter/openvino] fix invalid args
2021-09-22 Taras Drozdovskyi[Doc] Add LGTM badge
2021-09-21 Yongjoo Ahn[test/snpe] Add unittest for SNPE subplugin
2021-09-21 Yongjoo Ahn[build/snpe] Check host_machine and fix join_paths
2021-09-21 Julien Vuillaumier[armnn] compilation error - unused parameter
2021-09-21 Julien Vuillaumier[armnn] compilation error - missing initializer
2021-09-21 Taras DrozdovskyiFinal fix LGTM alerts
2021-09-16 gichan[Bug] Fix config from structure function
2021-09-16 gichan[TEST] Adjust state change timeout.
2021-09-16 Taras DrozdovskyiFix some alerts that were detected by the LGTM system
2021-09-15 Yongjoo Ahn[build/snpe] Build snpe subplugin when the platform... accepted/tizen/unified/20210915.100110 submit/tizen/20210915.065224
2021-09-15 Gichan Jang[query] Handle different framerate of clients
2021-09-15 Jaeyun[Filter/SharedModel] fix svace
2021-09-15 Jaeyun[Svace] fix res leak case
2021-09-09 Jaeyun[Test/CodeClean] improve coverage
2021-09-09 gichan[Query] Identify client using id
2021-09-08 Jaeyun[Test/Sparse] add testcase for common functions
2021-09-08 Jaeyun[Sparse] change util function param
2021-09-08 Jaeyun[Meson] feature for supported plugins
2021-09-08 Yongjoo Ahn[test/py] Fix test related python sources to increase...
2021-09-07 Yongjoo Ahn[tvm/test] Add negative testcase for invalid custom...
2021-09-06 gichan[Doc] Add tensor_quey README.md
2021-09-06 Yongjoo Ahn[lua/test] Add tc for multiple tensor types in lua...
2021-09-06 Jaeyun[Test] aggregator from multi clients
2021-09-06 Jaeyun[Common/Adapter] aggregation from multi clients
2021-09-03 Jaeyun[Test/CodeClean] new testcases for coverage
2021-09-02 Gichan Jang[TEST] Add tensor query tests
2021-09-02 Jaeyun[Test/Filter] testcase for filter-single
2021-08-31 Yongjoo Ahn[tensor_sparse] Add SSAT test for tensor_sparse
2021-08-31 Yongjoo Ahn[tensor_sparse] Implement tensor_sparse_enc and tensor_...
2021-08-31 Yongjoo Ahn[tensor_sparse] Implement util functions for sparse...
2021-08-30 Jaeyun[Test/Py/CodeClean] reduce code complexity
2021-08-29 MyungJoo HamFix mutex error in nnstreamer_filter_shared_model_inser...
2021-08-29 Junhwan Kim[Filter/TFLite] Fix remove shared model table
2021-08-29 Hyoung Joo Ahn[Filter/TFLite] enable the shared representation
2021-08-29 Hyoung Joo Ahn[Filter] add a hash table for shared key
2021-08-27 Jaeyun[Filter/Common] declare extern
2021-08-27 Yongjoo Ahn[query/server] Fix possible leaks in query_server_data_free
2021-08-27 Jaeyun[Query/Sink] handle error case
2021-08-26 Gichan Jang[Query] Fix unnecessary unreference accepted/tizen/unified/20210826.123536 submit/tizen/20210826.061507
2021-08-26 Gichan Jang[Query] Handle tensor query meta
2021-08-26 Gichan Jang[Query] Change property type
2021-08-25 Jaeyun[Filter/Sub] add event handler for filter-fw v0
2021-08-24 Yongjoo Ahn[mqtt/trivial] Fix typos in mqtt related codes
2021-08-20 Jaeyun[Test] unittest pkg
2021-08-20 Jaeyun[Test/Py/CodeClean] util functions to run test
2021-08-20 Jaeyun[tools/pbtxt/py] fix warning
2021-08-20 Xavier Roumegue[Test/bmp2png]: Fix -Werror errors after warnings level...
2021-08-20 Xavier Roumegue[Filter/Vivante] Fix -Werror after warnings level increase
2021-08-19 Jaeyun[tools/pbtxt/py] fix warning
2021-08-19 Gichan Jang[Query] Support flexible tensors format
2021-08-19 Jaeyun[SAM/CodeClean/Py] fix pylint and syntax error
2021-08-19 gichan[LICENSE] Add SPDX reference in LICENSE file.
2021-08-19 Yongjoo Ahn[tensor_query] Fix double free in tensor_query_server
2021-08-19 gichan[Query] Change GLib types to standard types.
2021-08-19 gichan[Query] Add address resolver for server
2021-08-19 Jaeyun[Filter/Sub] unnecessary log to get subplugin from ini
2021-08-18 Gichan Jang[Query] Fix resource leak
2021-08-17 Sangjung Woo[Build] Set 'filter-aliases' option for trix-engine
2021-08-17 Sangjung Woo[Filter/Sub] Support 'filter-aliases' option
2021-08-17 Yongjoo Ahn[fix/build] Fix build error unused vars
2021-08-14 Jaeyun[Query] res leak
2021-08-12 Junhwan Kim[Query] Update server elements
2021-08-12 Junhwan Kim[Query/common] Update server to handle multi-clients
2021-08-12 Gichan Jang[Query] Implement tensor query client
2021-08-10 Jaeyun[Repo] remove meta
2021-08-10 Junhwan Kim[Query] Implement common utils for TCP
2021-08-09 Gichan Jang[Gst/Mqtt] Resolve compiler warnings
2021-08-05 Sangjung Woo[Filter] Rename srnpu to trix-engine accepted/tizen/unified/20210810.135401 submit/main/20210806.045326 submit/tizen/20210806.045403 submit/tizen/20210809.021120
2021-08-05 Jaeyun[Config/Format] tensor format in config
2021-08-05 MyungJoo HamTFLite: Allow to skip flatbuf dep check
2021-08-03 Yongjoo Ahn[filter/SNAP] Add TensorFlow Lite support
2021-08-03 Jaeyun[Subplugin/Py] prevent resizing the array length
2021-08-03 gichan[Doc] Add serialized buffer description
2021-08-02 Jaeyun[Test/Ubuntu] add nnfw test
2021-08-02 Jaeyun[Converter/Py] mem size
2021-08-01 Jaeyun[Build] fix build error
2021-07-30 MyungJoo HamDIST (rpm/deb): add nnstreamer-util.h
2021-07-30 MyungJoo HamStyle fix of gst-indent
2021-07-30 MyungJoo HamIncrease warning level and resolve compiler warnings.
2021-07-30 MyungJoo HamCommon: add a common util header.
2021-07-30 MyungJoo HamTransform: ignore warnings from generated files.
2021-07-29 Jaeyun[Test] fix res leak
2021-07-29 MyungJoo HamMove nnstreamer_example to tests/
2021-07-27 MyungJoo HamCommon: refactor silent_debug() and make it common
2021-07-27 Jaeyun[Common] remove tensor-config struct
2021-07-27 Gichan Jang[Query] Define tensor query common data structures.
2021-07-27 Junhwan Kim[TVM/test] Add models for more architectures
2021-07-27 Jaeyun[Test] update testcases about changed caps
2021-07-27 Jaeyun[Caps/Format] add tensor format in caps
2021-07-27 Yongjoo Ahn[SparseTensor] Define SparseTensor and API
2021-07-23 Jaeyun[Build/Deb] dependency to NNFW
2021-07-22 MyungJoo HamPaho-mqtt: enable to use paho-mqtt w/o pkgconfig submit/tizen/20210723.070532
2021-07-22 MyungJoo HamDebian: add debian release changelog for Sid
2021-07-22 MyungJoo HamDebian: enable armnn in Sid.
2021-07-22 MyungJoo HamMeson: use flatbuf if it's >= 2.0.0
2021-07-22 MyungJoo HamUbuntu: Xenial build fail with pdebuild fixed.
2021-07-22 MyungJoo HamDebian: disable edge-tpu and openvino.
next