platform/core/ml/aitt.git
22 months agorevise header file name
Youngjae Shin [Wed, 24 Aug 2022 23:30:23 +0000 (08:30 +0900)]
revise header file name

 - align with class name

22 months agochange c++ standard version for supporting TizenRT
Youngjae Shin [Wed, 24 Aug 2022 10:12:19 +0000 (19:12 +0900)]
change c++ standard version for supporting TizenRT

- replace make_unique
- replace getrandom which is Linux-specific.

22 months agoTransfer exact sizes of topics through TCP protocol.
Chanhee Lee [Tue, 23 Aug 2022 04:47:09 +0000 (13:47 +0900)]
Transfer exact sizes of topics through TCP protocol.

[Problem] Topic data are now sent or received only once without
          considerations to the sizes actually transferred.
[Solution] Iteratively send or receive the topic until the exact
           sizes are transferred.

22 months agorevise memory management of module
Youngjae Shin [Tue, 23 Aug 2022 02:32:19 +0000 (11:32 +0900)]
revise memory management of module

* revise memory management of module
* change shared_ptr to unique_ptr

22 months agoapply MQ modularization
Youngjae Shin [Mon, 22 Aug 2022 01:29:53 +0000 (10:29 +0900)]
apply MQ modularization

- apply MQProxy

22 months agoMake classes package-private and add Definitions class
Kartik Anand [Fri, 19 Aug 2022 08:00:42 +0000 (13:30 +0530)]
Make classes package-private and add Definitions class

* Make classes package-private and add Definitions class

* Use Map interface

22 months agoapply AittOption
Youngjae Shin [Thu, 18 Aug 2022 10:47:54 +0000 (19:47 +0900)]
apply AittOption

- For applying global option in AITT instance.

22 months agoRedesign aitt android code
Praveen Naik S [Thu, 18 Aug 2022 06:43:25 +0000 (12:13 +0530)]
Redesign aitt android code

22 months agoadd AittUtil for separating CompareTopic()
Youngjae Shin [Thu, 18 Aug 2022 05:51:47 +0000 (14:51 +0900)]
add AittUtil for separating CompareTopic()

22 months agorevise name and location
Youngjae Shin [Thu, 18 Aug 2022 00:21:04 +0000 (09:21 +0900)]
revise name and location

- from AITTEx to AittException like AittTypes
- cleanup names
- revise location for adding custom_broker option

22 months agoFix a faulty socket option.
Chanhee Lee [Wed, 17 Aug 2022 10:10:14 +0000 (19:10 +0900)]
Fix a faulty socket option.

[Problem] TCP_NODELAY is used with IPPROTO_IP instead of IPPROTO_TCP.
[Solution] Fix the option value correctly.

22 months agorefactoring of Module Loader
Youngjae Shin [Fri, 12 Aug 2022 06:58:02 +0000 (15:58 +0900)]
refactoring of Module Loader

- remove composition of module loader
- Add NullTranport for robustness

22 months agorevise android build
Youngjae Shin [Fri, 12 Aug 2022 05:13:21 +0000 (14:13 +0900)]
revise android build

- add gradlew files

22 months agoremove unnatural thread usage
Youngjae Shin [Wed, 10 Aug 2022 05:48:48 +0000 (14:48 +0900)]
remove unnatural thread usage

- Additonally, cleanup header files

23 months agoInitial commit 00/279400/1 master accepted/tizen/unified/20220809.022038 accepted/tizen/unified/20220809.093639 submit/tizen/20220809.012345
Jihoon Jung [Tue, 9 Aug 2022 00:07:09 +0000 (09:07 +0900)]
Initial commit

Change-Id: I7e19c06adf39f36e326f32e11ef00932a3dbfaa5

23 months agoInitial empty repository
Tizen Infrastructure [Wed, 3 Aug 2022 01:03:47 +0000 (01:03 +0000)]
Initial empty repository