-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coverage feature improvements and maintenance stuff: (#94)
* Coverage feature improvements and maintenance stuff: - coverage flags now only affect coverage targets. - coverage report filters are now aggregated from coverage target include and sources by default if not explicitly specified by user - refactored coverage setup functions into single function: `hdk_setup_gcovr_coverage_target` - corrected a few invalid variable references - added `include_guard` directives to core modules. - converted several message() calls to hdk_log_* calls - make_component and make_target will now warn user if function call has stray (unknown) arguments - make_component now behaves smarter on detecting ALL_ prefixed variables - make_component no longer forwards TRUE together with option type variables - added hdk_fnlog_* log functions which prints source function and file name of call source together with message - added hdk_function_required_arguments helper function which makes function arguments REQUIRED - added hdk_parameter_defaul_value helper function to provide default values for optional arguments of functions - added hdk_unset_if_empty helper function which unsets a variable if its' content is equal to an empty string * Small cosmetic improvements for buildvariant
- Loading branch information
Mustafa Kemal GILOR
authored
Nov 26, 2021
1 parent
d7ea02d
commit 7d0447f
Showing
33 changed files
with
392 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.