| 6ecdb179 | 07-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
git - add *.a to petsc gitignore |
| c6205580 | 04-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
.mailmap updates |
| e68dac86 | 04-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Remove unused Jenkins support
|
| 2aa7bb50 | 02-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Releasing and publishing packages and users manual
Co-authored-by: Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.co
Releasing and publishing packages and users manual
Co-authored-by: Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com> Reported-by: Valeria Barra <valeriabarra21@gmail.com>
show more ...
|
| 1046faaf | 02-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #777 from CEED/jed/cite-0.8
Update citations to libCEED 0.8 users manual on Zenodo |
| 95c53350 | 02-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Update citations to libCEED 0.8 users manual on Zenodo |
| 615a24a7 | 02-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #776 from CEED/jeremy/actions-fix-again
Jeremy/actions fix again |
| e76d5b45 | 02-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
actions - clearer check for release notes updates
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| 358e4bf2 | 01-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
actions - fix test condition for release notes update |
| 9f03ab7e | 01-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
actions - try alternate syntax to skip action on main |
| ee3d0c6b | 01-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #775 from CEED/jeremy/fix-release-test
actions - turn off release notes check on main |
| 366b752f | 01-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
actions - turn off release notes check on main |
| 76a75aa2 | 01-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #774 from CEED/jeremy/warn-release-notes
Check Release Notes |
| 72f1784f | 01-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - update release notes |
| f826c51e | 01-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
github - add release notes check |
| c5fbda68 | 28-May-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #773 from CEED/leila/some-fix
Fluids - small fix in the README file |
| e49a745f | 28-May-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/README.md: fixed the link (from #754) |
| 1cd20648 | 28-May-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #772 from CEED/jeremy/rust-doc
doc - use docs.rs over self hosted documentation |
| c09fca11 | 28-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - use rust crate documentation instead of user manual |
| dcefb99b | 28-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - use docs.rs over self hosted documentation |
| c4016ce5 | 28-May-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #766 from CEED/jed/rust-crates
rust: split crates into libceed-sys and libceed |
| a1cbad85 | 28-May-2021 |
Jed Brown <jed@jedbrown.org> |
rust/libceed: add README.md in preparation for packaging |
| 09752d44 | 28-May-2021 |
Jed Brown <jed@jedbrown.org> |
rust/libceed-sys: add README.md and include it as crate docs |
| 7df40ac9 | 28-May-2021 |
Jed Brown <jed@jedbrown.org> |
rust: drop lib.name field, which is automatic
The explicit lib section without explicit path was breaking cargo-readme. |
| e7f21013 | 28-May-2021 |
Jed Brown <jed@jedbrown.org> |
rust/libceed-sys: avoid rebuilding due to missing config.mk
This preserves the development mode in which you can put flags in c-src/config.mk and have them used in your build. |