forked from dmlc/xgboost
-
Notifications
You must be signed in to change notification settings - Fork 0
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
+4 −0 | .travis.yml | |
+345 −0 | include/dmlc/any.h | |
+116 −0 | include/dmlc/array_view.h | |
+10 −1 | include/dmlc/base.h | |
+134 −7 | include/dmlc/json.h | |
+261 −0 | include/dmlc/memory.h | |
+1 −0 | include/dmlc/registry.h | |
+77 −0 | include/dmlc/thread_local.h | |
+1 −1 | make/dmlc.mk | |
+3 −2 | scripts/lint.py | |
+1 −0 | scripts/travis/travis_script.sh | |
+68 −0 | test/unittest/unittest_any.cc | |
+20 −0 | test/unittest/unittest_array_view.cc | |
+24 −0 | test/unittest/unittest_json.cc | |
+14 −6 | tracker/dmlc_tracker/ssh.py | |
+9 −9 | tracker/dmlc_tracker/tracker.py |