Searched full:branches (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/scripts/ |
D | release_branch_updater.py | 32 …print(LOG, "LVGL release branches:", ", ".join(fmt_release(br) for br in lvgl_release_branches) or… 35 print(LOG, 'LVGL release branches after "oldest-major" filter:', 51 …print(LOG, "port release branches:", ", ".join(fmt_release(br) for br in port_release_branches) or… 85 # there are no branches in the port that are this major 197 branches = out.decode().strip().splitlines() 200 for branch_name in branches:
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 110 Branches subsection 113 The core repositories have at least the following branches: 117 * `fix/some-description`: temporary branches for bug fixes 118 * `feat/some-description`: temporary branches for features
|
/lvgl-latest/.github/workflows/ |
D | arduino.yml | 4 branches: [ master, release/v8.* ] 6 branches: [ master, release/v8.* ]
|
D | makefile.yml | 5 branches: [ master, release/v8.* ] 7 branches: [ master, release/v8.* ]
|
D | makefile_uefi.yml | 5 branches: [ master ] 7 branches: [ master ]
|
D | release_branch_updater.yml | 5 branches: 6 - 'release/v*' # on release branches
|
D | ccpp.yml | 5 branches: [ master, release/v8.* ] 7 branches: [ master, release/v8.* ]
|
D | compile_docs.yml | 4 branches:
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 640 * but it contains several branches, in LZ4_NbCommonBytes() 910 * inlined, to ensure branches are decided at compilation time. 1326 * inlined, to ensure branches are decided at compilation time; 1957 * in order to remove useless branches during compilation optimization.
|
/lvgl-latest/tests/ |
D | README.md | 32 … automatically runs these tests on pushes and pull requests to `master` and `releasev8.*` branches.
|
/lvgl-latest/docs/ |
D | doc_builder.py | 1353 # the multi-line list of all existing branches in the repository,
|