Home
last modified time | relevance | path

Searched full:changes (Results 1 – 17 of 17) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl226 environment. Changes will take effect after restarting the Julia session. See the [Preferences.jl
234 Restart the Julia session for changes to take effect.
246 Restart the Julia session for changes to take effect.
252 Restart the Julia session for changes to take effect.
309 The Julia session must be restarted for changes to take effect.
/libCEED/.github/workflows/
H A Drelease-notes.yml24 echo "No public interface changes detected"
26 echo "API changes detected, but release notes not updated"
/libCEED/
H A DCONTRIBUTING.md14 Open an issue or RFC (request for comments) pull request to discuss any significant changes before …
20 …tor <code.by@comment.com>`](https://help.github.com/en/github/committing-changes-to-your-project/c…
31 …the project, but try to avoid mixing whitespace or formatting changes with content changes (see at…
H A DRELEASING.md30 1. If making a minor release, check for API and ABI changes that could break [semantic versioning](…
34 While unsupported changes do not prevent release, it's polite to make a PR to support the new relea…
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md14 Open an issue or RFC (request for comments) pull request to discuss any significant changes before …
20 …tor <code.by@comment.com>`](https://help.github.com/en/github/committing-changes-to-your-project/c…
31 …the project, but try to avoid mixing whitespace or formatting changes with content changes (see at…
H A Dreleasenotes.md1 # Changes/Release Notes
3 On this page we provide a summary of the main API changes, new features and examples for each relea…
9 ### Interface changes
46 ### Interface changes
88 ### Interface changes
142 ### Interface changes
159 ### Interface changes
203 ### Interface changes
229 ### Interface changes
256 ### Interface changes
[all …]
H A DlibCEEDdev.md284 …hat-you-use`](https://include-what-you-use.org/) to see recommendations for changes to your source.
/libCEED/julia/LibCEED.jl/
H A DREADME.md21 The Julia session must be restarted for changes to take effect.
27 [ Info: Restart the Julia session for changes to take effect.
/libCEED/julia/LibCEED.jl/docs/src/
H A Dindex.md36 for changes to take effect.
42 [ Info: Restart the Julia session for changes to take effect.
H A DLibCEED.md10 preference. For changes to take effect, the Julia session must be restarted. The
/libCEED/examples/rust-qfunctions/ex1-volume-rs/src/
H A Dlib.rs39 /* The no_mangle is required because rust "mangles" names (changes them to prevent namespace confli…
96 /* The no_mangle is required because rust "mangles" names (changes them to prevent namespace confli…
/libCEED/tests/
H A Dt409-qfunction.c71 // read-only access resulted in no changes to the context data in main()
/libCEED/rust/libceed-sys/
H A Dbuild.rs48 // Tell cargo to invalidate the built crate whenever the wrapper changes in main()
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunctioncontext.c215 // Verify no changes made during read-only access in CeedQFunctionContextRestoreDataRead_Memcheck()
H A Dceed-memcheck-vector.c291 // Verify no changes made during read-only access in CeedVectorRestoreArrayRead_Memcheck()
/libCEED/rust/libceed/src/
H A Dvector.rs491 /// // Changes here are reflected in the `array`
503 /// // While changes to `vec` no longer affect `array`
/libCEED/interface/
H A Dceed-operator.c1469 // Need to verify no lvec incompatibility from any changes in CeedOperatorCheckReady()