platform/core/csapi/tizenfx.git
7 years agoFix author in nuspec file
WonYoung Choi [Wed, 29 Mar 2017 02:23:47 +0000 (11:23 +0900)]
Fix author in nuspec file

Change-Id: I48ffdf44e75f294d3c835122fe4bd9f2bfe40822
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
7 years agoRemove Net45
Changjoon Baek [Mon, 6 Mar 2017 08:08:43 +0000 (17:08 +0900)]
Remove Net45

Change-Id: I86aabac0ad4f890b85df720f88f6d6771f937f2c
Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
7 years agoRemove %ix86 at ExcludeArch in spec
Changjoon Baek [Wed, 11 Jan 2017 02:03:32 +0000 (11:03 +0900)]
Remove %ix86 at ExcludeArch in spec

Change-Id: I4a1261cd18ddcead57ee5fe07b73f0ca1e9eba41
Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
7 years agoApply dotnet RPM macros
WonYoung Choi [Mon, 19 Dec 2016 10:27:56 +0000 (19:27 +0900)]
Apply dotnet RPM macros

Change-Id: Id90e01ee540d57fca91d0a2aef71dd73fe4f5ea5
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
7 years agoUpdate build spec to exclude i586, aarch64 architecture
Gihun Chang [Wed, 14 Dec 2016 23:44:02 +0000 (08:44 +0900)]
Update build spec to exclude i586, aarch64 architecture

Change-Id: I7fdb8a938e2e20a73c265201e604647c77f52e03
Signed-off-by: Gihun Chang <gihun.chang@samsung.com>
7 years agoAdd descriptions to .nuspec file
joon.c.baek [Mon, 7 Nov 2016 04:03:55 +0000 (13:03 +0900)]
Add descriptions to .nuspec file

Add descriptions about author, license, url to .nuspec file

Change-Id: I0e1783cd5778debe60a2939e1a2ea18fb6dd0035
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
7 years agoRemove test project to prevent Protex Pending
Changjoon Baek [Wed, 2 Nov 2016 02:16:08 +0000 (11:16 +0900)]
Remove test project to prevent Protex Pending

Remove test project 'MyFirstApp'.
It'll cause 'Protex Pending' problem.

Change-Id: Iaac99ab74fd44c4a989df46827a6643234796dcd
Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
7 years agoChange Open Source copyright.
Gihun Chang [Mon, 31 Oct 2016 07:12:02 +0000 (16:12 +0900)]
Change Open Source copyright.

Change-Id: I562fe6b9c7eb86727a345ed6adba9d684fa6def1

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>
7 years agoInitial empty repository
namhyung kim [Thu, 21 Jul 2016 00:18:29 +0000 (09:18 +0900)]
Initial empty repository