- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
d43ef67ed1
NBT: fix bug in readInt64, improve readability
-
ed429633e5
NBT Test: fix begin of data test for int64, remove irrelevant (and architecture-specific) suffixes
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#5
Either NBT::helper::readInt64 or Test BrokenImplemented `NBT::helper::readInt64` but I am neither confident in the function itself nor in the test.
BodgeMaster closed issue BodgeMaster/FOSS-VG#4
Implement NBT::helper::readInt32BodgeMaster closed issue BodgeMaster/FOSS-VG#3
Implement NBT::helper::readInt16BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
7c12a92b2a
NBT: implement the integer helper functions
-
12b4a8bb55
Tests: fix up alias and implement first tests
-
d37f5581c3
assert.h++: fix failure handling
-
c61aca5b72
assert.h++: simple ASSERT() macro
-
9b0d54165d
test.sh: add copyright notice (and fix a linking issue caused by argument order -_-)
- Compare 7 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#16
Build System: add a way to run them in single threaded mode for troubleshootingBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
e09fb6a61f
add test infrastructure, closing #11
-
274f18e693
Environment: fix LD_LIBRARY_PATH not being set correctly if it has a preexisting value
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#11
Testinginfrastructure for testing now in place
BodgeMaster closed issue BodgeMaster/FOSS-VG#2
Implement NBT::helper::readInt8BodgeMaster commented on issue BodgeMaster/FOSS-VG#10
MakefileJust realized that the makefile doesn't take project_setup into account.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
7dfa8365f8
Makefile: make the clean target do project clean and the mrproper target deep clean everything
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
a3d62b1fcb
Merge branch 'master' of https://lostcave.ddnss.de/git/BodgeMaster/FOSS-VG
-
4f760f44be
NBT: Implement readInt8 helper closing #2
-
12e9533772
apparently that's not how cpp works (I stole it from somewhere lol)
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
8594f4cbb0
NBT: Fix ambiguity between int types and bool when calling the ErrorOr<> constructor
-
83d606a2c7
Error: Add error codes to ErrorOr<> and add constructors
-
081035db32
expose helpers in the header, rename NBT::helpers to NBT::helper
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#15
Implement NBT::helpers::readInt64ArrayBodgeMaster opened issue BodgeMaster/FOSS-VG#14
Implement NBT::helpers::readInt32ArrayBodgeMaster opened issue BodgeMaster/FOSS-VG#13
Use Explicitly Sized Types for Floating Point NumbersBodgeMaster opened issue BodgeMaster/FOSS-VG#12
Implement NBT::helpers::readString