| /libCEED/ |
| H A D | RELEASING.md | 5 In preparing a release, create a branch to hold pre-release commits. 6 We ideally want all release mechanics (for all languages) to be in one commit, which will then be t… 20 Additionally, the release notes in `doc/sphinx/source/releasenotes.md` should be updated. 21 …of the pull requests that have been merged and thus might warrant emphasizing in the release notes. 23 The "Current Main" heading needs to be named for the release. 30 1. If making a minor release, check for API and ABI changes that could break [semantic versioning](… 34 …not prevent release, it's polite to make a PR to support the new release, and it's good for qualit… 39 The Spack `libceed/package.py` file should be updated immediately after tagging a release. 46 2. `git push` updates the PR holding release; opportunity for others to review 50 6. Draft a [new release on GitHub](https://github.com/CEED/libCEED/releases), using a few sentences… [all …]
|
| H A D | CONTRIBUTING.md | 5 …e branch ('stable' for backward-compatible bug fixes for the last stable release, main' for new fe…
|
| /libCEED/examples/rust/mesh/ |
| H A D | Cargo.toml | 12 [package.metadata.release] 13 release = false
|
| /libCEED/examples/rust/ex3-volume/ |
| H A D | Cargo.toml | 14 [package.metadata.release] 15 release = false
|
| /libCEED/examples/rust/ex1-volume/ |
| H A D | Cargo.toml | 14 [package.metadata.release] 15 release = false
|
| /libCEED/examples/rust/ex2-surface/ |
| H A D | Cargo.toml | 14 [package.metadata.release] 15 release = false
|
| /libCEED/examples/rust/ex3-volume-vector/ |
| H A D | Cargo.toml | 14 [package.metadata.release] 15 release = false
|
| /libCEED/examples/rust/ex1-volume-vector/ |
| H A D | Cargo.toml | 14 [package.metadata.release] 15 release = false
|
| /libCEED/examples/rust/ex2-surface-vector/ |
| H A D | Cargo.toml | 14 [package.metadata.release] 15 release = false
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | Makefile | 29 …cargo +nightly build --release --manifest-path ex1-volume-rs/Cargo.toml --config ex1-volume-rs/.ca… 30 …$@ $(CEED_LIBS) -L$(CEED_DIR)/examples/rust-qfunctions/ex1-volume-rs/target/release -lex1_volume_rs
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | LibCEED.jl | 182 release = Ref{Bool}() 183 C.CeedGetVersion(major, minor, patch, release) 190 Returns true if the libCEED library is a release build, false otherwise. 196 release = Ref{Bool}() 197 C.CeedGetVersion(major, minor, patch, release) 198 return release[] 205 `true` whenever libCEED is not a release build.
|
| /libCEED/rust/libceed/ |
| H A D | Cargo.toml | 30 [package.metadata.release] 31 pre-release-replacements = [
|
| /libCEED/rust/libceed-sys/ |
| H A D | Cargo.toml | 39 [package.metadata.release] 40 pre-release-replacements = [
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 3 …e provide a summary of the main API changes, new features and examples for each release of libCEED. 102 - OCCA backend updated to latest OCCA release; DPC++ and OMP OCCA modes enabled. 104 This issue will be fixed in a future OCCA release. 232 …aming schema are currently provided, but these headers will be removed in the libCEED v0.9 release. 374 For this release, several improvements were made. Two new CUDA backends were added to 376 performance using single-source {ref}`CeedQFunction`. From this release, users 386 were included in this release, such as the `/cpu/self/opt/*` backends (which are 391 This release also included various performance improvements, bug fixes, new examples, 404 computes the surface area of a given mesh was added to this release. 406 Backends available in this release: [all …]
|
| H A D | conf.py | 90 release = pkgconf_version variable
|
| H A D | CONTRIBUTING.md | 5 …e branch ('stable' for backward-compatible bug fixes for the last stable release, main' for new fe…
|
| H A D | libCEEDapi.md | 404 …edQFunction`s, should be source and binary compatible moving from 0.x.y to any later release 0.x.z.
|
| /libCEED/examples/rust-qfunctions/ex1-volume-rs/ |
| H A D | Cargo.toml | 9 [profile.release]
|
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 69 ffi.release(invecs) 70 ffi.release(outvecs)
|
| /libCEED/interface/ |
| H A D | ceed.c | 1882 int CeedGetVersion(int *major, int *minor, int *patch, bool *release) { in CeedGetVersion() argument 1886 if (release) *release = CEED_VERSION_RELEASE; in CeedGetVersion()
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.bib | 71 title = {{CEED ECP Milestone Report: Public release of CEED
|
| H A D | paper.md | 151 …et) while no such drop exists for the GPU. (This experiment was run with release candidates of PET…
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 178 CEED_EXTERN int CeedGetVersion(int *major, int *minor, int *patch, bool *release);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 175 function CeedGetVersion(major, minor, patch, release) argument 176 …ersion, libceed), Cint, (Ptr{Cint}, Ptr{Cint}, Ptr{Cint}, Ptr{Bool}), major, minor, patch, release)
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 164 …me stepping solvers can be found in the [TS User Guide](https://petsc.org/release/docs/manual/ts/).
|