- 16 Jun, 2017 8 commits
-
-
Mats Wichmann authored
These are the resource/csdk/stack subset There are not intended to be any functional changes, with a minor exception: in resource/csdk/stack/samples/linux/secure/SConscript, the samples are now assigned to an appropriately constructed list, which is assigned an Alias, rather than two similar but different conditional Alias lines with the list inline. There is no consistently "pretty" way to fold long lines, the choices were made by a tool (yapf) but occasionally overridden to be a little more consistent The test harness is now consistently imported as: from tools.scons.RunTest import run_test rather than import * - should normally avoid importing whole namespace unqualified unless it is really needed Change-Id: I0e15b375a052ef792b2a1c4470552e5e0e4fb3fc Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20697Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Mats Wichmann authored
There are not intended to be any functional changes, Change-Id: Ife37bdb04c0ff05fcf50d9f7274b71026f053fd9 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20543Reviewed-by:
George Nash <george.nash@intel.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Philippe Coval authored
This change is harmless and done to test build process Bug: https://jira.iotivity.org/browse/IOT-2279 Change-Id: Ia8889790f19d6e02a0fc5c2d857ac19e717e2ec4 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19987Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Mats Wichmann authored
This is now part 1 of 4, containing the sconscripts not in connectivity, stack or security (see other three parts for those) There are not intended to be any functional changes. In a couple of places, for general consistency, changed SConscript('#foo') to SConscript('#/foo') - these are equivalent "help vars" assignments formatted so messages can be improved later without changing formatting all EnumVariable usage now calls out allowed_values= to be more clear The test harness is now consistently imported as: from tools.scons.RunTest import run_test rather than import * - should normally avoid importing whole namespace unqualified unless it is really needed The test harness is now consistently imported as: from tools.scons.RunTest import run_test rather than import * - should normally avoid importing whole namespace unqualified unless it is really needed Change-Id: I3f818ef972a9c84f9d0aec27348ec6da07f49e02 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20817Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
C.J. Collier <cjcollier@linuxfoundation.org> (cherry picked from commit ef061029) Reviewed-on: https://gerrit.iotivity.org/gerrit/20551Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
abitha.s authored
Change-Id: Ib9fdb7e994850475b233c914a71d4b94346e0c01 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20801Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Philippe Coval authored
-
Mats Wichmann authored
These reformattings are not supposed to change any behavior, but they are not all purely whitespace. For example, consecutive lines of Append(LIBS= or Append(CPPPATH= were collapsed into one call with multiple entries in the list. A few comments were beefed up, as were occasional informative messages. Import of run_test moved to top (Python style), except the two scripts where the unittest code is not isolated to a subdirectory - the import has to be protected so it is only called for targets that support the tests - the import fails on Tizen for some reasons. Change this when separate patches to isolate unit test building/running are merged. Change-Id: Ifaf3eb2d837e773a06e59b50132f0d3c8881fdd8 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20553Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Mats Wichmann authored
There are not intended to be any functional changes, and this set of changes turned out to be relatively minor. Change-Id: I738b2f2f43d3edd069426daa06ba29f7aaa33bef Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20535Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
- 15 Jun, 2017 7 commits
-
-
Mats Wichmann authored
No operational changes Change-Id: I6a8b95fac210a8f80132bebab148a67dfa76d51d Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19637Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Philippe Coval authored
Change-Id: I5b229d7413ab206f635548ff6af82fabd5edc8af Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com>
-
Philippe Coval authored
To avoid to mix C and C++ headers As iotivity.pc suggests (and aligned to Yocto) Change-Id: Ib7294d8cae27c3e9a496f06fe293d77a087c860e Bug: https://jira.iotivity.org/browse/IOT-1745Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20671Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Philippe Coval authored
Bug: https://jira.iotivity.org/browse/IOT-2241 Change-Id: Id2e1bd03d887076204117c6f7ab60e435804d886 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20699Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Habib Virji <habib.virji@samsung.com>
-
Jay Sharma authored
Bug: https://jira.iotivity.org/browse/IOT-2373 Change-Id: Ifd3789538c3d368b7ca3da52d274bb7ed531c126 Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20831Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Habib Virji <habib.virji@samsung.com>
-
Philippe Coval authored
Issue was observed using valgrind on GNU/Linux: https://build.iotivity.org/ci/job/iotivity-verify-unit_tests/16067/valgrindResult/pid=13739,0x2/ Bug: https://jira.iotivity.org/browse/IOT-2279 Change-Id: Ide0a2cca989466fefd4a13b41cc81bf38fa8afff Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20829Reviewed-by:
Habib Virji <habib.virji@samsung.com>
-
Philippe Coval authored
Previous change removed dat files to rebuild them: https://gerrit.iotivity.org/gerrit/#/c/20363/ This is not desired for crosscompilers, so they are preserved for this purpose. Bug: https://jira.iotivity.org/browse/IOT-2310 Change-Id: Iffc75ea5Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20769Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Srikrishna Gurugubelli <srikguru@microsoft.com> Reviewed-by:
Alex Kelley <alexke@microsoft.com>
-
- 14 Jun, 2017 8 commits
-
-
Philippe Coval authored
-
Philippe Coval authored
Also use same sys.exit everywhere 1.3-rel should fail un tizen_unsecured because that component is not yet merged Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: I98e14eff713a6434d0521bc2235d127826a45acf Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20781Reviewed-by:
C.J. Collier <cjcollier@linuxfoundation.org> Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Philippe Coval authored
Change-Id: Ibc63061b15d67481370214fc322c7db302537018 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20657Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com>
-
Jaewook Jung authored
resourceHandle of OCEntityHandlerResponse is not used. Change-Id: I7630e0cd891872a7788873ecd75a738b8e0c362d Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20517Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Philippe Coval authored
Change-Id: I92cd2266e46c7f1b81de92ad4b6a0ad3fdf6f27d Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19277Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Philippe Coval authored
Harmless change to test CI Change-Id: I2e15f2378c03ddaa5972ebc4e126b6f914158f42 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20361Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Philippe Coval authored
crypto functions are used by connectivity module This prevents instalation of obsolete version, like on jenkins: https://build.iotivity.org/ci/job/iotivity-verify-tizen_unsecured/151/consoleFull + '[' '!' -d /home/jenkins-ci/workspace/iotivity-verify-tizen_unsecured/extlibs/mbedtls ']' + cp -r /home/jenkins-ci/iotivity-extlibs-03272015/mbedtls/mbedtls /home/jenkins-ci/workspace/iotivity-verify-tizen_unsecured/extlibs/mbedtls/mbedtls Bug: https://jira.iotivity.org/browse/IOT-2237 Change-Id: Iffc8929e646b4edb624a12481b32f4929b743af4 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20773Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Peter Hatina <phatina@gmail.com> Reviewed-by:
Sushil Kumar Yadav <sushil.ky@samsung.com>
-
Kevin Kane authored
Make the build script a bit smarter about figuring out if it needs to update and re-patch the mbedTLS dependency. Change-Id: I6402a045ea03121b0704b9d83be0224bdb98ada4 Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20059Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 13 Jun, 2017 2 commits
-
-
Soemin Tjong authored
https://tools.ietf.org/html/rfc7252#section-5.8.2 specifies that the URI of a new resource created by a server is returned in Location-Path option. Change-Id: I358d8ee127a598c2f2fdb8f101413eebbf100a89 Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19245Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Todd Malsbary <todd.malsbary@intel.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Kevin Kane authored
Make the build script a bit smarter about figuring out if it needs to update and re-patch the mbedTLS dependency. Change-Id: I6402a045ea03121b0704b9d83be0224bdb98ada4 Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20445Tested-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Jay Sharma <jay.sharma@samsung.com>
-
- 12 Jun, 2017 12 commits
-
-
Philippe Coval authored
This will help to upgrade gtest to latest release Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: I1608aeee7898ae4633098e5194ad8dec7e55c1b9 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19289Reviewed-by:
Ziran Sun <ziran.sun@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Mats Wichmann authored
There are not intended to be any functional changes Some reformatting after initial comments Change-Id: I2db5b04e2498974396ff3ba6033b521ebd3ab61a Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20537Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Rick Bell <richard.s.bell@intel.com>
-
C.J. Collier authored
IoTivity is upgrading the mbedtls version from 2.4.0 to 2.4.2 Change-Id: I994a34d013a89c029d15026a4a97b3ed1563694e Signed-off-by:
C.J. Collier <cjcollier@linuxfoundation.org> Reviewed-on: https://gerrit.iotivity.org/gerrit/20715
-
Soemin Tjong authored
In codegen implementation, it is difficult to pass around IPCAAppHandle returned by IPCAOpen() to compartmentalized code generated for each device or resource type. IoTivity currently supports 1 server (an app is also a server) per process (tracked by https://jira.iotivity.org/browse/IOT-1379). Therefore multiple calls to IPCAOpen() in the same process is not supported. This change makes an exception so that IPCAOpen() will now return same IPCAAppHandle when called with same app ID. Change-Id: I9a3a2334e6fc9230595a68e3451c2a863c532824 Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18851Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
C.J. Collier authored
IoTivity is upgrading the mbedtls version from 2.4.0 to 2.4.2 Change-Id: Ia40520417580e1053125f33f422dff12108260b0 Signed-off-by:
C.J. Collier <cjcollier@linuxfoundation.org> Reviewed-on: https://gerrit.iotivity.org/gerrit/20709Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Philippe Coval authored
Conflicts: extlibs/gtest/SConscript resource/c_common/octimer/include/octimer.h resource/c_common/octimer/src/octimer.c Change-Id: I0092ab525bb2d70f21ea608422423f8862fe7df4 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com>
-
Philippe Coval authored
Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: Ie2d729e17e97a2fe364ff6a37926ff67fdf0abd3 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20441Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Youngman Jung <yman.jung@samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com>
-
Mats Wichmann authored
There are not intended to be any functional changes. Change-Id: Ifb5cadc8f6de73b55d5f6fece7cb401f34b81674 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20533Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
arya.k authored
Change-Id: I89898afd650f7095dd89b4b9616176092fd41c3a Signed-off-by:
arya.k <arya.kumar@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20565Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Poovizhi authored
Change-Id: Iaacca4746cb0bd73b3053abf22dd8c40a32dec09 Signed-off-by:
Poovizhi <poovizhi.a@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19193Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Sushil Yadav authored
Change-Id: I77467cb92104554db238092690d2075b7120e02d Signed-off-by:
Sushil Yadav <sushil.ky@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20689Reviewed-by:
Jooseok Park <jooseok.park@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
hyuna0213.jo authored
Change-Id: I2279dc5ce94ae7262d7f425d857d929791c18796 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20293Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 10 Jun, 2017 3 commits
-
-
Philippe Coval authored
Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: I767a9c68b0270b71ca4bd814526e51ddd4dad990 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20433Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com>
-
Way Vadhanasin authored
Windows needs run.bat to have line ending as CRLF and this change ensures that. Change-Id: I3f879424b72e101281c2bfe4a03784886332742e Signed-off-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20599Reviewed-by:
Kevin Kane <kkane@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Way Vadhanasin authored
This change implements ocevent object in c_common, which will be used by a later change in OCStack to remove the responsibility of calling OCProcess from applications so that they don't have to call it in an endless loop. Note that the patch requires the oc_mutex_assert_owner fix change ID: I0d60188af9bce866f5ba18800292204c78daba12. Change-Id: I0d60188af9bce866f5ba18800292204c78daba10 Signed-off-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19311Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-