4jcraft/minecraft/nbt/include/nbt
MatthewBeshay 2a7e5dc1d4 refactor: migrate NBT storage to unique_ptr, remove -fpermissive
CompoundTag/ListTag now use unique_ptr internally, fixing multiple memory leaks in getCompound/getList/getAllTags and tag overwrite paths.
2026-03-31 13:27:00 +11:00
..
ByteArrayTag.h refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
ByteTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
com.mojang.nbt.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
CompoundTag.h refactor: migrate NBT storage to unique_ptr, remove -fpermissive 2026-03-31 13:27:00 +11:00
DoubleTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
EndTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
FloatTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
IntArrayTag.h refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
IntTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
ListTag.h refactor: migrate NBT storage to unique_ptr, remove -fpermissive 2026-03-31 13:27:00 +11:00
LongTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
NbtIo.h refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
ShortTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
StringTag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
Tag.h refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00