- 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 6 commits
-
-
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>
-
George Nash authored
Signed-off-by:
George Nash <george.nash@intel.com>
-
Jozef Kralik authored
Fixes removing observation over TCP connection, when a peer close the connection.
-
Rami Alshafi authored
Signed-off-by:
George Nash <george.nash@intel.com>
-
- 02 Mar, 2020 1 commit
-
-
George Nash authored
This uses the git --diff-filter option to limit the files show in the diff to only deleted files. The diff order had to be changed to bee HEAD~1 HEAD instead of HEAD HEAD~1 to properly detect the files that were deleted in the last commit. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 28 Feb, 2020 1 commit
-
-
George Nash authored
This adds the clang-format tool to the CI build. This enables catching formating errors on from contributers that have not installed the pre-commit hook. This change was integrated into the same build as the doxygen build script. This was done to reduce the number of CI build pipelines needed to pass the build. Copyright block added to the build_doc.sh script. The scripts also print out some blocks of text to indicate there run status making it easer to instantly see the results of the build output. The new script added to the .gitignore if it is found in the top of the project incase users want to use it localy on their own computers. Similar to the reason the _clang-format file is in the ignore file. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 27 Feb, 2020 3 commits
-
-
George Nash authored
Signed-off-by:
George Nash <george.nash@intel.com>
-
George Nash authored
The codan static analysis tool is built into eclipse CDT which I used time to time. Most of these warnings were suggestions to surround bitwise operations with parenthesis. Some of the suggetions were about return values for pthread code in the network_event_thread function. In addition a white space error was fixed in the documentation in oc_api.h The most common warning is about not break statment at the end of case statments. All but one of these was done purposly. Signed-off-by:
George Nash <george.nash@intel.com>
-
George Nash authored
This add a shell script that can be run to build documentation if the Doxygen.log file is empty the script will cat the contents to the shell so it can be viewed. Also add this script to the .gitlab-ci.yml. Signed-off-by:
George Nash <george.nash@intel.com>
-
- 26 Feb, 2020 1 commit
-
-
George Nash authored
This adds documentation for: - oc_new_resource Signed-off-by:
George Nash <george.nash@intel.com>
-