1
0
Commit Graph

165 Commits

Author SHA1 Message Date
4723c738c4
bytebeat_compiler.py: remove generated files 2024-08-26 21:58:00 +03:00
b9d6d50085
bytebeat_compiler.py: fix grammar 2024-08-26 21:58:00 +03:00
16384717a7
bytebeat_compiler.py: do not use sys.exit 2024-08-26 21:58:00 +03:00
8c7d7ac8f9
bytebeat_compiler.py: make use of shlex.join
When printing a command that is going to be ran, use `shlex.join(...)`
instead of `" ".join(...)`
2024-08-26 21:57:59 +03:00
b8323731cb
b/c...py: notify the user when reading STDIN
Notify the user when the script reads bytebeat code from STDIN
2024-08-26 21:57:59 +03:00
4e72ba90dc
b/c...py: extract function run_command 2024-08-26 21:57:59 +03:00
538837a780
b/c...py: use EXIT_SUCCESS and EXIT_FAILURE 2024-08-26 21:57:59 +03:00
e16688297f
b/c...py: run the runtime unit after compiling 2024-08-26 21:57:59 +03:00
a0687b3e46
README.md: extend description 2024-08-26 21:57:59 +03:00
22b7614dfd
README.md: revert the name 2024-08-26 21:57:59 +03:00
ac35998391
fwrite_le.c: remove superfluous semicolon 2024-08-26 21:57:59 +03:00
e3d2ab71f2
use directory bin instead of build 2024-08-26 21:57:59 +03:00
bf0c103588
bytebeat_compiler.py: extract BITS_PER_BYTE 2024-08-26 21:56:00 +03:00
8192def161
fwrite_le.c: use malloc instead of calloc 2024-08-26 21:56:00 +03:00
56dd8dace3
template.c: simplify file_length calculation 2024-08-26 21:56:00 +03:00
eaf7b06b1e
template.c: extract BITS_PER_BYTE 2024-08-26 21:56:00 +03:00
36f62bf7e9
README.md: improve license information and reformat 2024-08-26 21:56:00 +03:00
dd47773c5c
README.md: reformat 2024-08-26 21:56:00 +03:00
1f2eb8e005
fwrite_le.h: reduce scope of private macros 2024-08-26 21:56:00 +03:00
50c50db7b2
fwrite_le.*: make use of const for ptr 2024-08-26 21:56:00 +03:00
71aa442035
fwrite_le.h: move #includes inside the #ifdef block 2024-08-26 21:56:00 +03:00
98f13f7a89
*.py: use a better shebang 2024-07-26 14:28:47 +03:00
0d65942d81
template.c: support stdout output 2024-06-03 00:49:16 +03:00
35fe39b0e0
template.c: merge exact, neighbor conditional compilation 2024-06-03 00:43:18 +03:00
505812da6c
template.c: output all errors to STDERR 2024-06-03 00:30:14 +03:00
6f99ea37e6
template.c: silent mode fixes 2024-06-03 00:25:54 +03:00
160c40fc11
template.c: merge exact, neighbor conditional compilation 2024-06-02 23:31:46 +03:00
ca282d20c8
bytebeat_compiler.py: search for compiler, fix section names
and reformat
2024-06-02 20:15:45 +03:00
c6e126f2bd
repeating: use wb+ mode only in sequential mode 2024-06-02 14:31:18 +03:00
755336c103
template.c: remove string junk: fixup 2024-06-02 14:29:48 +03:00
83046f1443
bytebeat_compiler.py: reformat 2024-06-01 11:45:27 +03:00
886d555c71
dual-license under Unlicense and CC0 2024-06-01 11:39:28 +03:00
01043c8aff
fwrite_le.*: rename ifeq_u32_ret to ifeq_b32_ret 2024-06-01 11:38:18 +03:00
ed7f2b2e6f
README.md: mark as WIP branch 2024-05-27 08:08:48 +03:00
98ff576f19
WIP: add files 2024-05-27 08:07:42 +03:00
24317101c0
template.c: precalculate before loop where applicable 2024-05-19 20:47:38 +03:00
3bab4c8373
bytebeat_compiler.py: rename w to time 2024-05-19 20:44:23 +03:00
f862603642
ANSI_CLEAR refactor 2024-05-19 20:38:06 +03:00
a66901b00d
b/c...py: use subprocess.run instead of os.system 2024-05-19 20:29:13 +03:00
12b85ce454
fwrite_le.c: optimize for step or size equal to 1 2024-05-19 14:23:50 +03:00
9495b0a23e
fwrite_le.*: refactor 2024-05-19 13:58:26 +03:00
7efc6b77f5
template.c: fix MAX calculation 2024-05-19 13:21:09 +03:00
3217ac0763
template.c: restore missing newline character 2024-05-19 13:05:38 +03:00
9be6408890
b/c...py: optimize adding . before paths 2024-05-19 12:46:19 +03:00
162e6b880c
template.c: reformat 2024-05-19 12:39:18 +03:00
91dddefc7b
b/c...py: fix terminology: Solve -> Resolve 2024-05-19 12:35:18 +03:00
0be65f7dd2
move *.h to include/ 2024-05-19 12:34:15 +03:00
4b8211dd1a
template.c: explain sample data length subtraction 2024-05-19 12:10:31 +03:00
110b065459
template.c: stringize integers where applicable 2024-05-19 12:02:14 +03:00
c76c809d2a
separate WAVE product value and generation length 2024-05-19 11:41:52 +03:00