Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
85bc1fbd
Commit
85bc1fbd
authored
Sep 02, 2020
by
Kishen Maloor
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gaborone+' into hollywood
Signed-off-by:
Kishen Maloor
<
kishen.maloor@intel.com
>
parents
e714e40e
e3598d60
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
2 deletions
+18
-2
api/oc_ri.c
api/oc_ri.c
+1
-1
port/windows/patch-mbedtls.bat
port/windows/patch-mbedtls.bat
+1
-1
port/windows/vs2015/IoTivity-lite.vcxproj
port/windows/vs2015/IoTivity-lite.vcxproj
+4
-0
port/windows/vs2015/IoTivity-lite.vcxproj.filters
port/windows/vs2015/IoTivity-lite.vcxproj.filters
+12
-0
No files found.
api/oc_ri.c
View file @
85bc1fbd
...
...
@@ -634,7 +634,7 @@ static void
oc_ri_audit_log
(
oc_method_t
method
,
oc_resource_t
*
resource
,
oc_endpoint_t
*
endpoint
)
{
static
const
size_t
LINE_WIDTH
=
80
;
#define LINE_WIDTH 80
char
aux_arr
[
6
][
LINE_WIDTH
];
memset
(
aux_arr
,
0
,
sizeof
(
aux_arr
));
char
*
aux
[]
=
{
aux_arr
[
0
],
aux_arr
[
1
],
aux_arr
[
2
],
...
...
port/windows/patch-mbedtls.bat
View file @
85bc1fbd
...
...
@@ -43,7 +43,7 @@ cd %~dp0..\..\deps\mbedtls || goto error
@rem -s : work silently
@rem -N : do not reverse the patch if already applied
@rem -p1 : remove first path component from paths in the patches
for
/r
..\..\patches
%%F
IN
(
*
.patch
)
DO
(
for
/r
..\..\patches
%%F
IN
(
05
_mbedtls_ocf
-microsoft
.patch
06
_mbedtls_constrained.patch
08
_mbedtls_C99.patch
09
-ocf-samsung-psk
.patch
10
-ocf-samsung-anon
.patch
)
DO
(
"
%PATCH_CMD%
"
-r
-
-s -N -p
1
<
%%F
||
goto
error
)
@rem VS project can check existence of the file whether to invoke
...
...
port/windows/vs2015/IoTivity-lite.vcxproj
View file @
85bc1fbd
...
...
@@ -262,6 +262,8 @@
<ClInclude
Include=
"..\..\..\messaging\coap\separate.h"
/>
<ClInclude
Include=
"..\..\..\messaging\coap\transactions.h"
/>
<ClInclude
Include=
"..\..\..\security\oc_acl_internal.h"
/>
<ClInclude
Include=
"..\..\..\security\oc_ael.h"
/>
<ClInclude
Include=
"..\..\..\security\oc_audit.h"
/>
<ClInclude
Include=
"..\..\..\security\oc_certs.h"
/>
<ClInclude
Include=
"..\..\..\security\oc_cred_internal.h"
/>
<ClInclude
Include=
"..\..\..\security\oc_csr.h"
/>
...
...
@@ -416,6 +418,8 @@
<CompileAs
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
CompileAsC
</CompileAs>
<CompileAs
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
CompileAsC
</CompileAs>
</ClCompile>
<ClCompile
Include=
"..\..\..\security\oc_ael.c"
/>
<ClCompile
Include=
"..\..\..\security\oc_audit.c"
/>
<ClCompile
Include=
"..\..\..\security\oc_certs.c"
/>
<ClCompile
Include=
"..\..\..\security\oc_cred.c"
/>
<ClCompile
Include=
"..\..\..\security\oc_csr.c"
/>
...
...
port/windows/vs2015/IoTivity-lite.vcxproj.filters
View file @
85bc1fbd
...
...
@@ -457,6 +457,12 @@
<ClCompile
Include=
"..\..\..\api\oc_swupdate.c"
>
<Filter>
Core
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\security\oc_ael.c"
>
<Filter>
Security
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\security\oc_audit.c"
>
<Filter>
Security
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\deps\tinycbor\src\cbor.h"
>
...
...
@@ -729,6 +735,12 @@
<ClInclude
Include=
"..\..\..\include\oc_enums.h"
>
<Filter>
Headers
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\security\oc_ael.h"
>
<Filter>
Security
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\security\oc_audit.h"
>
<Filter>
Security
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"mbedTLS"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment