History log of /libCEED/rust/libceed/tests/version-numbers.rs (Results 1 – 15 of 15)
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


# 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


# cd300322 13-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #703 from CEED/jed/doc-myst-nb

doc: replace recommonmark with MyST


# bcb2dfae 04-Feb-2021 Jed Brown <jed@jedbrown.org>

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
fe

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
features.

The API doc stubs remain in ReST as recommended for autodoc.

https://myst-parser.readthedocs.io/en/latest/sphinx/use.html#use-sphinx-ext-autodoc-in-markdown-files

The change was largely implemented using
https://github.com/executablebooks/rst-to-myst/ with some manual
fix-ups. Tables (both ReST built-in tables and list-table) remain under
eval-rst until they can be manually updated.

show more ...


# c4016ce5 28-May-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #766 from CEED/jed/rust-crates

rust: split crates into libceed-sys and libceed


# a1cbad85 28-May-2021 Jed Brown <jed@jedbrown.org>

rust/libceed: add README.md in preparation for packaging


# 8a059566 27-May-2021 Jed Brown <jed@jedbrown.org>

rust: update docs and add working version check tests


# 630ad4c9 20-May-2021 jeremylt <thompson.jeremy.luke@gmail.com>

rust - cargo fmt


# 9df49d7e 20-May-2021 Jed Brown <jed@jedbrown.org>

rust: split crates into libceed-sys and libceed

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