aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/parsecommon.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Use namespace prefix in include guardsSamuel Lidén Borell1-2/+2
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-27Support for multi-line comments with #{{ and #}}Samuel Lidén Borell1-0/+2
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-2/+3
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-06-15Remove support for multi-versioned symbols. Change syntax to "since X"Samuel Lidén Borell1-0/+4
2022-05-26Checking of expressions in return statementsSamuel Lidén Borell1-1/+2
2022-03-20Fix failures in OoM testsSamuel Lidén Borell1-5/+5
2022-02-16Increase usage of (static) const and fix some incorrect usageSamuel Lidén Borell1-1/+1
2022-02-16Add cppcheck target to Makefile and fix warningsSamuel Lidén Borell1-3/+3
2022-01-23Binding of types across modules (part 1)Samuel Lidén Borell1-0/+5
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-10/+10
2021-12-11Remove int return from msghandlerSamuel Lidén Borell1-1/+0
2021-12-05Rename "build header"/"directive" to "module header"/"attribute"Samuel Lidén Borell1-9/+9
2021-08-01Replace "slulbuild.conf" with a header in a "main.slul" fileSamuel Lidén Borell1-9/+9
2021-07-27Check interface identifiers in implementationsSamuel Lidén Borell1-1/+1
2021-07-27Beginnings of a verifierSamuel Lidén Borell1-0/+4
2021-07-25Fix several crashes and assertion failures found with afl++Samuel Lidén Borell1-2/+4
2021-07-25Fix parser hangs. Fix error handling of unterminated stringsSamuel Lidén Borell1-0/+1
2021-07-18Compile with more warning options, and fix found bugsSamuel Lidén Borell1-1/+1
2021-06-29Fix some -Weverything warningsSamuel Lidén Borell1-1/+0
2021-06-28Test character-by-character parsing. Fix several parser bugsSamuel Lidén Borell1-3/+3
2021-04-17Fix detection of UTF-8 overlongs. Add \u escapes in tokenizerSamuel Lidén Borell1-3/+6
2021-04-17Add unit test error limit and -v option showing test namesSamuel Lidén Borell1-5/+5
2021-04-16Tokenization of keywordsSamuel Lidén Borell1-3/+6
2021-04-15Tokenization of SLUL whitespace and comments. Move common test codeSamuel Lidén Borell1-0/+195