| 07b31e0e | 20-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - remove 'quoted' operator assembly kernels |
| d92ccc1f | 17-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #943 from CEED/jed/petsc-format-string
examples: use PetscInt_FMT instead of %D |
| 08140895 | 17-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
examples: use PetscInt_FMT instead of %D
This fixes many warnings now that PETSc uses printf format string attribute checkers. |
| 6f448656 | 13-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #941 from CEED/jrwrigh/doc_fixes
docs: Fix function and API descriptions |
| 979e564e | 12-Apr-2022 |
James Wright <james@jameswright.xyz> |
docs: Improve wording in CeedOperatorSetField description |
| 11dfcfe2 | 13-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #940 from CEED/jeremy/petsc-options
petsc - update for PetscOptionsBegin/End |
| 67490bc6 | 13-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - update for PetscOptionsBegin/End |
| d7dbba20 | 12-Apr-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #939 from CEED/jeremy/flip-release-flag |
| 38faa2d6 | 11-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - toggle release flag |
| 74532b27 | 11-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #934 from CEED/jeremy/0-10-1
Prepare for v0.10.1 patch |
| cebdb6bf | 11-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #938 from CEED/jeremy/null-terminated
minor - unify strncpy vs memcpy, silence errors |
| f374d6a3 | 29-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
release - prepare for v0.10.1 patch |
| 71b2a0f6 | 10-Apr-2022 |
James Wright <james@jameswright.xyz> |
doc: Fix Operator description |
| bb61b449 | 08-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - fix flags for tidy |
| d602d780 | 08-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - unify strncpy vs memcpy, silence errors |
| dc782116 | 08-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #937 from CEED/jeremy/parent-source-root
ceed - add JiT source root to topmost parent |
| 6155f12f | 08-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - add JiT source root to topmost parent |
| 18562a3a | 08-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #935 from CEED/jeremy/install-folder
Install qf and kernels |
| d27ed4f3 | 08-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
README - add note about separate build and install stages for installation |
| 78a9fcb6 | 08-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - minor fix |
| 72fa462d | 05-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
Revise default path build and install |
| 1799df4f | 05-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
Makefile: avoid recursive make and DESTDIR misuse
DESTDIR is meant to be a staging place for package managers. Usually the stuff put into DESTDIR is put into a tarball and unpacked at / for use. |
| ee5a26f2 | 04-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - add interface for adding additional jit source dirs |
| 032e71ea | 04-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - search array of jit source roots |
| a0154ade | 04-Apr-2022 |
Jed Brown <jed@jedbrown.org> |
move include/ceed-jit-source to include/ceed/jit-source |