- 19 Jul, 2017 1 commit
-
-
Andrii Shtompel authored
Verified using CTT 1.5.11 test CT1.7.9.3 DELETE delete all credentials return PASSED Change-Id: Ie52c6af9fb9205a650b766acf0084e0ac2dcdcf1 Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21403Reviewed-by:
Aleksey Volkov <a.volkov@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com> Reviewed-by:
Oleksii Beketov <ol.beketov@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
- 18 Jul, 2017 3 commits
-
-
George Nash authored
Thss commit cleans up the following build warnings: - warning incompatible-pointer-types from JniCaInterface.c - warning missing-field-initializers from JniCaInterface.c - warning reorder from JniOcPresenceHandle.cpp - warning unused-variable from JniOcProvisioning.cpp - warning unused-but-set-variable JniSecureUtils.cpp Change-Id: I80c0df6effdff4ea089a15b53f16588c14853077 Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21433Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Larry Sachs <larry.j.sachs@intel.com> Reviewed-by:
Rick Bell <richard.s.bell@intel.com> (cherry picked from commit e25cf364) Reviewed-on: https://gerrit.iotivity.org/gerrit/21503
-
George Nash authored
The library connectivity_abstraction_internal does not work for android if bluetooth is used. It must be linked with connectivity_abstraction. Windows still needs to link against connectivity_abstraction_internal. Bug: https://jira.iotivity.org/browse/IOT-2495 Change-Id: I357969543313199615ceac3b3b5e5b9f6b7f4b48 Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21411Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Larry Sachs <larry.j.sachs@intel.com> Reviewed-by:
Md. Adnan Sami <adnan.sami@samsung.com> Reviewed-by:
Rick Bell <richard.s.bell@intel.com>
-
Mats Wichmann authored
Some sconscripts got missed pulling reformats over from master. This changeset is the scripts in plugins - these six scripts will now be identical to their counterpart in master. Note this does pick up the change not to locally set BUILD_DIR into LIBPATH and to not set TB_LOG into CPPDEFINES as those are done on a global level already. Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: Ib793b7eeaeda1d380b805153e82cffade7e65c80 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21463Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
- 17 Jul, 2017 3 commits
-
-
Ziran Sun authored
Change-Id: I0fdbee9a909e9fe0f0a7ac9a0d52fb2d0c6b7be4 Signed-off-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21451Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
arya.k authored
[AddressSanitizer] Heap-use-after-free in InProcServerWrapper.cpp fix. if(!interface.empty()) { const string query = string("if=" + interface); ocEntityHandlerRequest.query = const_cast<char *> (query.c_str()); } Local variable 'query' reference after it goes out of scope can be a cause for crash. Change-Id: I63a2b77719caa5fe5a3cb18bdb21943ddd616da7 Signed-off-by:
arya.k <arya.kumar@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21269Reviewed-by:
Harish Marappa <h.marappa@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Changjoon Baek <joon.c.baek@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jay Sharma authored
Change-Id: Ia714da5a98b1b6d5acd09e9c3f5e96b8a119f955 Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21213Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
JungYong KIM <jyong2.kim@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com> (cherry picked from commit 95917d96) Reviewed-on: https://gerrit.iotivity.org/gerrit/21389Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
George Nash <george.nash@intel.com>
-
- 16 Jul, 2017 1 commit
-
-
George Nash authored
This build failure was a result of a recent refactor to remove the `using namespace OC` from the header files. Importing the name was casing name space collisions between C and C++ code used in the JNI files when built in Windows OS. The WITH_CLOUD build option was missed in the refactor. Bug: https://jira.iotivity.org/browse/IOT-2490 Change-Id: I89b4c35a5a312d3e09a69016e43762fb01359abe Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21347Reviewed-by:
Larry Sachs <larry.j.sachs@intel.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-by:
Rick Bell <richard.s.bell@intel.com>
-
- 14 Jul, 2017 2 commits
-
-
Nathan Heldt-Sheller authored
Per spec, the /pstat.cm value should be 0x0000 0001 and .tm should be 0x0000 0000. Also fixed a similar error in RESET state values. Change-Id: I9fae4d2e5fb8845bd51c26555dcb8c774885d6f3 Signed-off-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21413Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Dmitriy Zhuravlev authored
1. Added ability to discover spec. version in Provisioning Client to support OIC 1.1 in addition to OCF 1.0 2. Security version mechanism replaced by icv Change-Id: I2c3aabe9ed78593fa97d13c1c528a571f34ffc0d Signed-off-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20651Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Oleksii Beketov <ol.beketov@samsung.com> Reviewed-by:
Vadym Riznyk <v.riznyk@samsung.com> Reviewed-by:
Jongmin Choi <jminl.choi@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
- 13 Jul, 2017 4 commits
-
-
Philippe Coval authored
Change-Id: Ifce52dd9207dfdc02f66990e20acc14ef3a0f398 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21169Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Philippe Coval authored
Bug: https://jira.iotivity.org/browse/IOT-2238 Change-Id: I1163c6afcbf656ba4a71f64bb540835641108005 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21215Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21391
-
Ziran Sun authored
Bug: https://jira.iotivity.org/browse/IOT-2270 Change-Id: I19c88fd57bcaa8931921f0e23dd55547c84818e3 Signed-off-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20031Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Jaewook Jung <jw0213.jung@samsung.com>
-
Pawel Winogrodzki authored
Moving global environment configuration common for all platforms into build_common/SConscript and removing repeated lines from service/coap-http-proxy/*. Bug: https://jira.iotivity.org/browse/IOT-1583 Change-Id: I6e88ec4553850340044a9788bf0c8782bc4283ad Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21323Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Abhishek Sharma <ce.abhishek@samsung.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
- 12 Jul, 2017 5 commits
-
-
Pawel Winogrodzki authored
Removing settings already present in the global "env" variable along with any modifications to that global environment to get rid of cross dependencies between scripts and forcing them to be executed in a specific order. Bug: https://jira.iotivity.org/browse/IOT-1583 Change-Id: I27edcf846d9436636a61cd83852335f86133bb4a Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21289Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Dan Mihai authored
Remove incomplete workaround - executing external_builders.scons twice instead of just one time, from build_common\SConscript. UnpackAll.py was not able to find the path to 7z.exe when using that workaround, and SCons was not able to unpack Gradle. Replace that workaround by fixing SCons's PATH earlier, before UnpackAll.py starts - similarly to the way build_common\SConscript handles the PATH on non-Windows platforms. [Philippe Coval] Conflicts: build_common/SConscript Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: Ic90337c6c34556043017f2c55afbc1edcac402ef Signed-off-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21063Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Signed-off-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21343
-
Way Vadhanasin authored
IOT-2177 Don't log error if oc_mutex_free is called with null. Change-Id: I1e589304f9bce866f5ba18800292204c78d43590 Signed-off-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19433Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> (cherry picked from commit 36525788) Reviewed-on: https://gerrit.iotivity.org/gerrit/21141
-
Andrii Shtompel authored
With this patch CTT 1.5.11 test CT 1.7.7.1 successfully reverts acl2 and it finally passes Change-Id: I24e0d9d47a3c148a8626482fee22a4504f711270 Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21393Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Aleksey Volkov <a.volkov@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jongmin Choi <jminl.choi@samsung.com> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
-
Andrii Shtompel authored
Implemented: 1. Fully implemented Delete behaviour 2. Fully implemented Update behaviour Change-Id: Ia5018e52845c944ee465754af0f539f4afd34345 Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21275Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
-
- 11 Jul, 2017 9 commits
-
-
Pawel Winogrodzki authored
Moving global environment configuration common for all platforms into build_common/SConscript and removing repeated lines from build_common/[platform]/SConscript. Bug: https://jira.iotivity.org/browse/IOT-1583 Change-Id: Ic127e2c432ee50b0ba4aa91a460259d83d0b6b7d Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21287Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Mats Wichmann authored
This is the last important build script that did not get reformatted: clarify some things in comments 4-space indents python style: should use "is" and "is not" comparisons to None use clearer test for service/java depend (java_build was just calculated) use list-of-dirs form to call list of projects Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: Id260c2e55d62cb824d1e23e62df4ca8df5ce2b80 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21157Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Pawel Winogrodzki authored
The notification consumer and provider tests didn't include the "SECURED" macros for builds with security turned on, even though it seems clear from the code, that it expected that macro to be present in some cases. Bug: https://jira.iotivity.org/browse/IOT-1583 Change-Id: I1166a60c2ad821a7d6002e22a8c9e8bda7321800 Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21329Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Phil 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> (cherry picked from commit 2df9c517) Reviewed-on: https://gerrit.iotivity.org/gerrit/20787Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
Philippe Coval authored
Change-Id: I5ba2bb29ce1de8160142ee832f3fd40888e3f534 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21221Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Dave Thaler authored
Fix logging crash due to reading past end of non-null terminated strings Change-Id: I596c7cf7889017e46aefff9d68f08955a399e942 Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19595Reviewed-by:
Kevin Kane <kkane@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com> (cherry picked from commit 4266b7ec) Reviewed-on: https://gerrit.iotivity.org/gerrit/21131Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
sangjoon.je authored
This tool provides following features : [Doxm] - Print Doxm data - Modify Doxm data (T.B.D) [Pstat] - Print Pstat data - Modify Pstat data (T.B.D) [ACL] - Print ACL/ACE data - Modify ACL/ACE data (T.B.D) - Insert ACE to ACL - Remove ACE from ACL [Credential] - Print Credential data (Not fully supported yet) - Modify Credential data (T.B.D) - Insert credential to credential list (Not fully supported yet) - Remove credential from credential list [Generate default SVR DB] - (T.B.D) New Feature: https://jira.iotivity.org/browse/IOT-2378 Change-Id: Ibf530c055207aced5270c5f8e1fb8019adc7243a Signed-off-by:
Chul Lee <chuls.lee@samsung.com> Signed-off-by:
sangjoon.je <sangjoon.je@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17365Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Youngman Jung <yman.jung@samsung.com> Reviewed-by:
Jongmin Choi <jminl.choi@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> (cherry picked from commit f43943b5) Reviewed-on: https://gerrit.iotivity.org/gerrit/21333Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Uze Choi authored
This reverts commit d4353319. It seems this patch breaks discovery (in provisioning via UDP) Change-Id: I026e8a9f3988e0b09d2b9b9422ed7843a32db8df Reviewed-on: https://gerrit.iotivity.org/gerrit/21353Reviewed-by:
Jongmin Choi <jminl.choi@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
ol.beketov authored
json2cbor failed to convert cred field of oic_svr_db_server_mfg.json and oic_svr_db_client.json Bug: https://jira.iotivity.org/browse/IOT-2392 Change-Id: Ib5a4c3bdc83a7156b63d899bc109bdf2dc58fb5a Signed-off-by:
ol.beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20539Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 10 Jul, 2017 3 commits
-
-
Mats Wichmann authored
A recent change tried to centralize the mbedtls version into one setting, but the setting is currently done after it is used in an error message. Move the assignment up above first use. Change-Id: I3887c3f036fb0d22c4f4f60436ff75306fd7eb73 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21331Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
saurabh.s9 authored
Change-Id: I2e75bae1bb7bcf0036173b32e2b3ce0435e72b23 Signed-off-by:
saurabh.s9 <saurabh.s9@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21089Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
Andrii Shtompel authored
Change-Id: I144f989c15b0b04e17815e241fbf108397bc86cd Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21229Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jongmin Choi <jminl.choi@samsung.com> Reviewed-by:
Oleksii Beketov <ol.beketov@samsung.com> Reviewed-by:
Aleksey Volkov <a.volkov@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
- 08 Jul, 2017 1 commit
-
-
George Nash authored
Fix boost build when building for arm64. Bug: https://jira.iotivity.org/browse/IOT-2489 Change-Id: I8224b2a6c30a8517f3a9334b6aaf8145c695494f Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21317Reviewed-by:
Larry Sachs <larry.j.sachs@intel.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Rick Bell <richard.s.bell@intel.com>
-
- 07 Jul, 2017 1 commit
-
-
Philippe Coval authored
Change-Id: I7428f234a629135c80b172b3df06af2e4d8d8dfe Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21225Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 05 Jul, 2017 3 commits
-
-
George Nash authored
Changed the name of the iotivity-linux folder to iotivity-java. Update the build scripts to account for the name change of the folder. The name of the output jar file is no longer iotivity-linux.jar it is now iotivity.jar. The JNI code links against the static librarys not the shared librarys for oc, oc_logger, octbstack, and connectivity_abstraction. Not all libraries are have a dll built for windows, they must be statically linked. This insures the Java code is identical for all platforms. This also greatly reduces the number of dependencies for the java code on native libraries. The code now only needs to import ocstack-jni for the IoTivity stack and ca-interface for security. Other small updates to address compiler warnings. Bug: https://jira.iotivity.org/browse/IOT-2405 Change-Id: I98392a6d0c2a5299746fa7dd6540724b0f5a4bc8 Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21061Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Rick Bell <richard.s.bell@intel.com>
-
uzchoi authored
This is internal function which can be used to other function. Change-Id: I6e1f70a801bca14bd9651395a0e29c9ba0fa6ce2 Signed-off-by:
uzchoi <uzchoi@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20981Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
ol.beketov authored
Bug: https://jira.iotivity.org/browse/IOT-2378 Change-Id: I2f5fc880f2f5ef324566adead3e8b5822278e2a3 Signed-off-by:
ol.beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20481Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Tested-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
- 04 Jul, 2017 4 commits
-
-
abitha.s authored
the incorrect use of OICFree macro is removed 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> Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20929Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Mats Wichmann authored
New version (addressing [IOT-2396]) was pushed, which undid some of the "new" formatting style, restore Refactor slightly, use src_dir and out_dir which are already defined, instead of re-fetching from env Define an action for Popen on separate line, for readability Change-Id: Id90944a50d7ec626d2e29a1822208c67b2c7b438 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21165Tested-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. Minor additonal changes: starred error/notice boxes trimmed to not be so wide, drop trailing stars minor language cleanup in a few messages a little reorg of comments in mbedtls instead of "print MESSAGE; Exit(1)" now do "msg = MESSAGE; Exit(msg)" to send error messages to the error stream instead of the output stream Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: I9d7da2559eee30c8a3e076aeeae7b5a5f2c40843 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/21199Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Philippe Coval authored
To use on x86_64: gbsarch=x86_64 gbsprofile=tizen_4_0_unified_x86_64 ./gbsbuild.sh Other arch might come later, if needed. x86_64 was preferred, because that way, we could run units tests on build hosts (TBC). Change-Id: Ie827470e85b5eeacdcc3c35a1e596768f74e1e58 Bug: https://jira.iotivity.org/browse/IOT-2397Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20667Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
C.J. Collier <cjcollier@linuxfoundation.org> (cherry picked from commit 71e39d05) Reviewed-on: https://gerrit.iotivity.org/gerrit/20785Reviewed-by:
Youngman Jung <yman.jung@samsung.com>
-