- 16 Apr, 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>
-
- 15 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>
-
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>
-
- 31 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>
-
- 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>
-
- 14 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>
-
- 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 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>
-
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>
-
George Nash authored
Add inline documentation for whitespace_commit_checker Add the build_doc.sh and whitespace_commit_checker.sh scripts to the README file. Signed-off-by:
George Nash <george.nash@intel.com>
-
George Nash authored
Signed-off-by:
George Nash <george.nash@intel.com>
-