Commit 0546f3a
authored
Submodule c-build-tools updated 27 files
- .github/copilot-instructions.md+17
- .github/general_coding_instructions.md+373-50
- .github/scripts/parse_github_pr_comments.ps1+454
- .github/scripts/parse_pr_threads.ps1+253
- .github/skills/address-pr-comments/SKILL.md+67
- .github/skills/apply-change-to-repo-hierarchy/SKILL.md+248
- .github/skills/apply-change-to-repo-hierarchy/clone-repos.ps1+101
- .github/skills/apply-change-to-repo-hierarchy/discover-submodules.ps1+276
- .github/skills/extract-learnings/SKILL.md+258
- pipeline_templates/setup_nuget_tools.yml+1
- repo_validation/README.md+154
- repo_validation/scripts/validate_aaa_comments.ps1+776
- repo_validation/tests/CMakeLists.txt+5
- repo_validation/tests/validate_aaa_comments/CMakeLists.txt+60
- repo_validation/tests/validate_aaa_comments/has_aaa/test_direct_aaa_ut.c+107
- repo_validation/tests/validate_aaa_comments/has_aaa/test_exempted_ut.c+48
- repo_validation/tests/validate_aaa_comments/has_aaa/test_helper_aaa_ut.c+71
- repo_validation/tests/validate_aaa_comments/has_aaa/test_mixed_styles_ut.c+91
- repo_validation/tests/validate_aaa_comments/has_aaa/test_nested_parens_ut.c+85
- repo_validation/tests/validate_aaa_comments/has_aaa/test_string_braces_ut.c+126
- repo_validation/tests/validate_aaa_comments/missing_aaa/test_missing_act_ut.c+25
- repo_validation/tests/validate_aaa_comments/missing_aaa/test_missing_arrange_ut.c+25
- repo_validation/tests/validate_aaa_comments/missing_aaa/test_missing_assert_ut.c+25
- repo_validation/tests/validate_aaa_comments/missing_aaa/test_nested_parens_missing_aaa_ut.c+34
- repo_validation/tests/validate_aaa_comments/missing_aaa/test_no_aaa_ut.c+29
- repo_validation/tests/validate_aaa_comments/missing_aaa/test_string_braces_missing_aaa_ut.c+34
- repo_validation/tests/validate_aaa_comments/missing_aaa/test_wrong_order_ut.c+38
- build_functions/c-pal_suppressions.sup+11-1
- common/devdoc/timed_test_suite_requirements.md+48
- common/inc/c_pal/timed_test_suite.h+30
- common/tests/CMakeLists.txt+1
- common/tests/threadpool_int/threadpool_int.c+54
- common/tests/timed_test_suite_ut/CMakeLists.txt+10
- common/tests/timed_test_suite_ut/main.c+28
- common/tests/timed_test_suite_ut/timed_test_suite_ut.c+152
- common/tests/tqueue_int/tqueue_int.c+8
- deps/c-testrunnerswitcher+1-1
- interfaces/CMakeLists.txt+1
- interfaces/tests/process_watchdog_int_common/process_watchdog_int_child.c+86
- interfaces/tests/process_watchdog_int_common/process_watchdog_int_common.h+13
- linux/CMakeLists.txt+1
- linux/src/process_watchdog_linux.c+112
- linux/tests/CMakeLists.txt+3
- linux/tests/mocked/inc/mock_timer.h+33
- linux/tests/process_watchdog_int/CMakeLists.txt+21
- linux/tests/process_watchdog_int/process_watchdog_int.c+232
- linux/tests/process_watchdog_int_child/CMakeLists.txt+18
- linux/tests/process_watchdog_linux_ut/CMakeLists.txt+23
- linux/tests/process_watchdog_linux_ut/process_watchdog_linux_mocked.c+14
- linux/tests/process_watchdog_linux_ut/process_watchdog_linux_ut.c+198
- linux/tests/process_watchdog_linux_ut/process_watchdog_linux_ut_pch.h+34
- win32/CMakeLists.txt+1
- win32/src/process_watchdog_win32.c+108
- win32/tests/CMakeLists.txt+3
- win32/tests/mocked/inc/mock_threadpool_timer.h+20
- win32/tests/process_watchdog_int/CMakeLists.txt+21
- win32/tests/process_watchdog_int/process_watchdog_int.c+211
- win32/tests/process_watchdog_int_child/CMakeLists.txt+18
- win32/tests/process_watchdog_win32_ut/CMakeLists.txt+21
- win32/tests/process_watchdog_win32_ut/process_watchdog_win32_mocked.c+8
- win32/tests/process_watchdog_win32_ut/process_watchdog_win32_ut.c+184
- win32/tests/process_watchdog_win32_ut/process_watchdog_win32_ut_pch.h+33
Submodule macro-utils-c updated 1 file
0 commit comments