History log of /petsc/src/mat/tests/cJSON.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 9d47de49 18-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-02-14/fix-defined-missing-braces' into 'main'

Fix the inconsistent usage of #if defined XXX compared to defined(XXX)

See merge request petsc/petsc!9040


# beceaeb6 15-Feb-2026 Barry Smith <bsmith@mcs.anl.gov>

Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)

Thanks-to: Pierre Jolivet

An LLM Claude detected the incosnsitency it was not used to remove the inconsistency


# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 5c240f23 26-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/benchmarks' into 'main'

Initial step toward continuous benchmarking

See merge request petsc/petsc!5641


# 89928cc5 29-May-2022 Hong Zhang <hongzhang@anl.gov>

Add benchmark script, driver for SpMV

- Support multiple mat formats
- Included Kokkos
- Use SSGET to download SuiteSparse matrix automatically