Searched full:branches (Results 1 – 25 of 42) sorted by relevance
12
/openthread-latest/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t… 33 …n development branch and in LTS (Long Term Support) branches, as described in [BRANCHES.md](BRANCH… 41 Long Term Support Branches 43 …branches, which are maintained continuously for a given period. The LTS branches are provided to a… 45 When backporting to these branches please observe the following rules: 51 It would be highly appreciated if contributions are backported to LTS branches in addition to the [… 53 The list of maintained branches can be found in the [Current Branches section 54 of BRANCHES.md](BRANCHES.md#current-branches).
|
D | BRANCHES.md | 1 # Maintained branches 3 At any point in time, we have a number of maintained branches, currently consisting of: 12 - One or more long-time support (LTS) branches: these only get bug fixes and 13 security fixes. Currently, the supported LTS branches are: 17 We retain a number of historical branches, whose names are prefixed by `archive/`, 19 These branches will not receive any changes or updates. 25 ABI compatibility within LTS branches; see the next section for details. 88 ## Long-time support branches 90 For the LTS branches, additionally we try very hard to also maintain ABI 102 ## Current Branches [all …]
|
D | SECURITY.md | 16 ## Maintained branches 18 Only the maintained branches, as listed in [`BRANCHES.md`](BRANCHES.md),
|
D | .travis.yml | 10 branches:
|
D | BUGS.md | 10 [maintained branch](BRANCHES.md): `main`, `development`,
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | constant_time.h | 14 /** Constant-time buffer comparison without branches. 22 * This function can be used to write constant-time code by replacing branches
|
/openthread-latest/.github/workflows/ |
D | makefile-check.yml | 33 branches-ignore: 36 branches:
|
D | size.yml | 33 branches-ignore: 36 branches:
|
D | codeql.yml | 33 branches: [ "main" ] 35 branches: [ "main" ]
|
D | otci.yml | 33 branches-ignore: 36 branches:
|
D | docker.yml | 33 branches-ignore: 36 branches:
|
D | unit.yml | 33 branches-ignore: 36 branches:
|
D | otns.yml | 33 branches-ignore: 36 branches:
|
D | toranj.yml | 33 branches-ignore: 36 branches:
|
D | version.yml | 33 branches:
|
D | otbr.yml | 33 branches-ignore: 36 branches:
|
D | fuzz.yml | 33 branches:
|
D | posix.yml | 33 branches-ignore: 36 branches:
|
D | scorecards.yml | 43 branches: [ "main" ]
|
D | simulation-1.1.yml | 33 branches-ignore: 36 branches:
|
D | simulation-1.4.yml | 33 branches-ignore: 36 branches:
|
D | build.yml | 33 branches-ignore: 36 branches:
|
/openthread-latest/src/include/common/ |
D | code_utils.hpp | 91 …* Checks for the specified status, which is expected to commonly be successful, and branches to th… 107 * branches to the local label 'exit' if the condition is false. 123 * Unconditionally executes @a ... and branches to the local label 'exit'.
|
/openthread-latest/examples/platforms/utils/ |
D | code_utils.h | 39 * commonly be true, and branches to the local label 'exit' if the 55 * commonly be true, and both executes @p anAction and branches to
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_psa_compliance.py | 35 #pylint: disable=too-many-branches,too-many-statements,too-many-locals
|
12