index
:
slul
main
no-refs
parser-simplification-rewrite
wip-sigils
SLUL Programming Language
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-11
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2024-05-09
Makefile: Skip cppcheck in scan-all
Samuel Lidén Borell
1
-2
/
+6
2024-03-03
Makefile: Add targets to run gcc -fanalyzer (not enabled by default)
Samuel Lidén Borell
1
-1
/
+3
2024-03-02
Makefile: Run errortest under tcc boundscheck also
Samuel Lidén Borell
1
-1
/
+3
2023-10-04
Makefile: Fix dependencies of elflint targets
Samuel Lidén Borell
1
-3
/
+2
2023-09-10
Typo fixes
Samuel Lidén Borell
1
-1
/
+1
2023-09-09
Makefile: Run testexec in tcc-boundscheck target also
Samuel Lidén Borell
1
-2
/
+2
2023-09-08
Makefile: Break out testexec and errortest into separate makefiles
Samuel Lidén Borell
1
-175
/
+12
2023-09-08
Implement "nestedonly" dependencies (and remove "typesonly")
Samuel Lidén Borell
1
-11
/
+27
2023-09-08
Tests: More tests of dependencies and libraries
Samuel Lidén Borell
1
-0
/
+4
2023-08-06
Add version check of dependencies
Samuel Lidén Borell
1
-4
/
+12
2023-08-06
Add sanity check of name and type of dependencies
Samuel Lidén Borell
1
-4
/
+11
2023-08-05
Makefile: Fix locale sensitivity in target "check-error-valgrind"
Samuel Lidén Borell
1
-1
/
+1
2023-08-05
Add runtime library (with some stub functions only so far)
Samuel Lidén Borell
1
-15
/
+19
2023-08-04
Add code overview file
Samuel Lidén Borell
1
-1
/
+11
2023-07-27
Makefile: Add elflint target
Samuel Lidén Borell
1
-2
/
+17
2023-07-27
Makefile: Add vgdb target (for debugging memory errors)
Samuel Lidén Borell
1
-1
/
+6
2023-07-27
Add "somelib" and "otherlib" libraries for testing
Samuel Lidén Borell
1
-9
/
+44
2023-07-27
Makefile: Fix srcdir in check-exec and check-error
Samuel Lidén Borell
1
-31
/
+31
2023-07-12
Makefile: Make check-exec/check-error depend on interfaces also
Samuel Lidén Borell
1
-2
/
+6
2023-06-25
Add "badlib" for testing incorrect syntax in library modules
Samuel Lidén Borell
1
-3
/
+5
2023-05-27
Support for multi-line comments with #{{ and #}}
Samuel Lidén Borell
1
-0
/
+2
2023-05-14
Basic checking of generic types
Samuel Lidén Borell
1
-0
/
+2
2023-05-06
Checking of method and constructor calls
Samuel Lidén Borell
1
-0
/
+1
2023-04-30
Fix missed errors in errortest. Fix typedefs of func types
Samuel Lidén Borell
1
-1
/
+1
2023-04-29
Makefile: Add missing files to target "clean"
Samuel Lidén Borell
1
-0
/
+3
2023-04-10
Move typecompat error tests to a separate file
Samuel Lidén Borell
1
-1
/
+2
2023-04-08
Improve error messages in declarations
Samuel Lidén Borell
1
-0
/
+1
2023-03-31
Makefile: Add variable VALGRIND_OPTS
Samuel Lidén Borell
1
-3
/
+3
2023-03-30
Makefile: Add test of compilation to all supported CPUs
Samuel Lidén Borell
1
-3
/
+10
2023-02-12
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2023-02-04
Makefile: Add shortcut target for running the "check" tests under Valgrind
Samuel Lidén Borell
1
-0
/
+1
2022-11-06
Makefile: Add gdb targets for debugging tests
Samuel Lidén Borell
1
-1
/
+11
2022-11-06
Makefile: Fix "clean" target to clean backend also
Samuel Lidén Borell
1
-2
/
+2
2022-10-31
Makefile: Fix afl-fuzz targets
Samuel Lidén Borell
1
-1
/
+1
2022-10-30
Constant evaluation of integer arithmetic. Parsing of "mod" keyword
Samuel Lidén Borell
1
-1
/
+3
2022-10-22
Makefile: Fix problem with parallel make in check-error
Samuel Lidén Borell
1
-3
/
+3
2022-10-22
Basic checking of for loops
Samuel Lidén Borell
1
-0
/
+1
2022-09-04
Use common makefile for backend + basic structure unit tests
Samuel Lidén Borell
1
-17
/
+16
2022-09-03
Multi-directory makefile + break out testing functions
Samuel Lidén Borell
1
-406
/
+46
2022-08-14
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2022-08-14
Makefile: Remove --sandbox option to sed which is GNU-specific
Samuel Lidén Borell
1
-1
/
+1
2022-08-12
Makefile: Add missing LDFLAGS and fix ordering of flags
Samuel Lidén Borell
1
-12
/
+13
2022-08-05
Makefile: Make cppcheck not pickup temporary files
Samuel Lidén Borell
1
-0
/
+1
2022-08-04
Fix cppcheck warnings and silence false positives
Samuel Lidén Borell
1
-4
/
+4
2022-08-04
Checking of flow of return/goto
Samuel Lidén Borell
1
-1
/
+3
2022-08-04
Makefile: Enable leak check for OoM-test
Samuel Lidén Borell
1
-1
/
+1
2022-08-04
Makefile: Allow specifying options (e.g. -v) for unit tests
Samuel Lidén Borell
1
-6
/
+6
2022-08-04
Makefile: Fix scan-all target
Samuel Lidén Borell
1
-1
/
+1
2022-08-04
Tracking of variables definedness
Samuel Lidén Borell
1
-1
/
+3
[next]