Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osal Integration candidate: 2021-06-01 #1058

Merged
merged 38 commits into from
Jun 8, 2021
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
81a9fbb
Fix #961, update OSAL Config Guide link
rosspeters6 Apr 14, 2021
652cf50
Fix #984, Document OS_ObjectIdToArrayIndex as public
skliper May 19, 2021
841b0f6
Fix #913, include doxygen targets locally
jphickey May 20, 2021
d4af445
Fix #1035, Rename CodeQL cFE and add Duplicate Job
arielswalker May 20, 2021
e54acfc
Fix #1024, check misc API return codes
jphickey May 12, 2021
78e87f7
Fix #1009, add missing clock retcode tests
jphickey May 12, 2021
d06680e
Fix #1048, filter only whole words for keyword match
jphickey May 24, 2021
e8add95
Fix #1048, also filter C++-style comments
jphickey May 25, 2021
5ca529b
Fix #1008, resolve discrepancies between binsem API and unit tests
jphickey May 21, 2021
c831aeb
Fix #1010, resolve discrepancies between common API and unit tests
jphickey May 21, 2021
715501d
Fix #1011, resolve discrepancies between countsem API and unit tests
jphickey May 21, 2021
92e56e6
Fix #1012, resolve discrepancies between dir API and unit tests
jphickey May 21, 2021
b420e8d
Fix #1016, resolve discrepancies between module API and unit tests
jphickey May 21, 2021
40b4a89
Fix #1017, resolve discrepancies between mutex API and unit tests
jphickey May 21, 2021
fce66b5
Fix #1018, resolve discrepancies between queue API and unit tests
jphickey May 20, 2021
a987a20
Fix #1021, resolve discrepancies between task API and unit tests
jphickey May 20, 2021
fc0482b
Fix #1022, resolve discrepancies between timebase API and unit tests
jphickey May 24, 2021
1e0025b
Fix #1023, resolve discrepancies between timer API and unit tests
jphickey May 25, 2021
8e8115a
Merge pull request #1033 from jphickey/fix-913-localize-doxygen
astrogeco May 27, 2021
5edc586
Merge pull request #1031 from skliper/fix984-os_objectidtoarrayindex_…
astrogeco May 27, 2021
a72eeb9
HOTFIX IC 2021-06-01, update osal apiguide warning filename
jphickey May 28, 2021
b041927
Merge pull request #1053 from jphickey/fix-1023-timer-api-retcodes
astrogeco Jun 1, 2021
d5c8fc4
Merge pull request #1040 from jphickey/fix-1008-binsem-api-retcodes
astrogeco Jun 1, 2021
b6511e9
Merge pull request #1029 from jphickey/fix-1009-clock-retcodes
astrogeco Jun 1, 2021
0783a86
Merge pull request #1046 from jphickey/fix-1010-common-api-retcodes
astrogeco Jun 1, 2021
5a10433
Merge pull request #1041 from jphickey/fix-1011-countsem-api-retcodes
astrogeco Jun 1, 2021
d2837bf
Merge pull request #1045 from jphickey/fix-1012-dir-api-retcodes
astrogeco Jun 1, 2021
976d1fa
Merge pull request #1043 from jphickey/fix-1016-module-api-retcodes
astrogeco Jun 1, 2021
0c8dbe0
Merge pull request #1044 from jphickey/fix-1017-mutex-api-retcodes
astrogeco Jun 1, 2021
b339de0
Merge pull request #1038 from jphickey/fix-1018-queue-api-retcodes
astrogeco Jun 1, 2021
f3c3692
Merge pull request #1037 from jphickey/fix-1021-task-api-retcodes
astrogeco Jun 2, 2021
494f2f4
Merge pull request #1051 from jphickey/fix-1022-timebase-api-retcodes
astrogeco Jun 2, 2021
36a2923
Merge pull request #1030 from jphickey/fix-1024-api-test-retcodes
astrogeco Jun 2, 2021
d57e3d6
Merge pull request #1039 from ArielSAdamsNASA/fix-1035-rename-cfe-dup…
astrogeco Jun 2, 2021
d5d370a
Merge pull request #1049 from jphickey/fix-1048-extern-strings
astrogeco Jun 2, 2021
269e6c1
Merge pull request #962 from rosspeters6/fix-961-update-osal-config-g…
astrogeco Jun 2, 2021
b210b27
HOTFIX 2021-06-01: Update cFS version doxygen refs
jphickey Jun 8, 2021
4e377ef
IC:2021-06-01, Bump to v5.1.0-rc1+dev501
astrogeco Jun 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
HOTFIX IC 2021-06-01, update osal apiguide warning filename
jphickey committed May 28, 2021
commit a72eeb946d92368087c30598d5541647425e61ca
2 changes: 1 addition & 1 deletion doc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ foreach(DIR ${OSAL_API_INCLUDE_DIRECTORIES})
string(APPEND OSAL_NATIVE_INCLUDE_DIRS " \\\n ${DIR}")
endforeach()

file(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/apiguide-warnings.log OSAL_NATIVE_LOGFILE)
file(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/osal-apiguide-warnings.log OSAL_NATIVE_LOGFILE)
file(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/osal-common.doxyfile OSAL_NATIVE_COMMON_CFGFILE)
file(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/osal-apiguide.doxyfile OSAL_NATIVE_APIGUIDE_CFGFILE)