Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 11 of 11) sorted by relevance

/lvgl-3.7.0/scripts/
Dcode-format.cfg25 --ignore-exclude-errors
26 --ignore-exclude-errors-x
27 --exclude=assets
28 --exclude=../src/core/lv_obj_style_gen.c
29 --exclude=../src/core/lv_obj_style_gen.h
30 --exclude=../src/extra/libs/gif/gifdec.c
31 --exclude=../src/extra/libs/gif/gifdec.h
32 --exclude=../src/extra/libs/png/lodepng.c
33 --exclude=../src/extra/libs/png/lodepng.h
34 --exclude=../src/extra/libs/qrcode/qrcodegen.c
[all …]
Dchangelog-template.hbs16 {{#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 …]
DDoxyfile830 # The EXCLUDE tag can be used to specify files and/or directories that should be
831 # excluded from the INPUT source files. This way you can easily exclude a
837 EXCLUDE =
847 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
851 # exclude all test directories for example use the pattern */test/*
862 # exclude all test directories use the pattern */test/*
/lvgl-3.7.0/
D.pre-commit-config.yaml12 # listed in the files regex pattern. Ignoring the files in the exclude pattern.
15 entry: astyle --options=scripts/code-format.cfg --ignore-exclude-errors
25 exclude: |
/lvgl-3.7.0/src/misc/
Dlv_bidi.c490 /*Exclude neutrals if `run_dir != base_dir`*/ in get_next_run()
515 /*Exclude neutrals if `run_dir != base_dir`*/ in get_next_run()
/lvgl-3.7.0/tests/unity/
Dunity.c1948 case 'x': /* exclude tests with name including this string */ in UnityParseOptions()
1959 UnityPrint("ERROR: No Test String to Exclude Matches For"); in UnityParseOptions()
/lvgl-3.7.0/scripts/built_in_font/
Dgenerate_all.py87 os.system('astyle --ignore-exclude-errors --options=../code-format.cfg "lv_font_*.c"')
/lvgl-3.7.0/docs/
DCODING_STYLE.md107 files (that are not excluded, see `exclude` key of the hook configuration) before entering the comm…
DCHANGELOG.md1165 - 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…
/lvgl-3.7.0/tests/
Dmain.py151 cmd.extend(['--exclude', d])
/lvgl-3.7.0/src/draw/stm32_dma2d/
Dlv_gpu_stm32_dma2d.c27 // astyle --options=lvgl/scripts/code-format.cfg --ignore-exclude-errors lvgl/src/draw/stm32_dma2d/…