- 28 Apr, 2020 1 commit
-
-
George Nash authored
When the project was moved from gerrit and jenkens there were locations in the README files that the new paths were not updated. This change updates those URLs. Also improves a few other locations in the text. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 27 Apr, 2020 10 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
George Nash authored
Exposed oc_cps_t enum as OCCloudProvisioningStatus. Removed the `OC_CPS_` prefix from the enums when exposed to Java. The OCDiscoveryAllHandler typemap was moved from oc_api.i to the iotivity.swg file so it can be picked up in oc_cloud.i oc_api.i, and oc_obt.i files. Had to move the typemap instead of importing oc_api.i to avoid name conflicts. The oc_cloud_discover_resources was exposed as OCCloud.discoverResources. Signed-off-by:
George Nash <george.nash@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 23 Apr, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 20 Apr, 2020 1 commit
-
-
Rami Alshafi authored
-
- 16 Apr, 2020 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 15 Apr, 2020 8 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Michał Więckowski authored
-
- 10 Apr, 2020 1 commit
-
-
George Nash authored
The OCEndpointUtil.freeEndpoint method will free the memory associated with an endpoint. If the Java code thinks that it is responsible for freeing the memory it will also free the endpoint when the GC is run. This results in freeing memory that was already freed and may be in use by other memory. This updates the JNI code to check if Java thinks it is responsible for the memory associated with the endpoint being freews. If so it will update the OCEndpoint in question so it no longer thinks its responsible for the native memory associated with the OCEndpoint. I addition the copy of the C pointer held in the OCEndpoint class is set to 0 (i.e. NULL) to avoid having a floating pointer that could cause other problems. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 09 Apr, 2020 1 commit
-
-
Rami Alshafi authored
Signed-off-by:
George Nash <george.nash@intel.com>
-
- 02 Apr, 2020 5 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 30 Mar, 2020 2 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 27 Mar, 2020 1 commit
-
-
Michał Więckowski authored
-
- 20 Mar, 2020 1 commit
-
-
George Nash authored
Signed-off-by:
George Nash <george.nash@intel.com>
-
- 12 Mar, 2020 3 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 11 Mar, 2020 2 commits
-
-
Oleksandr Andrieiev authored
-
George Nash authored
This adds patch to the list of installed software for android. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 06 Mar, 2020 1 commit
-
-
George Nash authored
When originally written the whitespace_commit_checker did not save a list of the files that had bad formatting. The idea was that the developer could run clang-format on any of the files and it would not be a big deal. However, if the change is large this results in the tool saying you have x file(s) with bad formating but then shows every file that was changed. Just showing the files with bad formatting seems to make more since. It lets the developer focuse only on the files that need fixing. Also fixed typo in the output text. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 03 Mar, 2020 1 commit
-
-
George Nash authored
In addition to adding the introspection data this makes the OC_IDD_API a default option for the Linux build. This change additionally adds a new introspection client that retrieves the introspection data from servers and prints it out. Signed-off-by:
George Nash <george.nash@intel.com>
-