Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/scripts/release/
Dpatch.py30 branches, error = subprocess.Popen(cmd, shell=True, executable="/bin/bash", stdout=subprocess.PIPE,… variable
32 branches = str(branches) variable
33 branches = branches.replace("b'", "") variable
34 branches = branches.replace("'", "") variable
35 branches = branches.replace("origin/", "") variable
36 branches = branches.replace(" ", " ") variable
37 branches = branches.replace("\\n", "") variable
38 branches = branches.split(" ") variable
39 branches = list(filter(len, branches)) variable
48 for br in branches:
/lvgl-latest/.github/workflows/
Dmakefile.yml5 branches: [ master, release/v8.* ]
7 branches: [ master, release/v8.* ]
/lvgl-latest/tests/
DREADME.md26 … automatically runs these tests on pushes and pull requests to `master` and `releasev8.*` branches.
/lvgl-latest/docs/intro/
Dindex.md86 The core repositories have at least the following branches:
89 - `fix/some-description` temporary branches for bug fixes
90 - `feat/some-description` temporary branches for features
/lvgl-latest/docs/
DCHANGELOG.md471 - fix(chart): remove invalid decision branches [`3231`](https://github.com/lvgl/lvgl/pull/3231)
480 - fix(event): remove invalid decision branches [`3233`](https://github.com/lvgl/lvgl/pull/3233)
481 - fix(draw_mask): remove invalid decision branches [`3225`](https://github.com/lvgl/lvgl/pull/3225)
483 - fix(gradient): remove invalid decision branches [`3226`](https://github.com/lvgl/lvgl/pull/3226)
1677 - We will follow [Release branches with GitLab flow](https://docs.gitlab.com/ee/topics/gitlab_flow.…
2101 - Save old major version in new branches. E.g. `release/v6`