gjtorikian / mtex2MML

A Bison grammar to convert TeX math into MathML.
23 stars 14 forks source link

Update uthash and cmake #78

Closed 4e554c4c closed 9 months ago

4e554c4c commented 9 months ago

This commit updates cmake to 2.3.0, and modernizes the CMakeLists file.

Test plan: ran ctest ran ctest -T memorycheck on both master and this branch, and observed similar memory behaviour (3 errors) ran mathematical tests (all pass)

Resolves #59

gjtorikian commented 9 months ago

LGTM. I just changed the builds to use GitHub actions, but, because this is a fork, I don't think it's going to run. I'm merging this (I also tested locally), will deal with the CI issues 🔜 . And I'm going to rename the base branch to main.

Thanks again!