index
:
Project-Tick
dependabot/cargo/ofborg/cargo-6413d30b2c
dependabot/github_actions/github-actions-37d761dd54
dependabot/gradle/forgewrapper/gradle-f4fe71422a
dependabot/npm_and_yarn/ci/github-script/npm_and_yarn-026824b8a2
dependabot/npm_and_yarn/ofborg/ofborg-viewer/npm_and_yarn-4d6535e57e
dependabot/pip/json4cpp/docs/mkdocs/mkdocs-redirects-1.2.3
dependabot/pip/meta/certifi-2026.2.25
dependabot/pip/meta/charset-normalizer-3.4.7
dependabot/pip/meta/pip-2355f07891
dependabot/pip/meta/requests-2.33.1
dependabot/pip/meta/soupsieve-2.8.3
dependabot/submodules/cgit/git-2855562
gh-pages
master
Project Tick is a project dedicated to providing developers with ease of use and users with long-lasting software.
Mehmet Samet Duman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
NOISSUE reformat libnbtplusplus to new MeshMC clang format rules
Mehmet Samet Duman
3 days
7
-1357
/
+1438
*
feat: Update test/test_value.h
YongDo-Hyun
9 days
1
-1
/
+1
*
feat: Update test/test_value.h
YongDo-Hyun
9 days
1
-1
/
+1
*
feat: Update test/test_value.h
YongDo-Hyun
9 days
1
-1
/
+1
*
feat: Update test/test_value.h
YongDo-Hyun
9 days
1
-1
/
+1
*
feat: add numeric tag creation methods and corresponding tests for value assi...
YongDo-Hyun
9 days
3
-40
/
+37
*
fix: reset value before each assignment in test_value.cpp for clarity
YongDo-Hyun
9 days
1
-0
/
+4
*
fix: prevent widening of stored tag type in value assignment; update test out...
YongDo-Hyun
9 days
2
-3
/
+6
*
feat: add local test executable and improve JSON string escaping - Added opti...
YongDo-Hyun
9 days
3
-2
/
+62
*
chore: comply with reuse
DioEgizio
2026-02-01
20
-0
/
+80
*
Implement tag 12 (array of 64bit long) and fix tests
Petr Mrázek
2020-06-07
7
-50
/
+216
*
Make zlib optional, adapt for including
Petr Mrázek
2015-09-23
3
-6
/
+19
*
Only search CxxTest when NBT_BUILD_TESTS is on
ljfa
2015-09-22
1
-0
/
+2
*
Make the inflate_streambuf rewind the input
ljfa
2015-09-21
2
-0
/
+21
*
Add tests for reading and writing gzipped tags
ljfa
2015-09-21
3
-2
/
+31
*
Create zlib_streambuf base class
ljfa
2015-09-21
1
-1
/
+0
*
Make close honor the exceptions mask
ljfa
2015-09-21
1
-7
/
+23
*
Add test for writing to a closed ozlibstream
ljfa
2015-09-21
1
-0
/
+12
*
More assertions
ljfa
2015-09-21
1
-0
/
+4
*
Create ozlibstream::close method
ljfa
2015-09-21
1
-1
/
+6
*
Merge branch 'zlibstream'
ljfa-ag
2015-09-20
1
-17
/
+99
|
\
|
*
Add more tests for deflating
ljfa-ag
2015-09-20
1
-0
/
+58
|
*
Implement ozlibstream
ljfa-ag
2015-09-20
1
-0
/
+20
|
*
Change operator>> to read for test_inflate_corrupt
ljfa-ag
2015-09-16
1
-4
/
+6
|
*
Change stringbuf to string for bigtest
ljfa-ag
2015-09-16
1
-13
/
+15
*
|
Merge branch 'zlibstream'
ljfa-ag
2015-09-15
2
-0
/
+17
|
\
|
|
*
Moving and copying is disabled for ozlibstream too
ljfa-ag
2015-09-15
1
-0
/
+1
|
*
Add test for inflating zlib data
ljfa-ag
2015-09-15
2
-0
/
+16
*
|
Make test_visitor more accurate
ljfa-ag
2015-09-15
1
-35
/
+24
*
|
Make sure testfiles are copied for all tests that need them
ljfa-ag
2015-09-15
1
-3
/
+10
*
|
Merge branch 'zlibstream'
ljfa-ag
2015-09-15
4
-0
/
+118
|
\
|
|
*
Add tests for corrupted input data
ljfa-ag
2015-09-15
3
-4
/
+25
|
*
Add tests for different buffer sizes
ljfa-ag
2015-09-15
1
-16
/
+58
|
*
Enable exceptions flag in test
ljfa-ag
2015-09-15
1
-1
/
+2
|
*
Change test a bit
ljfa-ag
2015-09-15
1
-2
/
+4
|
*
Add zlib dependency
ljfa-ag
2015-09-14
1
-1
/
+1
|
*
Add test case for izlibstream
ljfa-ag
2015-09-14
2
-0
/
+52
*
|
Fix ambiguities and missing default constructor
ljfa
2015-09-13
1
-8
/
+8
|
/
*
Change some exception types thrown by tag_list
ljfa-ag
2015-09-05
1
-10
/
+10
*
Fix sign-compare warnings in tests
ljfa-ag
2015-09-02
3
-14
/
+14
*
Remove microtest.h
ljfa-ag
2015-09-02
2
-34
/
+0
*
Make write_test use CxxTest
ljfa-ag
2015-08-20
3
-258
/
+249
*
Make read_test use CxxTest
ljfa-ag
2015-08-20
3
-230
/
+217
*
Make endian_str_test use CxxTest
ljfa-ag
2015-08-20
3
-183
/
+176
*
Make nbttest use CxxTest
ljfa-ag
2015-08-20
3
-498
/
+478
*
Set failbit on ostream in case of error
ljfa
2015-08-13
1
-2
/
+18
*
Add io::read_tag and write_tag functions
ljfa
2015-08-13
2
-9
/
+7
*
Add tests for writing bigtest
ljfa-ag
2015-08-12
1
-5
/
+45
*
Add tests for writing tag payloads
ljfa-ag
2015-08-12
1
-0
/
+114
*
Add basic tests for stream_writer in little endian
ljfa-ag
2015-08-12
1
-0
/
+24
[next]