Commit graph

64 commits

Author SHA1 Message Date
Intel A80486DX2-66 31244bd18d
bytebeat_compiler.py: search for compiler, fix section names
and reformat
2024-06-02 19:34:49 +03:00
Intel A80486DX2-66 81bb2e80b4
bytebeat_compiler.py: add intro 2024-06-02 19:33:30 +03:00
Intel A80486DX2-66 3bab4c8373
bytebeat_compiler.py: rename w to time 2024-05-19 20:44:23 +03:00
Intel A80486DX2-66 f862603642
ANSI_CLEAR refactor 2024-05-19 20:38:06 +03:00
Intel A80486DX2-66 a66901b00d
b/c...py: use subprocess.run instead of os.system 2024-05-19 20:29:13 +03:00
Intel A80486DX2-66 9be6408890
b/c...py: optimize adding . before paths 2024-05-19 12:46:19 +03:00
Intel A80486DX2-66 91dddefc7b
b/c...py: fix terminology: Solve -> Resolve 2024-05-19 12:35:18 +03:00
Intel A80486DX2-66 0be65f7dd2
move *.h to include/ 2024-05-19 12:34:15 +03:00
Intel A80486DX2-66 c76c809d2a
separate WAVE product value and generation length 2024-05-19 11:41:52 +03:00
Intel A80486DX2-66 e7fd7131d1
bytebeat_compiler.py: fix wav_product calculation 2024-05-19 10:57:33 +03:00
Intel A80486DX2-66 b8b2719349
bytebeat_compiler.py: return the exit code the compiler returns 2024-04-14 16:28:21 +03:00
Intel A80486DX2-66 697a4e8408
bytebeat_compiler.py: comment: enclose the word "return" in backticks 2024-04-14 12:30:44 +03:00
Intel A80486DX2-66 8e698c9f3b
bytebeat_compiler.py: auto-return: enclose bytebeat in parentheses 2024-04-14 12:29:12 +03:00
Intel A80486DX2-66 cc2974afe1
bytebeat_compiler.py: line width wrap at 80 characters 2024-04-14 11:55:04 +03:00
Intel A80486DX2-66 c3a2de8333
C: precalculate PRODUCT in the Python script 2024-04-14 11:47:51 +03:00
Intel A80486DX2-66 c9825b9122
bytebeat_compiler.py: use cc instead of gcc as default compiler 2024-04-14 01:38:48 +03:00
Intel A80486DX2-66 6c16e2911c
bytebeat_compiler.py: add more CFLAGS 2024-01-27 14:01:49 +03:00
Intel A80486DX2-66 76384284fe
bytebeat_compiler.py: break on invalid mode 2024-01-12 20:53:25 +03:00
Intel A80486DX2-66 c6d9d833d0
b/c...py: use term specified for length 2024-01-12 20:52:20 +03:00
Intel A80486DX2-66 01efd27e07
bytebeat_compiler.py: fix None value bug 2024-01-11 23:03:45 +03:00
Intel A80486DX2-66 d326f32193
bytebeat_compiler.py: fix sample rate logic 2024-01-10 04:08:05 +03:00
Intel A80486DX2-66 d1906f0dc1
template.c: add sequential mode and set as default 2024-01-10 04:07:15 +03:00
Intel A80486DX2-66 bf67c9cce2
bytebeat_compiler.py: optimize the condition 2024-01-09 23:19:38 +03:00
Intel A80486DX2-66 8e68c840a1
bytebeat_compiler.py: fix condition bug 2024-01-09 23:14:48 +03:00
Intel A80486DX2-66 89bc7466ff
bytebeat_compiler.py: add CFLAGS_EXTRA 2024-01-09 23:09:02 +03:00
Intel A80486DX2-66 0654aec5d1
bytebeat_render.c: add custom output 2024-01-09 20:04:33 +03:00
Intel A80486DX2-66 c593b3e3b4
bytebeat_compiler.py: format: humanize indentation 2024-01-09 18:36:27 +03:00
Intel A80486DX2-66 c32ebba8e0
b/c...py: subst.: add type hints for replacements 2024-01-09 18:35:28 +03:00
Intel A80486DX2-66 c2b67077b2
b/c...py: call preprocessor_bool in substitute_vars 2024-01-09 18:34:12 +03:00
Intel A80486DX2-66 d045eb7355
bytebeat_compiler.py: extract preprocessor_bool 2024-01-09 18:20:27 +03:00
Intel A80486DX2-66 65fac992d6
bytebeat_compiler.py: format: fix indentation 2024-01-09 18:20:06 +03:00
Intel A80486DX2-66 fad6b895bb
b/c...py: extract sample rate conv. optimizations 2024-01-09 18:14:32 +03:00
Intel A80486DX2-66 bd53ac920f
bytebeat_compiler.py: add verbose mode for subst. 2024-01-09 18:04:26 +03:00
Intel A80486DX2-66 2f346e7f5f
template.c: extract return type setting 2024-01-09 17:35:27 +03:00
Intel A80486DX2-66 16126c0b98
bytebeat_compiler.py: add argument -std=c99 2024-01-09 17:00:55 +03:00
Intel A80486DX2-66 0ff125b5f0
bytebeat_compiler.py: grammar: "Uses" -> "Accepts" 2024-01-09 16:48:34 +03:00
Intel A80486DX2-66 51236ab9c3
bytebeat_compiler.py: save file in UTF-8 w/o BOM 2024-01-09 15:54:02 +03:00
Intel A80486DX2-66 073b9a04f4
bytebeat_compiler.py: function fetch: simplify code 2024-01-07 02:20:42 +03:00
Intel A80486DX2-66 a473c1f39a
bytebeat_compiler.py: add -Wno-parentheses 2024-01-05 03:09:20 +03:00
Intel A80486DX2-66 9b9a4d9631
bytebeat_compiler.py: flush before calling command 2024-01-02 18:14:04 +03:00
Intel A80486DX2-66 8327678c44
bytebeat_compiler.py: make paths more native 2024-01-02 18:13:28 +03:00
Intel A80486DX2-66 a192380d10
bytebeat_compiler.py: don't concatenate env. variable 2024-01-02 18:12:34 +03:00
Intel A80486DX2-66 aa5f7359c2
bytebeat_compiler.py: don't use "path_to_*"
Formatting: Replace all whitespaces to tabulation characters
2023-12-30 15:44:50 +03:00
Intel A80486DX2-66 0f20974908
bytebeat_compiler.py: add ./ before compilation paths 2023-12-30 15:40:37 +03:00
Intel A80486DX2-66 f9ce5faa60
bytebeat_compiler.py: show executed command 2023-12-30 15:32:41 +03:00
Intel A80486DX2-66 e0ac4c3bf9
bytebeat_compiler.py: add flag -Wno-dangling-else 2023-12-30 15:32:07 +03:00
Intel A80486DX2-66 df91110d80
template.c: add support for big-endian machines 2023-12-30 15:31:11 +03:00
Intel A80486DX2-66 8c758e1224
bytebeat_compiler.py: fix name: CC_FLAGS -> CFLAGS 2023-12-30 14:57:32 +03:00
Intel A80486DX2-66 e0a9e7f7ef
bytebeat_compiler.py: use name CFLAGS instead of CC_FLAGS 2023-12-24 20:05:48 +03:00
Intel A80486DX2-66 43b065c0fa
bytebeat_compiler.py: append to env. arguments 2023-12-24 19:20:47 +03:00