Skip to content

Commit

Permalink
A simple Json implementation for future use. (#4708)
Browse files Browse the repository at this point in the history
* A simple Json implementation for future use.
  • Loading branch information
trivialfis authored Jul 30, 2019
1 parent 9b9e298 commit d2e1e4d
Show file tree
Hide file tree
Showing 7 changed files with 1,816 additions and 1 deletion.
4 changes: 3 additions & 1 deletion amalgamation/xgboost-all0.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2015 by Contributors.
* Copyright 2015-2019 by Contributors.
* \brief XGBoost Amalgamation.
* This offers an alternative way to compile the entire library from this single file.
*
Expand Down Expand Up @@ -66,6 +66,8 @@
#include "../src/common/common.cc"
#include "../src/common/host_device_vector.cc"
#include "../src/common/hist_util.cc"
#include "../src/common/json.cc"
#include "../src/common/io.cc"

// c_api
#include "../src/c_api/c_api.cc"
Expand Down
Loading

0 comments on commit d2e1e4d

Please sign in to comment.