aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_tlverify.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell1-11/+9
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-11/+26
2024-01-01Put since-versions first in struct/enum membersSamuel Lidén Borell1-36/+54
2023-12-30Put since-versions first in top-levels declarationsSamuel Lidén Borell1-63/+98
2023-12-12Fix handling of back-dependencies on main moduleSamuel Lidén Borell1-1/+1
2023-09-17Misc typo fixes + update TODOSamuel Lidén Borell1-1/+1
2023-09-17Use string hashcodes for source filenames and dependenciesSamuel Lidén Borell1-1/+3
2023-09-16Add unstable_api flag. Improve checks of module headersSamuel Lidén Borell1-23/+24
2023-09-10Update TODOsSamuel Lidén Borell1-5/+0
2023-07-21Remove output files on errorSamuel Lidén Borell1-1/+9
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-14Use const in more placesSamuel Lidén Borell1-9/+9
2023-04-30Checking of open/closed structsSamuel Lidén Borell1-4/+1
2023-04-29Report errors at end-of-line at the correct locationSamuel Lidén Borell1-2/+2
2023-04-24Fix memory leaks in cfgalloc and in testsSamuel Lidén Borell1-3/+30
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-86/+65
2023-04-21Add checks of since-versions, and support backportsSamuel Lidén Borell1-29/+131
2022-10-16Basic checking of integer typesSamuel Lidén Borell1-1/+1
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+3
2022-08-04Free memory in OoM-testSamuel Lidén Borell1-1/+1
2022-08-01Assign IDs to variables (for checking definedness etc.)Samuel Lidén Borell1-12/+12
2022-06-15Require UpperCase for types and lower_case for funcs/dataSamuel Lidén Borell1-56/+11
2022-06-15Remove support for multi-versioned symbols. Change syntax to "since X"Samuel Lidén Borell1-86/+132
2022-05-28Fix some clang -Weverything warningsSamuel Lidén Borell1-1/+0
2022-05-08Extend test of missing impl identsSamuel Lidén Borell1-2/+10
2022-05-03Simplify syntax for void functions (remove "-> void")Samuel Lidén Borell1-8/+8
2022-05-01Simplify syntax for private types (remove "= private")Samuel Lidén Borell1-22/+22
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-5/+5
2022-04-09Avoid most usages of identifiers reserved for future use in CSamuel Lidén Borell1-1/+1
2022-02-16Increase usage of (static) const and fix some incorrect usageSamuel Lidén Borell1-1/+1
2022-02-06Fix missing impl/iface errors. Fix false negatives in testsSamuel Lidén Borell1-1/+9
2022-02-06Minor test fixes. Remove unused struct fieldSamuel Lidén Borell1-2/+2
2022-01-29Pre-compute string hashesSamuel Lidén Borell1-18/+16
2022-01-29Binding of types across modules (part 2: fixes and more tests)Samuel Lidén Borell1-53/+224
2022-01-23Binding of types across modules (part 1)Samuel Lidén Borell1-8/+251
2022-01-08Rename verify.c to tlverify.cSamuel Lidén Borell1-0/+514