| #
d4cc1845
|
| 30-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1912 from CEED/jeremy/copyright
minor - update copyright to 2026
|
| #
9ba83ac0
|
| 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026
|
| #
20a16a5f
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1786 from CEED/jeremy/copy-headers
minor - upate copyright to 2025
|
| #
d275d636
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025
|
| #
e3ae47f6
|
| 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1702 from CEED/jeremy/get-ceed-object
Ceed*Get[CeedObject] Needs Destroy
|
| #
9bc66399
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed
|
| #
80859cf5
|
| 16-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1638 from CEED/jeremy/min-qf-size
gpu - minimum input/output array size of 1
|
| #
9b443e3b
|
| 16-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - minimum input/output array size of 1
|
| #
a171b6ef
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
5aed82e4
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
73441d27
|
| 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1505 from CEED/jeremy/return-ceed
Add Ceed*ReturnCeed
|
| #
6e536b99
|
| 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add Ceed*ReturnCeed
|
| #
1f70653f
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1488 from CEED/jeremy/const-path
Const for CeedQFunctionGetSourcePath
|
| #
22070f95
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - more updates for const
|
| #
f8608ea8
|
| 23-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
sycl: resolve const variance
|
| #
f8d308fa
|
| 23-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
internal: const for source paths
Add const to CeedQFunctionLoadSourceToBuffer output argument. If we had Result, this would look like
let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;
internal: const for source paths
Add const to CeedQFunctionLoadSourceToBuffer output argument. If we had Result, this would look like
let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;
The caller is free to cast in the const when passing the output variable if they want this semantic:
let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
show more ...
|
| #
2004a820
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1487 from CEED/jeremy/field-name-const
Add const to GetName functions
|
| #
7d023984
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - add const to QF name acessor
|
| #
c7697240
|
| 15-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1335 from CEED/sjg/backend-consistency-continued
Fix some missing backend consistency from #1315
|
| #
cfa13e89
|
| 14-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Enforce consistent pointer alignment with clang-format
|
| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
dd64fc84
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for SYCL backends
Co-authored-by: James Wright <james@jameswright.xyz>
|
| #
63ca1801
|
| 08-Jul-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1249 from CEED/jeremy/memcheck-isnan
Memcheck - warn or error on NaN after write-only access
|
| #
23d4529e
|
| 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - add debug color enum
|
| #
7ade40ab
|
| 03-Jul-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1244 from sebastiangrimberg/sjg/minor-backend-style
Minor whitespace consistency fixes in backends
|