aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_mhparse.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-20Tests: Fix corrupted union fields on 32-bit WindowsSamuel Lidén Borell1-0/+3
2024-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell1-97/+66
2024-02-05Restrict \source filenames to a-z 0-9 _Samuel Lidén Borell1-12/+25
2023-12-25Tests: Fix incorrect = which should be ==Samuel Lidén Borell1-1/+8
2023-09-16Add unstable_api flag. Improve checks of module headersSamuel Lidén Borell1-18/+11
2023-09-08Implement "nestedonly" dependencies (and remove "typesonly")Samuel Lidén Borell1-13/+13
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-04-29Report errors at end-of-line at the correct locationSamuel Lidén Borell1-10/+10
2023-04-29Break out tokenization functions from mhparse.c to mhtoken.cSamuel Lidén Borell1-294/+0
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-92/+92
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+2
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-06-15Remove \api_def flag "clean" and add "retracted"Samuel Lidén Borell1-17/+22
2022-04-30Fix warnings when building with lccSamuel Lidén Borell1-0/+1
2022-03-20Fix truncated struct copy. Portability and test fixesSamuel Lidén Borell1-1/+7
2022-02-16Increase usage of (static) const and fix some incorrect usageSamuel Lidén Borell1-2/+2
2022-02-16Add cppcheck target to Makefile and fix warningsSamuel Lidén Borell1-3/+1
2022-02-07Detect leaks in tests, and fix leaksSamuel Lidén Borell1-0/+1
2022-02-06Fix missing impl/iface errors. Fix false negatives in testsSamuel Lidén Borell1-0/+6
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-96/+96
2021-12-18Disallow leading zeros in versions (except for 0.x)Samuel Lidén Borell1-1/+7
2021-12-18Restrict the allowed characters in versions to 0-9a-z.~Samuel Lidén Borell1-8/+38
2021-12-17Implement parsing of versioned types alsoSamuel Lidén Borell1-1/+0
2021-12-12Forbid calling implementation files "main.slul", also in subdirsSamuel Lidén Borell1-2/+14
2021-12-12Fix typo in attribute name stringSamuel Lidén Borell1-0/+26
2021-12-12Separate min and max versions for the effective versionSamuel Lidén Borell1-1/+2
2021-12-12Allow specifying language version for implementation sourceSamuel Lidén Borell1-0/+87
2021-12-11Always check module header at EOF. Fixes assertion failureSamuel Lidén Borell1-0/+12
2021-12-05Rename "build header"/"directive" to "module header"/"attribute"Samuel Lidén Borell1-0/+1473