FOSS-VG/scripts
BodgeMaster 379903d751 tools/baseconvert: New tool
This tool allows for easy conversion between relevant bases
for unsigned numbers.

You may be able to coerce it into converting signed numbers into
unsigned numbers if you know how, though that is not an officially
supported use case (aka that’s using UB in the STL).
2022-10-08 08:29:01 +02:00
..
test tools/baseconvert: New tool 2022-10-08 08:29:01 +02:00
tools tools/arraydump: Reimplement in C++ 2022-10-05 05:26:04 +02:00
build.sh tools/baseconvert: New tool 2022-10-08 08:29:01 +02:00
clean.sh Build system: Improve output readability and prepare for script based unit tests 2022-08-13 17:32:47 +02:00
clean_dependencies.sh Build system: Improve output readability and prepare for script based unit tests 2022-08-13 17:32:47 +02:00
lib.sh Build system: fix typo 2022-07-30 21:14:23 +02:00
setup_project.sh Build system: Improve output readability and prepare for script based unit tests 2022-08-13 17:32:47 +02:00
test.sh complete merge 2022-09-28 08:22:09 +05:30