Lassi Kortela
|
7d93f262a7
|
Set C compiler options -Wextra -std=gnu99
|
2019-08-09 19:50:21 +03:00 |
Lassi Kortela
|
85efbbc7ce
|
Sort C file names in build.sh
|
2019-08-09 17:30:49 +03:00 |
Lassi Kortela
|
be9b2b364e
|
Clean up whitespace
- Tabs to spaces
- Remove invisible whitespace at ends of lines
- Break or shorten long lines (not for all files)
|
2019-08-09 17:25:13 +03:00 |
Lassi Kortela
|
8e35d98142
|
Move bootstrap images into a scheme-boot directory
|
2019-08-09 15:53:31 +03:00 |
Lassi Kortela
|
aaf73c8439
|
Consolidate all Lisp files into scheme-* with .scm extension
|
2019-08-09 15:21:56 +03:00 |
Lassi Kortela
|
d6f54bc13c
|
Consolidate all C files into a "c" subdirectory
|
2019-08-09 15:02:58 +03:00 |
Lassi Kortela
|
349a42510f
|
Replace makefiles with a simple shell script
Build, bootstrap and test everything in one go. Put build artifacts in a
separate subdirectory which is emptied at the start of every build.
|
2019-08-09 14:56:16 +03:00 |
Lassi Kortela
|
32c77aefbc
|
Add scripts/format.sh
Runs clang-format on all our C code
|
2019-08-09 13:47:35 +03:00 |