Searched full:exclude (Results 1 – 11 of 11) sorted by relevance
25 --ignore-exclude-errors26 --ignore-exclude-errors-x27 --exclude=assets28 --exclude=../src/core/lv_obj_style_gen.c29 --exclude=../src/core/lv_obj_style_gen.h30 --exclude=../src/extra/libs/gif/gifdec.c31 --exclude=../src/extra/libs/gif/gifdec.h32 --exclude=../src/extra/libs/png/lodepng.c33 --exclude=../src/extra/libs/png/lodepng.h34 --exclude=../src/extra/libs/qrcode/qrcodegen.c[all …]
16 {{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}}19 {{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}}22 {{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}}27 {{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}}30 {{#commit-list commits heading='' message='^feat' exclude='BREAKING CHANGE'}}33 {{#commit-list fixes heading='' message='^feat' exclude='BREAKING CHANGE'}}39 {{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}}42 {{#commit-list commits heading='' message='^perf' exclude='BREAKING CHANGE'}}45 {{#commit-list fixes heading='' message='^perf' exclude='BREAKING CHANGE'}}50 …{{#commit-list merges heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHAN…[all …]
830 # The EXCLUDE tag can be used to specify files and/or directories that should be831 # excluded from the INPUT source files. This way you can easily exclude a837 EXCLUDE =847 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude851 # exclude all test directories for example use the pattern */test/*862 # exclude all test directories use the pattern */test/*
12 # listed in the files regex pattern. Ignoring the files in the exclude pattern.15 entry: astyle --options=scripts/code-format.cfg --ignore-exclude-errors25 exclude: |
490 /*Exclude neutrals if `run_dir != base_dir`*/ in get_next_run()515 /*Exclude neutrals if `run_dir != base_dir`*/ in get_next_run()
1948 case 'x': /* exclude tests with name including this string */ in UnityParseOptions()1959 UnityPrint("ERROR: No Test String to Exclude Matches For"); in UnityParseOptions()
87 os.system('astyle --ignore-exclude-errors --options=../code-format.cfg "lv_font_*.c"')
107 files (that are not excluded, see `exclude` key of the hook configuration) before entering the comm…
1165 - fix(test) add #if guard to exclude test related files from the build [`c12a22e`](https://github.c…1166 - fix(test) add #if guard to exclude test related files from the build [`fc364a4`](https://github.c…1313 - fix(examples) exclude example animimg images if animimg is disabled [`4d7d306`](https://github.co…
151 cmd.extend(['--exclude', d])
27 // astyle --options=lvgl/scripts/code-format.cfg --ignore-exclude-errors lvgl/src/draw/stm32_dma2d/…