- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to BodgeMaster-unfinished at BodgeMaster/FOSS-VG
- 47f39362f4 lib/nbt: Start implementing NBT validator
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- c59a1ac723 Resources: Add two NBT files that can be used for testing.
- aef91fe7cd test/nbt_helpers: Fix wrong test pass message
- 4af9003761 Code style: I just decided to accept that float and double exist and that we can just assume they are 32 and 64 bits repectively.
- Compare 3 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#17
lib/nbt: return correct error type from read functionsMany of them only return `OUT_OF_RANGE` where they should return either `OUT_OF_RANGE` or `OVERRUN` depending on what happened. - `OUT_OF_RANGE` when `currentPosition` is out of bounds -…
BodgeMaster commented on issue BodgeMaster/FOSS-VG#13
Use Explicitly Sized Types for Floating Point Numbersnah fuck this, cba
BodgeMaster closed issue BodgeMaster/FOSS-VG#13
Use Explicitly Sized Types for Floating Point NumbersBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 608767f5c2 tools/hexnet: Add more command line flags and options
- e31bff0802 test/nbt_writestring_failure_mode: Add license information
- 5c73308934 Rename all headers from .h++ to .hpp
- Compare 3 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#30
lib/cli: help text generatorRefactoring done....
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- b59fe1857e lib/cli: minor refactoring to make things less confusing and nicer to use
- 69f15e928a lib/cli: Add fields for a short description and additional usage information to the arguments parser
- d0d02fc8d2 tools/hexnet: Move the TCP reading portion to a thread
- 1308327fae tests: OCD fixes lol
- Compare 4 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#30
lib/cli: help text generatordesired format: ``` Help: command short description Usage: command [-fghij] [-o OPTION] [-p ANOTHER_OPTION] ARGUMENT1 ARGUMENT2 Flags: -f, --flag whatever it does -g,…
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 4582c3e595 test/nbt_helpers: move the test that aborts to its own program
- 28719072bb fix a compiler warning
- Compare 2 commits »
BodgeMaster closed issue BodgeMaster/FOSS-VG#38
Build system: broken on NetBSDBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 800fd66044 Build system: fix typo
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- d90e7f16bd Build system: better cross-platform compatibility
- 845b3fb922 Documentation: update build system documentation and prerequisites in preparation for next commit
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#38
Build system: broken on NetBSDNote to self: update documentation
BodgeMaster opened issue BodgeMaster/FOSS-VG#39
lib/nbt: Test failure and partially missing test for NBT::helper::writeString()BodgeMaster commented on issue BodgeMaster/FOSS-VG#38
Build system: broken on NetBSD(Apart from that everything appears to work flawlessly. I’m impressed given that sockpp is supposedly made specifically with Linux in mind.)
BodgeMaster opened issue BodgeMaster/FOSS-VG#38
Build system: broken on NetBSDBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- adc9a7f36b tools/hexnet: prepare for multithreading
- b044503951 test/cli_argument_parser: get rid of useless parameters
- d97e1a8336 Build system: Use -Wextra
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 6baff11ebd test/cli_argument_parser: implement tests for generated error messages
- c9d6cf0b5e lib/cli: minor consistency changes
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#27
lib/cli: unit testscan’t edit from this browser, implemented test for produced error messages