- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
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::readStringBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
ab920a114b
comply with code style guidelines, also minor fix to them
-
2b51cdb9cc
Merge branch 'master' of https://lostcave.ddnss.de/git/BodgeMaster/FOSS-VG
-
9b58d165c0
We have a suitable string type for UTF-8 now.
-
6d6b0dae5a
add warranty disclaimer
- Compare 4 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#9
Implement NBT::helpers::readByteArrayBodgeMaster opened issue BodgeMaster/FOSS-VG#8
Implement NBT::helpers::readFloat64BodgeMaster opened issue BodgeMaster/FOSS-VG#7
Implement NBT::helpers::readFloat32