Home
last modified time | relevance | path

Searched full:branch (Results 1 – 12 of 12) sorted by relevance

/libCEED/
H A DRELEASING.md5 In preparing a release, create a branch to hold pre-release commits.
36 3. Update and test all the language bindings (see below) within the branch.
123 Once this change is merged into libCEED's `main` branch, the updated package version can be registe…
125 > @JuliaRegistrator register branch=main subdir=julia/LibCEED.jl
H A D.codecov.yml2 branch: main
H A DCONTRIBUTING.md5 Please use a pull request to the appropriate branch ('stable' for backward-compatible bug fixes for…
26 Please avoid "merging from upstream" (like merging 'main' into your feature branch) unless there is…
H A D.gitlab-ci.yml105 …_VERSION=mfem-4.7 && { [[ -d $MFEM_VERSION ]] || { git clone --depth 1 --branch v4.7 https://githu…
110 …ION=Nek5000-19.0 && { [[ -d $NEK5K_VERSION ]] || { git clone --depth 1 --branch v19.0 https://gith…
272 …_VERSION=mfem-4.7 && { [[ -d $MFEM_VERSION ]] || { git clone --depth 1 --branch v4.7 https://githu…
277 …ION=Nek5000-19.0 && { [[ -d $NEK5K_VERSION ]] || { git clone --depth 1 --branch v19.0 https://gith…
329 # # -- MAGMA from dev branch
391 # -- MAGMA from dev branch
431 # -- MAGMA from dev branch
H A DREADME.md203 The LIBXSMM `main` development branch from 7 April 2024 or newer is required.
498 [codecov-badge]: https://codecov.io/gh/CEED/libCEED/branch/main/graphs/badge.svg
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md5 Please use a pull request to the appropriate branch ('stable' for backward-compatible bug fixes for…
26 Please avoid "merging from upstream" (like merging 'main' into your feature branch) unless there is…
H A Dreleasenotes.md7 ## Current `main` branch
/libCEED/.github/workflows/
H A Dpython-wheels.yml3 # Build on every branch push, tag push, and pull request change:
/libCEED/rust/libceed/
H A DREADME.md23 libceed = { git = "https://github.com/CEED/libCEED", branch = "main" }
/libCEED/tests/junit-xml/
H A DREADME.rst3 .. image:: https://travis-ci.org/kyrus/python-junit-xml.png?branch=master
/libCEED/rust/libceed-sys/
H A DREADME.md21 libceed-sys = { git = "https://github.com/CEED/libCEED", branch = "main" }
/libCEED/backends/ref/
H A Dceed-ref-restriction.c29 // This if branch is left separate to allow better inlining in CeedElemRestrictionApplyStridedNoTranspose_Ref_Core()