platform/core/csapi/tizenfx.git
7 years agoChange output dll name for Net45 from Tizen.dll to Tizen.Tracer.dll
Gihun Chang [Wed, 26 Oct 2016 05:47:28 +0000 (14:47 +0900)]
Change output dll name for Net45 from Tizen.dll to Tizen.Tracer.dll

Change-Id: I29eefba72ced4b848bc09ec124eff2a13e0e6392

7 years agoUpdate version v1.0.1
Changjoon Baek [Wed, 19 Oct 2016 01:13:06 +0000 (10:13 +0900)]
Update version v1.0.1

Update version v1.0.1,
       1. Change type of interop functions, int to void
       2. Change root namespace, Tizen.Tracer to Tizen

Change-Id: Iecc2e4988612f0276032c3ea7217c2d121d3513d
Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
7 years agoChange Interop function type, RootNamespace
Changjoon Baek [Tue, 18 Oct 2016 09:15:39 +0000 (18:15 +0900)]
Change Interop function type, RootNamespace

1. Change Interop function type,
       int -> void
   to match with CAPI.
2. Change RootNamespace and AssemblyName,
    Tizen.Tracer -> Tizen
   It cause that VS recognize the Tracer would namespace.
   To run TCT, It have to correct.

Change-Id: I3087d6295a807c8380f867da6008bfc03296305c
Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
7 years agoAdd API Documentation Comments as Doxygen
joon.c.baek [Wed, 12 Oct 2016 02:30:13 +0000 (11:30 +0900)]
Add API Documentation Comments as Doxygen

Add Tizen.Tracer C# API Documentation Comments
as follow Doxygen generation rule.

This comments refered from Tizen2.4 API.

Change-Id: Ic18e7cb6007e612130f067af667bacc01be60094
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
7 years agoUse nuget restore to solve dependencies
WonYoung Choi [Tue, 4 Oct 2016 14:21:02 +0000 (23:21 +0900)]
Use nuget restore to solve dependencies

Change-Id: Ic4232c0f07b934f18214538ec85b80f0ec60f733
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
7 years agoFix project files to support netstandard 1.6
WonYoung Choi [Sat, 3 Sep 2016 08:49:20 +0000 (17:49 +0900)]
Fix project files to support netstandard 1.6

Change-Id: I6d00bab8534849af065a7ff239be83b36b6cf8b0
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
7 years ago[CAT-35] implementation of Tizen Tracer C# api
joon.c.baek [Wed, 27 Jul 2016 22:54:55 +0000 (07:54 +0900)]
[CAT-35] implementation of Tizen Tracer C# api

Implementation of Tizen Tracer C# api,
It's wrapper of T-trace CAPI and present same feature.
Add sample code using Tizen Tracer C# api under test folder,
Sample code's working verified at TM1 3.0 target.

Modify as review comments:
1. Change comments sytle to double-slash(//)
2. Change Folder structure,
   Tizen.Tracer/Tracer.cs -> Tizen/Tracer.cs
3. Add license boilerplate
4. Replace CRLF to LF, CRLF created by VS2015.

Implemented as follow API review result.

Change-Id: Ibc628260ac0b923cef86b1d3fa2a5b208c917594
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
8 years agoInitial empty repository
namhyung kim [Thu, 21 Jul 2016 00:18:29 +0000 (09:18 +0900)]
Initial empty repository