| 3e551a32 | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - update for destroy requirements |
| dc3318a4 | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update release notes for new Destroy rqmts |
| 1485364c | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - require CeedQFGetCtx to be Destroyed |
| c11e12f4 | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - require CeedOpGetQF to be Destroyed |
| 9bc66399 | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed |
| f6c445a1 | 23-Oct-2024 |
James Wright <james@jameswright.xyz> |
doc: Update release notes based on #1696 (#1701)
* doc: Update release notes based on #1696
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 26ef7cda | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - truncate jit output |
| e036be40 | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1699 from CEED/jeremy/set-jit-defines
Add CeedAddJitDefine |
| 830fc37b | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update error message co-authored-by: jrwrigh <james@jameswright.xyz> |
| aeb3a72d | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - count readers for user jit -i/-d |
| 4753b775 | 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - add CeedAddJitDefine |
| 1dc8b1e6 | 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1696 from CEED/jeremy/jit-include
JiT include update |
| 6a96780f | 18-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - header consistency |
| 9c25dd66 | 18-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda/hip - use new include pattern for JiT |
| c0b5abf0 | 17-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - prefer ceed/types.h over ceed.h in qf source |
| 91adc9c8 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda/hip - include *-jit.h via #include |
| a491a57e | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - redirect ceed.h to ceed/types.h over ceed/ceed.h for jit |
| 255dad32 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - compile QF with extra include dir |
| b13efd58 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - I include JiT source dirs set |
| daaf13a4 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - allow <> includes other than math, std* |
| 95f7ac92 | 14-Oct-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1693 from CEED/zach/fix-mem-leak
Fix memory leak |
| bbac207a | 14-Oct-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix memory leak |
| 748f74aa | 11-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1691 from CEED/jeremy/small-leak
cpu - fix minor leak |
| 69d19bac | 11-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - fix minor leak |
| f90b2312 | 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1690 from CEED/jrwrigh/getsubbyname
feat(op): Add CeedCompositeOperatorGetSubByName() |