index
:
slul-try2
main
SLUL Programming Language, try 2 (simplified version)
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstrap
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
bootstrap: Add missing Makefile dependencies for blake2
Samuel Lidén Borell
1
-1
/
+3
5 days
bootstrap: Normalize whitespace in Makefile
Samuel Lidén Borell
1
-7
/
+7
5 days
bootstrap: Tests for blake2s
Samuel Lidén Borell
1
-11
/
+29
5 days
bootstrap: Remove unused variable from Makefile
Samuel Lidén Borell
1
-2
/
+2
5 days
bootstrap: Run gcc -fanalyzer on RTL also
Samuel Lidén Borell
1
-2
/
+6
7 days
bootstrap: Use blake2s for API-checking
Samuel Lidén Borell
1
-0
/
+5
7 days
bootstrap: Add sparse to check-all
Samuel Lidén Borell
1
-3
/
+13
7 days
bootstrap: Fix race condition / flakiness in check-all
Samuel Lidén Borell
1
-6
/
+3
7 days
bootstrap: Add cppcheck to check-all
Samuel Lidén Borell
1
-3
/
+19
8 days
bootstrap: Enable GCC -fanalyzer, but with -Wno-analyzer-malloc-check
Samuel Lidén Borell
1
-6
/
+10
14 days
bootstrap: Check that function defs match with the library interface
Samuel Lidén Borell
1
-0
/
+2
2026-01-12
bootstrap: Break out givemes and service type specifications to parsespec.c
Samuel Lidén Borell
1
-1
/
+3
2026-01-11
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2026-01-06
bootstrap: Parsing of dependency list files (deps.index)
Samuel Lidén Borell
1
-0
/
+2
2026-01-06
bootstrap: Move per-module file parsing to parsemod.c
Samuel Lidén Borell
1
-2
/
+5
2025-12-25
bootstrap: Make longlines check also check the Makefile itself
Samuel Lidén Borell
1
-1
/
+1
2025-12-25
bootstrap: Move generated C files into a separate directory
Samuel Lidén Borell
1
-46
/
+61
2025-12-22
bootstrap: Reorder CLI arguments
Samuel Lidén Borell
1
-1
/
+1
2025-12-07
bootstrap: Don't use C keywords/defines as macro arguments
Samuel Lidén Borell
1
-1
/
+12
2025-11-26
bootstrap: Reduce dependencies on token.h
Samuel Lidén Borell
1
-2
/
+1
2025-11-26
bootstrap: Break out semantic checking to semchk.h
Samuel Lidén Borell
1
-0
/
+3
2025-11-25
bootstrap: Remove unused #include
Samuel Lidén Borell
1
-1
/
+1
2025-11-23
bootstrap: Fix error message when assinging to non-modifiable variable
Samuel Lidén Borell
1
-1
/
+1
2025-11-23
bootstrap: Parse core module interface from file
Samuel Lidén Borell
1
-1
/
+1
2025-10-19
bootstrap: Basic framework for varstate checking. Fix test code
Samuel Lidén Borell
1
-2
/
+4
2025-09-06
bootstrap: Build stage2 via object files
Samuel Lidén Borell
1
-9
/
+19
2025-09-06
bootstrap: Add stub functions for Writer class
Samuel Lidén Borell
1
-1
/
+2
2025-08-29
bootstrap: Beginning of MessageReporter
Samuel Lidén Borell
1
-0
/
+1
2025-08-16
bootstrap: Internal RTL string decoding function
Samuel Lidén Borell
1
-3
/
+9
2025-08-16
bootstrap: Add stub functions in RTL for CLI handling
Samuel Lidén Borell
1
-0
/
+1
2025-08-10
bootstrap: Rename BASELINE_CFLAGS to BASE_CFLAGS
Samuel Lidén Borell
1
-3
/
+3
2025-07-30
bootstrap: Put compiler option arguments before non-options
Samuel Lidén Borell
1
-5
/
+5
2025-07-23
bootstrap: Simplify Makefile by using $@ for all outputs
Samuel Lidén Borell
1
-1
/
+1
2025-07-20
Update Makefile and sources.index with new test source file names
Samuel Lidén Borell
1
-2
/
+3
2025-07-20
bootstrap: Define builtins at startup
Samuel Lidén Borell
1
-0
/
+2
2025-07-18
bootstrap: Avoid += in Makefile
Samuel Lidén Borell
1
-2
/
+1
2025-07-17
bootstrap: Update header dependencies in Makefile
Samuel Lidén Borell
1
-2
/
+3
2025-07-17
bootstrap: Break out integer range computation/checks to intrange.c
Samuel Lidén Borell
1
-0
/
+2
2025-07-13
bootstrap: Missing dependency in Makefile
Samuel Lidén Borell
1
-1
/
+2
2025-07-12
bootstrap: Also build stage2 in `check` Makefile target
Samuel Lidén Borell
1
-2
/
+2
2025-07-04
bootstrap: Use unsigned line numbers. Fix unused labels in emitted code
Samuel Lidén Borell
1
-2
/
+0
2025-07-04
bootstrap: Fix unused variable warning in emitted code for empty switch
Samuel Lidén Borell
1
-3
/
+2
2025-07-04
Fix warnings about unused parameters and variables
Samuel Lidén Borell
1
-1
/
+1
2025-07-04
bootstrap: Replace ?= with = in Makefile
Samuel Lidén Borell
1
-12
/
+12
2025-07-03
bootstrap: Compile stage2 with most warnings enabled
Samuel Lidén Borell
1
-1
/
+5
2025-07-01
bootstrap: Makefile target for running stage1 under gdb
Samuel Lidén Borell
1
-1
/
+5
2025-06-18
bootstrap: Avoid .plist files from clang-analyze
Samuel Lidén Borell
1
-1
/
+2
2025-06-18
bootstrap: Avoid double file extension
Samuel Lidén Borell
1
-4
/
+4
2025-06-17
bootstrap: Basic type checking of functions
Samuel Lidén Borell
1
-0
/
+2
2025-06-02
bootstrap: Makefile target for complexity checking with pmccabe
Samuel Lidén Borell
1
-0
/
+2
[next]