aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/print_hashes.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Don't use ref types for function referencesSamuel Lidén Borell1-0/+1
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-3/+1
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-0/+5
2023-09-17Check hashcodes before using memcmpSamuel Lidén Borell1-1/+24
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-14Basic checking of generic typesSamuel Lidén Borell1-0/+1
2023-04-15Add pointer operators: deref, refto, ref_is, ref_is_notSamuel Lidén Borell1-0/+4
2023-04-08Improve error messages in declarationsSamuel Lidén Borell1-0/+2
2022-10-30Constant evaluation of integer arithmetic. Parsing of "mod" keywordSamuel Lidén Borell1-0/+1
2022-08-04Fix cppcheck warnings and silence false positivesSamuel Lidén Borell1-1/+1
2022-07-02Remove unused keywords from print_hashes/hash.hSamuel Lidén Borell1-2/+0
2022-06-15Remove support for multi-versioned symbols. Change syntax to "since X"Samuel Lidén Borell1-0/+2
2022-05-22Use keywords for true/false instead of .true/.false typeidentsSamuel Lidén Borell1-0/+2
2022-03-19Parsing of methods (part 1)Samuel Lidén Borell1-0/+1
2022-01-29Pre-compute string hashesSamuel Lidén Borell1-21/+110
2022-01-29Optimize compile-time computed hashesSamuel Lidén Borell1-0/+66