Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
NBT Parsing Library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cth451
NBT Parsing Library
Commits
master
Switch branch/tag
nbtp
19 Jan, 2021
6 commits
meta: bump sover to 0.2
· ccdc0421
cth451
authored
Jan 18, 2021
ccdc0421
meta: bump ver 0.2.0
· 19c9e517
cth451
authored
Jan 18, 2021
19c9e517
tag test: check for specific ListTypeUnmatchException
· 37904f08
cth451
authored
Jan 18, 2021
37904f08
link tests statically on windows
· 2eb952e6
cth451
authored
Jan 18, 2021
2eb952e6
windows wants %lld when printing int64
· b889dc5a
cth451
authored
Jan 18, 2021
b889dc5a
conversion: fix long inversion
· b7cb24e3
cth451
authored
Jan 18, 2021
b7cb24e3
18 Jan, 2021
5 commits
pybind11 should also link static lib on windows
· f80296d6
cth451
authored
Jan 18, 2021
f80296d6
endian conversion on msys2
· d0e4dfdf
cth451
authored
Jan 18, 2021
d0e4dfdf
cmake: link against ws2_32 on windows (even with g++)
· 0f5aef86
cth451
authored
Jan 18, 2021
0f5aef86
Windows hacks for building on msys2
· 7071fb0e
cth451
authored
Jan 18, 2021
7071fb0e
remove dangling boost includes
· 74d96ad6
cth451
authored
Jan 18, 2021
74d96ad6
22 Dec, 2020
1 commit
standardize error handling
· d6562dc8
cth451
authored
Dec 22, 2020
d6562dc8
21 Dec, 2020
3 commits
furthur remove ref to boost
· 87b76a4d
cth451
authored
Dec 21, 2020
87b76a4d
decouple boost from main libraries
· 3af6fb2b
cth451
authored
Dec 21, 2020
3af6fb2b
mass reformat
· b16fe0d7
cth451
authored
Dec 21, 2020
b16fe0d7
19 Dec, 2020
12 commits
README: bump
· 928d8924
cth451
authored
Dec 18, 2020
928d8924
bump patch version
· be31220d
cth451
authored
Dec 18, 2020
be31220d
pynbtp: allow List construction by Type
· 3d2e4d38
cth451
authored
Dec 18, 2020
3d2e4d38
pybind11: submodule bump to 2.6.1
· 9f4b1053
cth451
authored
Dec 18, 2020
9f4b1053
pynbtp: enable __copy__, allow removal from Compound and List
· 8b9dc9d5
cth451
authored
Dec 18, 2020
8b9dc9d5
Replace virtual with override
· 6970e065
cth451
authored
Dec 18, 2020
6970e065
remove declaration in TypedList derived tags, and use the ones in TypedList instead
· e4c3aba8
cth451
authored
Dec 18, 2020
e4c3aba8
BytesTag: add copy and move
· 0ffc02cc
cth451
authored
Dec 18, 2020
0ffc02cc
ListTag: implement deep copy
· 49b6d0ac
cth451
authored
Dec 18, 2020
49b6d0ac
CompoundTag: add copy and move constructors
· 5de653fc
cth451
authored
Dec 18, 2020
5de653fc
SingleValuedTag: explicitly declare copy and move
· c2652ef1
cth451
authored
Dec 17, 2020
c2652ef1
TagIO: add missing import
· 9a32b02b
cth451
authored
Dec 17, 2020
9a32b02b
21 Sep, 2020
2 commits
implement custom exception
· 6d51f95e
cth451
authored
Sep 21, 2020
6d51f95e
Let CMake handle so ver
· 0be6d989
cth451
authored
Sep 21, 2020
0be6d989
11 Jul, 2020
1 commit
cmake: allow building with system pybind11
· 62671d1c
cth451
authored
Jul 10, 2020
62671d1c
18 May, 2020
3 commits
Add header to vs shits
· 6a31f092
cth451
authored
May 18, 2020
6a31f092
use windows native ssize_t instead of crude define
· f6fef7c1
cth451
authored
May 18, 2020
f6fef7c1
Static link runtime library on windows
· 3a22cc66
cth451
authored
May 18, 2020
3a22cc66
17 May, 2020
7 commits
at least get the static library going
· b03520a3
cth451
authored
May 17, 2020
b03520a3
ignore VS bullshits
· ff037c61
cth451
authored
May 17, 2020
ff037c61
pragma so that msvc knows how to link
· 1408a1f8
cth451
authored
May 17, 2020
1408a1f8
define ssize_t to uint64_t on windows
· d09a5955
cth451
authored
May 17, 2020
d09a5955
apparently windows wants ws2_32
· fe16b558
cth451
authored
May 17, 2020
fe16b558
apprently windows does not like the idea of dyn link
· f9e19f7c
cth451
authored
May 17, 2020
f9e19f7c
assume windows runs on little endian
· af01e580
cth451
authored
May 17, 2020
af01e580