Commit Graph

20 Commits

Author SHA1 Message Date
Jordan Bancino 95342f7ad1 Simplify directory structure.
Before this commit, the directory structure was a mess. So messy,
in fact, that it would be incredibly inconvenient to modify it in
the existing repo. So, here's a new repo. That shouldn't happen
again.
2022-07-23 00:19:12 +00:00
Jordan Bancino e4c2d534fe Apply #17 2022-07-30 09:37:08 -04:00
Jordan Bancino fbc0e7bfcd Document, and add recipe_diff 2022-07-29 17:09:15 -04:00
Jordan Bancino bf4e92e12f Accept #16 2022-07-29 16:06:01 -04:00
Jordan Bancino 1ae3a4e9c4 Apply #13. 2022-07-29 15:28:49 -04:00
Jordan Bancino 3fd5e448b2 Don't hard-code the name of the patch.
Nobody's gonna rename the patches, so just make them unique enough
so that I can upload them to the ingress directory without conflicts.
2022-07-29 15:17:55 -04:00
Jordan Bancino f1c0d6b40e Apply #10 2022-07-29 14:42:23 -04:00
Jordan Bancino bbca61bfad Just don't sign releases if there's no secret key provided. 2022-07-28 20:50:09 -04:00
Jordan Bancino e519621d25 recipe_format now updates source code headers.
Note that it does depend on new source code files *having* a header,
even if it's just a blank block comment.
2022-07-28 11:46:57 -04:00
Jordan Bancino 3989c370b8 Remove -Werror for now.
The program should still compile if there is an unused function. Of course,
if we are making a release, we should be sure to make sure there are no
unused symbols.
2022-07-27 13:45:19 -04:00
Jordan Bancino c888fd2ba2 Add -Wextra and -ansi just to get more errors/warnings. 2022-07-27 09:53:24 -04:00
Jordan Bancino d9d1713f54 Remove backup file if indent was successful. 2022-07-25 22:54:56 -04:00
Jordan Bancino 5197f4db91 Move the indent switches to .indent.pro so that indent(1) can be run on
individual files outsid the make script.
2022-07-25 15:35:31 -04:00
Jordan Bancino 3437c5db2c Format headers as well.
indent(1) does a weird thing with prototype functions, but it's good
enough for me, as long as it's consistent.
2022-07-25 15:25:06 -04:00
Jordan Bancino ae2b853cc4 Add an indent recipe. 2022-07-25 15:18:25 -04:00
Jordan Bancino 7cfbf63968 Verbose copy; I like to see what's going on. 2022-07-23 17:35:12 -04:00
Jordan Bancino ea0dcd0447 Restructure the site files. 2022-07-23 17:29:54 -04:00
Jordan Bancino 3988c2f9be Add a release script. 2022-07-23 13:44:55 -04:00
Jordan Bancino 13a1fdecf9 Move to recipe-based make script, to allow for tests, releases, etc. 2022-07-23 01:05:55 -04:00
Jordan Bancino d102ba8676 Initial revision 2022-07-22 20:19:12 -04:00