Searched full:git (Results 1 – 21 of 21) sorted by relevance
| /libCEED/ |
| H A D | RELEASING.md | 21 Use `git log --first-parent v0.7..` to get a sense of the pull requests that have been merged and t… 44 1. `git commit -am'libCEED 0.8.1'` 46 2. `git push` updates the PR holding release; opportunity for others to review 47 3. `git switch main && git merge --ff-only HEAD@{1}` fast-forward merge into `main` 48 4. `git tag --sign -m'libCEED 0.8.1'` 49 5. `git push origin main v0.8.1` 75 diff --git a/L/libCEED/build_tarballs.jl b/L/libCEED/build_tarballs.jl 87 - GitSource("https://github.com/CEED/libCEED.git", "06988bf74cc6ac18eacafe7930f080803395ba29") 88 + GitSource("https://github.com/CEED/libCEED.git", "e8f234590eddcce2220edb1d6e979af7a3c35f82") 99 diff --git a/julia/LibCEED.jl/Project.toml b/julia/LibCEED.jl/Project.toml
|
| H A D | CONTRIBUTING.md | 7 …ps://en.wikipedia.org/wiki/Atomic_commit#Atomic_commit_convention), using `git rebase --interactiv… 12 …es the efficiency of reviewing and facilitates use of [`git bisect`](https://git-scm.com/docs/git-… 21 Please use a real name and email for your author information (`git config user.name` and `user.emai… 22 If your author information or email becomes inconsistent (look at `git shortlog -se`), please edit …
|
| H A D | .gitlab-ci.yml | 51 - TIDY_OPTS="-fix-errors" make -j$NPROC_CPU tidy && git diff --color=always --exit-code 101 …- export PETSC_DIR=/projects/petsc PETSC_ARCH=mpich-cpu-int64 && git -C $PETSC_DIR -c safe.directo… 105 …=mfem-4.7 && { [[ -d $MFEM_VERSION ]] || { git clone --depth 1 --branch v4.7 https://github.com/mf… 110 …-19.0 && { [[ -d $NEK5K_VERSION ]] || { git clone --depth 1 --branch v19.0 https://github.com/Nek5… 111 - echo "-------------- Nek5000 -------------" && git -C $NEK5K_DIR describe --tags 117 …- echo "-------------- deal.II -------------" && git -C $DEAL_II_ROOT_DIR -c safe.directory=$DEAL_… 268 …ects/petsc PETSC_ARCH=mpich-cuda-O PETSC_OPTIONS='-use_gpu_aware_mpi 0' && git -C $PETSC_DIR -c sa… 272 …=mfem-4.7 && { [[ -d $MFEM_VERSION ]] || { git clone --depth 1 --branch v4.7 https://github.com/mf… 277 …-19.0 && { [[ -d $NEK5K_VERSION ]] || { git clone --depth 1 --branch v19.0 https://github.com/Nek5… 278 - echo "-------------- Nek5000 -------------" && git -C $NEK5K_DIR describe --tags [all …]
|
| H A D | .mailmap | 7 # See 'git help shortlog' for details
|
| H A D | Makefile | 467 $(info Git:) 856 GIT_DESCRIBE = $(shell git -c safe.directory=$PWD describe --always --dirty 2>/dev/null || printf "… 936 …eedf.h $(wildcard tests/t*-f.h) $(wildcard examples/ceed/ex*-f.h), $(shell git ls-files '*.[ch]pp'… 937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py')) 938 …phinx/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $(shell git ls-files '*.md' '*.…
|
| H A D | README.md | 128 …/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories) for d…
|
| /libCEED/tests/ |
| H A D | t010-config.c | 2 /// Test git version and build configuration 3 /// \test Test git version and build configuration 11 // printf("Git: %s\n", git_version); in main()
|
| /libCEED/.github/workflows/ |
| H A D | release-notes.yml | 22 git fetch origin main 23 if git diff origin/main --exit-code include/ceed/*; then 25 elif git diff origin/main --exit-code doc/sphinx/source/releasenotes.rst; then
|
| H A D | julia-test-with-style.yml | 20 # be fetched using git instead of the package server (to avoid delays). 40 git checkout test/Project.toml && julia --project -e 'import Pkg; Pkg.test("LibCEED")' 41 …Pkg; Pkg.instantiate()' && julia --project=.style/ .style/ceed_style.jl && git diff --exit-code sr…
|
| H A D | c-fortran-test-style.yml | 32 make format-c -j CLANG_FORMAT=clang-format-19 && git diff --exit-code
|
| H A D | python-test-with-style.yml | 49 make format-py && git diff --exit-code
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 7 …ps://en.wikipedia.org/wiki/Atomic_commit#Atomic_commit_convention), using `git rebase --interactiv… 12 …es the efficiency of reviewing and facilitates use of [`git bisect`](https://git-scm.com/docs/git-… 21 Please use a real name and email for your author information (`git config user.name` and `user.emai… 22 If your author information or email becomes inconsistent (look at `git shortlog -se`), please edit …
|
| H A D | libCEEDdev.md | 206 Also, documentation files should have one sentence per line to help make git diffs clearer and less…
|
| H A D | releasenotes.md | 31 - Add `CeedGetGitVersion()` to access the Git commit and dirty state of the repository at build tim…
|
| /libCEED/interface/ |
| H A D | ceed-config.c | 17 @brief Get output of `git describe --dirty` from build time. 22 @param[out] git_version A static string containing the Git commit description. 24 If `git describe --always --dirty` fails, the string `"unknown"` will be provided. 25 …This could occur if Git is not installed or if libCEED is not being built from a repository, for e…
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 31 You can also clone the Git repository from Github and install it manually: 35 git clone https://github.com/kyrus/python-junit-xml.git
|
| /libCEED/julia/LibCEED.jl/docs/ |
| H A D | make.jl | 27 repo="github.com/CEED/libCEED-julia-docs.git",
|
| /libCEED/rust/libceed/ |
| H A D | README.md | 23 libceed = { git = "https://github.com/CEED/libCEED", branch = "main" }
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 21 libceed-sys = { git = "https://github.com/CEED/libCEED", branch = "main" }
|
| /libCEED/examples/python/ |
| H A D | tutorial-6-shell.ipynb | 80 "! git clone https://github.com/CEED/libCEED.git"
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 467 $(info Git:) 856 GIT_DESCRIBE = $(shell git -c safe.directory=$PWD describe --always --dirty 2>/dev/null || printf "… 936 …eedf.h $(wildcard tests/t*-f.h) $(wildcard examples/ceed/ex*-f.h), $(shell git ls-files '*.[ch]pp'… 937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py')) 938 …phinx/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $(shell git ls-files '*.md' '*.…
|