History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-qfunction.c (Results 26 – 50 of 238)
Revision Date Author Comments
# 1ef3a2a9 08-May-2024 Jeremy L Thompson <jeremy@jeremylt.org>

test - fix impl vs support in error messages


# 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


# cd30ad78 05-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1499 from CEED/jeremy/extra-cast

internal - remove some extra void* casts


# 9a25c351 05-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - remove some extra void* casts


# 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


# 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 ...


# 34ffed21 23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - const for CeedQFunctionGetSourcePath


# 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


# 6f8994e9 23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add const to GetName functions


# 5c03c935 22-Feb-2024 Jed Brown <jed@jedbrown.org>

Merge pull request #1483 from CEED/jeremy/use-getters

Reduce reaching into private data


# ab747706 22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

qf/op - add QFunction/OperatorFieldGetData


# 1203703b 22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - reduce reaching into private structs


# 27a2edbe 22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1484 from CEED/jeremy/qf-flops

Should error when trying to use QF flops, not retrieve


# 6e432cbe 22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - should error when trying to use QF flops, not retrieve


# e4483ef5 01-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1429 from CEED/jeremy/less-lcov-excl

Reduce LCOV_EXCL markers


# bcbe1c99 19-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - reduce LCOV_EXCL markers


# ca94c3dd 05-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Docstring consistency (#1409)

* doc - docstring consistency

* doc - update for bad linking of type names

* doc - update for bad linking of type names


# 4d8df496 03-Oct-2023 James Wright <james@jameswright.xyz>

Merge pull request #1357 from CEED/jrwrigh/docs

docs: Clarify QFunction source compatability


# 4ada38ba 02-Oct-2023 James Wright <james@jameswright.xyz>

docs: Clarify QFunction source compatability

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>


# 79a79dc4 29-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - drop codecov marker in favor of mino test change


12345678910