This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dmlc-core
updated
16 files
+2 −2 | .github/workflows/githubci.yml | |
+1 −5 | Makefile | |
+1 −1 | README.md | |
+0 −5 | appveyor.yml | |
+176 −249 | doc/Doxyfile | |
+25 −4 | include/dmlc/base.h | |
+1 −1 | include/dmlc/data.h | |
+56 −62 | include/dmlc/logging.h | |
+1 −0 | include/dmlc/omp.h | |
+5 −33 | include/dmlc/parameter.h | |
+1 −1 | include/dmlc/registry.h | |
+0 −3 | make/config.mk | |
+5 −4 | scripts/test_script.sh | |
+41 −2 | test/unittest/unittest_logging.cc | |
+4 −11 | test/unittest/unittest_param.cc | |
+6 −8 | test/unittest/unittest_thread_group.cc |