aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
8 daysbootstrap: Emit C type definitions of enumsSamuel Lidén Borell2-0/+37
8 daysbootstrap: Enum declarationsSamuel Lidén Borell3-0/+15
9 daysbootstrap: Fix local variable assignability checkSamuel Lidén Borell1-4/+2
9 daysbootstrap: Update TODOsSamuel Lidén Borell1-1/+0
9 daysbootstrap: Fix non-trivial left-hand expressions in += -= *= /=Samuel Lidén Borell1-5/+3
9 daysbootstrap: Emit initialisation for fields with initialisersSamuel Lidén Borell2-1/+9
9 daysbootstrap: Implicitly add parameters to the default constructorSamuel Lidén Borell3-0/+7
2026-03-15bootstrap: Revise how constructors are declaredSamuel Lidén Borell2-1/+3
2026-03-13bootstrap: Add a few more String functionsSamuel Lidén Borell1-0/+25
2026-03-13tests: Fix unused variable warningSamuel Lidén Borell1-0/+2
2026-03-13tests: Use new names for builtin types (Int, Bool, etc.)Samuel Lidén Borell6-28/+28
2026-02-15bootstrap: Make core types available in interfaces alsoSamuel Lidén Borell3-0/+11
2026-02-08tests: Fix outdir location when running from bootstrap/ directorySamuel Lidén Borell1-0/+2
2026-02-07bootstrap: Implement string comparisonSamuel Lidén Borell1-0/+11
2026-02-06bootstrap: Fix conflict in `main` with params of preceding functionSamuel Lidén Borell1-0/+9
2026-02-01tests: Allow runtests.sh to be run from the bootstrap directorySamuel Lidén Borell1-1/+1
2026-01-30tests: Fix file copy error under UnxUtils on ReactOSSamuel Lidén Borell1-1/+2
2026-01-30tests: Also run final executable under ValgrindSamuel Lidén Borell1-1/+1
2026-01-29tests: Run tests under Valgrind if availableSamuel Lidén Borell1-2/+26
2026-01-24bootstrap: Support for versioned instance variablesSamuel Lidén Borell1-0/+15
2026-01-18bootstrap: Check that function defs match with the library interfaceSamuel Lidén Borell1-1/+1
2026-01-18tests: Always copy interface filesSamuel Lidén Borell1-4/+6
2026-01-17bootstrap: Skip blank/comment lines in tokeniserSamuel Lidén Borell1-0/+3
2026-01-17bootstrap: Parsing of since-versionsSamuel Lidén Borell1-0/+4
2026-01-12bootstrap: Parsing of `versions` sectionsSamuel Lidén Borell1-0/+3
2026-01-10Tests: Add "otherlib"Samuel Lidén Borell7-1/+59
2026-01-07bootstrap: Parse interfaces of dependenciesSamuel Lidén Borell1-2/+3
2026-01-07tests: Use correct interfaces directory (with test interface files)Samuel Lidén Borell1-1/+1
2026-01-07tests: Fix "parameter not set" after error messageSamuel Lidén Borell1-1/+3
2026-01-06bootstrap: Parsing of dependency list files (deps.index)Samuel Lidén Borell2-0/+2
2026-01-06Foundations of a test suiteSamuel Lidén Borell9-0/+315