Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
switch to stable + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Mar 24, 2019
1 parent d2f6a75 commit 932192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/dmlc-core
Submodule dmlc-core updated 66 files
+0 −1 .gitignore
+0 −13 .travis.yml
+12 −88 CMakeLists.txt
+1 −6 Makefile
+0 −121 appveyor.yml
+0 −24 cmake/build_config.h.in
+0 −5 cmake/dmlc-config.cmake.in
+0 −15 cmake/gtest_cmake.in
+0 −16 doc/build.md
+0 −1 doc/index.md
+1 −57 include/dmlc/any.h
+24 −6 include/dmlc/base.h
+0 −35 include/dmlc/build_config.h
+1 −1 include/dmlc/concurrency.h
+5 −23 include/dmlc/endian.h
+0 −158 include/dmlc/filesystem.h
+0 −113 include/dmlc/io.h
+2 −3 include/dmlc/json.h
+21 −28 include/dmlc/logging.h
+1 −1 include/dmlc/optional.h
+6 −26 include/dmlc/parameter.h
+2 −6 include/dmlc/registry.h
+2 −2 include/dmlc/thread_group.h
+0 −3 make/config.mk
+1 −1 scripts/lint.py
+1 −1 scripts/packages.mk
+2 −0 scripts/travis/travis_osx_install.sh
+0 −14 scripts/travis/travis_script.sh
+0 −16 src/build_config.cc
+4 −28 src/data/csv_parser.h
+1 −1 src/data/libfm_parser.h
+1 −1 src/data/libsvm_parser.h
+312 −0 src/data/strtonum.h
+1 −0 src/io.cc
+1 −1 src/io/azure_filesys.h
+2 −32 src/io/filesys.cc
+128 −0 src/io/filesys.h
+1 −2 src/io/hdfs_filesys.h
+0 −3 src/io/indexed_recordio_split.h
+15 −28 src/io/input_split_base.cc
+1 −7 src/io/input_split_base.h
+0 −3 src/io/line_split.h
+28 −38 src/io/local_filesys.cc
+1 −1 src/io/local_filesys.h
+0 −3 src/io/recordio_split.h
+2 −4 src/io/s3_filesys.cc
+1 −1 src/io/s3_filesys.h
+4 −9 src/io/single_file_split.h
+1 −0 src/io/uri_spec.h
+1 −1 test/dmlc_test.mk
+1 −1 test/filesys_test.cc
+7 −8 test/strtonum_test.cc
+0 −1 test/unittest/.gitignore
+33 −59 test/unittest/CMakeLists.txt
+0 −1 test/unittest/build_config.h.in
+ test/unittest/sample.rec
+118 −117 test/unittest/unittest_inputsplit.cc
+1 −1 test/unittest/unittest_lockfree.cc
+2 −1 test/unittest/unittest_logging.cc
+7 −9 test/unittest/unittest_param.cc
+2 −56 test/unittest/unittest_parser.cc
+0 −77 test/unittest/unittest_tempdir.cc
+8 −30 test/unittest/unittest_thread_group.cc
+6 −13 tracker/dmlc_tracker/local.py
+0 −2 tracker/dmlc_tracker/opts.py
+2 −2 tracker/dmlc_tracker/tracker.py

0 comments on commit 932192b

Please sign in to comment.