1
0
Commit Graph

64 Commits

Author SHA1 Message Date
53bc4c504c
b/c...py: add compiler flags to ignore unused vars 2023-12-05 18:37:50 +03:00
ca019b8fe8
b/c...py: substitute multiple variables at once 2023-12-03 15:55:08 +03:00
8df2334bc4
CLI: extend description for argument file 2023-12-03 15:44:59 +03:00
da3b0e8e40
add CLI argument -l / --samples, adjust logic
bytebeat_compiler.py: add argument `-l` / `--samples` and additional logic

src/template.c:
1. Transform parameter `SECONDS` into `LENGTH`; change `PRODUCT` formula
   respectively
2. Show count of samples in non-silent mode
2023-12-03 15:43:40 +03:00
842d93c1a5
bytebeat_compiler.py: simplify grammar in CLI help
Simplify grammar in the help text for the `--verbose` option
2023-11-25 21:06:25 +03:00
5eb82bc133
template.c: add verbose mode and update usage
src/template.c: Add verbose mode
EXAMPLE_USAGE.md: Update example usage
2023-11-25 21:03:31 +03:00
3acc0be646
template.c: port all CLI arguments into the script
src/template.c:
1. Port all command line arguments into script `bytebeat_generator.py`
2. Remove the submodule lib/c-argh
2023-11-25 20:34:16 +03:00
24dc6a338e
code substitution: fix formatting 2023-11-25 17:28:22 +03:00
73710ae208
bytebeat_compiler.py: change flag -Os to -Ofast 2023-11-25 17:12:18 +03:00
27a3ac1fe3
bytebeat_compiler.py: change -Werror to -Wextra 2023-11-21 18:57:02 +03:00
3e564d79ee
rename substitute_value to substitute_var 2023-11-18 15:19:07 +03:00
1183fdb696
implement final simple rate conversion during generation (#3) 2023-11-18 14:15:48 +03:00
b68a426b92
major refactor 2023-11-16 23:34:35 +03:00
ae04b22c7a
initial commit 2023-11-16 22:01:41 +03:00