summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-04-04feat: Add "Written by libMatfile"Jacob McDonnell
Add "Written by libMatfile" to the description section of MAT-Files.
2026-04-04fix: Fix padding issueJacob McDonnell
Too much padding was added, instead of adding the remainder in padding, the amount written was added as padding.
2026-04-04build: Restructured projectJacob McDonnell
2026-04-04style: Force Style ConformanceJacob McDonnell
2026-04-04feat: Producing a Readable MAT-FileJacob McDonnell
Producing a readable MAT-File of a 1x5 Array of doubles. The file is somewhat manually generated, but currently works.