aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/config.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-21Use offsetof/size_t instead of uintptr_t where possibleSamuel Lidén Borell1-1/+1
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-0/+1
2024-03-05Don't cast function pointers. Use wrapper functions insteadSamuel Lidén Borell1-0/+1
2024-03-03Fix various cppcheck warningsSamuel Lidén Borell1-11/+0
2023-07-21Remove output files on errorSamuel Lidén Borell1-0/+1
2023-04-29Add/fix INTERR definitionsSamuel Lidén Borell1-1/+1
2023-04-24Fix memory leaks in cfgalloc and in testsSamuel Lidén Borell1-0/+1
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-0/+236