Package: dmlc-core / 0.0~git20200912.bfad207-3

Metadata

Package Version Patches format
dmlc-core 0.0~git20200912.bfad207-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fall back to 5df8305.patch | (download)

.github/workflows/githubci.yml | 7 3 + 4 - 0 !
CMakeLists.txt | 7 1 + 6 - 0 !
Makefile | 6 5 + 1 - 0 !
README.md | 2 1 + 1 - 0 !
appveyor.yml | 5 5 + 0 - 0 !
doc/Doxyfile | 425 249 + 176 - 0 !
include/dmlc/base.h | 29 4 + 25 - 0 !
include/dmlc/data.h | 2 1 + 1 - 0 !
include/dmlc/logging.h | 118 62 + 56 - 0 !
include/dmlc/omp.h | 1 0 + 1 - 0 !
include/dmlc/parameter.h | 38 33 + 5 - 0 !
include/dmlc/registry.h | 2 1 + 1 - 0 !
make/config.mk | 3 3 + 0 - 0 !
scripts/s390x/Dockerfile | 29 15 + 14 - 0 !
scripts/test_script.sh | 9 4 + 5 - 0 !
src/io/hdfs_filesys.cc | 23 6 + 17 - 0 !
test/unittest/unittest_logging.cc | 43 2 + 41 - 0 !
test/unittest/unittest_param.cc | 15 11 + 4 - 0 !
test/unittest/unittest_thread_group.cc | 14 8 + 6 - 0 !
19 files changed, 414 insertions(+), 364 deletions(-)

---
soversion | (download)

CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---