| #
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
|
| #
7481867c
|
| 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1798 from CEED/jeremy/xskd-tidy
tidy - minor fixes
|
| #
7d0543c0
|
| 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - another small tidy fix
|
| #
3b9caef5
|
| 07-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - minor fixes
|
| #
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
|
| #
de84fe53
|
| 25-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1698 from CEED/jeremy/debug-cleanup
Truncate jit output
|
| #
26ef7cda
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - truncate jit output
|
| #
1dc8b1e6
|
| 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1696 from CEED/jeremy/jit-include
JiT include update
|
| #
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*
|
| #
dfc3c7dd
|
| 08-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1683 from CEED/jrwrigh/fix_oob
fix(jit): OOB array access in CeedNormalizePath
|
| #
6e25802e
|
| 06-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(jit): OOB array access in CeedNormalizePath
|
| #
0d15ed0c
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1556 from CEED/jrwrigh/fix_doc_warnings
fix: Correct docstring, make parameter name consistent
|
| #
17afdf5c
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct docstring, make parameter name consistent
|
| #
47823346
|
| 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1542 from CEED/jeremy/clean-paths
Fix JiT path cleaning logic
|
| #
42c7156f
|
| 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - fix path cleaning logic
|
| #
7cbc98ee
|
| 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - clean source paths before storing list
|
| #
509d4af6
|
| 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all singly included headers
* jit - drop most guards on backend JiT files
* sycl - drop extra header guards
* jit - enable #pragma once for QF source
* fluids - use #pragma once for util/helper qf source
* test - check different multiple includes
* fluids - fix odd include
* jit - update interface for building JiT string from multiple files
show more ...
|
| #
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
|
| #
20958e9b
|
| 26-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1534 from CEED/jeremy/no-repeat-file
Only include each JiT source once
|
| #
430da97a
|
| 25-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - only include each source once
|
| #
1f70653f
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1488 from CEED/jeremy/const-path
Const for CeedQFunctionGetSourcePath
|