1
0
Commit Graph

122 Commits

Author SHA1 Message Date
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
976b7468cc
template.c: improve silent mode
src/template.c:
1. Improve silent mode (the program doesn't output anything to STDOUT in
   silent mode now)
2. Use conditional compilation for silent mode
2023-11-25 20:50:28 +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
64cfda4a33
template.c: remove "debug mode" 2023-11-25 20:14:05 +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
476160c347
update submodule lib/c-argh 2023-11-25 16:20:35 +03:00
96dfcac873
template.c: recalculate file size 2023-11-22 18:33:17 +03:00
e657f21f37
template.c: make byte_rate a 32-bit variable 2023-11-21 19:17:50 +03:00
3517473605
make use of C-Argh library (#5) 2023-11-21 19:06:12 +03:00
27a3ac1fe3
bytebeat_compiler.py: change -Werror to -Wextra 2023-11-21 18:57:02 +03:00
7a2073c2ef
template.c: more manual formatting 2023-11-18 23:38:20 +03:00
adad4dcb24
template.c: refactor code and change initial type of w 2023-11-18 20:05:55 +03:00
de7e641abb
template.c: remove function random 2023-11-18 20:03:13 +03:00
8bc7c712b7
template.c: reformat and add more comments 2023-11-18 19:57:57 +03:00
5e4fee2a87
README.md: change the project name 2023-11-18 15:35:56 +03:00
3e564d79ee
rename substitute_value to substitute_var 2023-11-18 15:19:07 +03:00
aa25d770bc
EXAMPLE_USAGE.txt -> .md: actualize and fix 2023-11-18 14:24:23 +03:00
1183fdb696
implement final simple rate conversion during generation (#3) 2023-11-18 14:15:48 +03:00
8d33c88e35
add library c-argh as a submodule 2023-11-17 00:26:47 +03:00
b68a426b92
major refactor 2023-11-16 23:34:35 +03:00
ae04b22c7a
initial commit 2023-11-16 22:01:41 +03:00