History log of /libCEED/include/ceed-fortran-name.h (Results 1 – 19 of 19)
Revision Date Author Comments
# 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


# 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


# 31c137a9 01-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1320 from CEED/jeremy/jit-header-guards

style - fix header guards


# 94b7b29b 01-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fix header guards


# 78a97f55 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1104 from CEED/jeremy/formatting

Minor Formatting Fixes


# ea61e9ac 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - assorted formatting fixes


# 2b730f8b 17-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# ce18bed9 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #858 from CEED/jeremy/dump-copy-stuff

Strip redundant/outdated license info duplication


# 3d8e8822 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# a8c14239 02-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #423 from CEED/jeremy/small-fixes

Small fixes from Python Work


# 04822c1e 21-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Include - more copyright


# f82d2baa 15-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'cleanup' [PR #118]

* cleanup:
make style, excluding backends/{occa,magma}
make style: fix interface and include paths
docs: fix capitalization
doc: add developer notes on shape

Merge branch 'cleanup' [PR #118]

* cleanup:
make style, excluding backends/{occa,magma}
make style: fix interface and include paths
docs: fix capitalization
doc: add developer notes on shape and adopt convention
Standardize CeedIntPow and CeedIntMin
Move and document CeedIntMin, document CeedPowInt
Add function levels
Update Doxygen output naming
Add Test List to Doxygen
Doxygen interface comment updates
Remove redundant doxygen comments
Documentation updating for t500
Move ceed* files to 'inteface' directory, comment cleanup
Further CPU backend commenting and cleaning
Reorder tests, renumber for future expansion
Clean up and tighten Opt and Ref backends

show more ...


# 4b8bea3b 15-Aug-2018 Jed Brown <jed@jedbrown.org>

make style, excluding backends/{occa,magma}


# 39523eee 07-Feb-2018 Jed Brown <jed@jedbrown.org>

Merge remote-tracking branch 'thilina/fortran_interface' [PR #19]

* thilina/fortran_interface: (71 commits)
Makefile: remove redundant prerequisite statement
make astyle
t20-qfunction-f: comme

Merge remote-tracking branch 'thilina/fortran_interface' [PR #19]

* thilina/fortran_interface: (71 commits)
Makefile: remove redundant prerequisite statement
make astyle
t20-qfunction-f: comment dummy argument
Makefile FFLAGS: -Wno-unused-dummy-argument
Makefile: set FC=gfortran because make defines FC=f77 by default
Nek5000 example: add support for NEK5K_DIR and edit README
Undo conversion from CeedScalar to double
Update README
Update run-nek-example script
Comment out exitti call
Add a README for Nek5000 examples
Enumerate QFunctionFortranStub call with arguments
Replace %val(0) by ceed_null
Convert CeedScalar-s to double
Convert CeedInt-s to int
Update Nek5000 example: working now !!!
Update scripts: generate-boxes, make-nek-examples
Update Nek5000 example
Add a batch script to run Nek5000 example
Update Nek5000 example
...

show more ...


# 734e90fe 05-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into fortran_interface