1. 12 Sep, 2018 2 commits
    • Nikita Titov's avatar
      [ci] rebalanced Linux tests (#1663) · e17a28ec
      Nikita Titov authored
      * refined Travis tests
      
      * refined VSTS Linux part
      
      * cleanup
      
      * added possibility to test Clang at VSTS
      
      * simplified cp command
      e17a28ec
    • Nikita Titov's avatar
      [ci] rebalanced Windows tests (#1660) · c258cec7
      Nikita Titov authored
      * refined Appveyor
      
      * run all tests at Appveyor
      
      * refined VSTS Windows part
      
      * return back old MinGW version
      
      * fixed weird MinGW bug
      
      * don't test Python 3.7 at Windows
      
      * disable tree rendering at Appveyor
      
      * give names to scripts in VSTS Windows and artifacts parts
      c258cec7
  2. 10 Sep, 2018 1 commit
  3. 09 Sep, 2018 1 commit
    • Guolin Ke's avatar
      refine vsts-ci (#1653) · f44b60b6
      Guolin Ke authored
      * Fix CI (#1652)
      
      * Update .travis.yml
      
      * Update .appveyor.yml
      
      * only tags for build
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      f44b60b6
  4. 26 Aug, 2018 1 commit
    • Guolin Ke's avatar
      fix nuget (#1569) · fc7c75fc
      Guolin Ke authored
      * try to fix nuget
      
      * add exe copy
      
      * Update create_nuget.py
      
      * Update .vsts-ci.yml
      
      * add build folder
      
      * fix build folder
      
      * Update create_nuget.py
      
      * Update create_nuget.py
      
      * Update create_nuget.py
      
      * Update create_nuget.py
      
      * update version to test on nuget.org
      fc7c75fc
  5. 25 Aug, 2018 1 commit
  6. 12 Jul, 2018 1 commit
    • Guolin Ke's avatar
      add vsts ci (#1497) · 1437ce8b
      Guolin Ke authored
      * fix bugs
      
      * many fixes
      
      * remove duplicate lines
      
      * test for mingw
      
      * Not nuget in appveyor
      
      * remove mingw build
      
      * Update test.sh
      
      * Update test.sh
      
      * Update test.sh
      
      * fixed macOS wheel name
      
      * don't run docs test at VSTS
      
      * made nuget creating script directory independent
      1437ce8b
  7. 29 Jun, 2018 2 commits
  8. 22 Jun, 2018 1 commit
  9. 16 Mar, 2018 1 commit
  10. 05 Jun, 2017 1 commit
    • Guolin Ke's avatar
      Compile R package by custom tool chain. (#584) · f98d75fc
      Guolin Ke authored
      * add R's library file to vs project and cmake.
      
      * support using dll built by vs.
      
      * better search for the library file.
      
      * remove mingw related doc .
      
      * update document.
      
      * Let R handle the library compile.
      
      * try fix build from github.
      
      * Update README.md
      
      * cleaner build.
      
      * fix the install problem in linux.
      
      * Update README.md
      f98d75fc
  11. 30 May, 2017 1 commit
  12. 11 Jan, 2017 1 commit
    • Kirill Sevastyanenko's avatar
      Stylistic changes r package (#184) · 2035c54b
      Kirill Sevastyanenko authored
      * src & callbacks
      
      * lgb.Booster and utils
      
      * cv
      
      * wip lgb.Dataset
      
      * lgb.Dataset
      
      * lgb.Predictor
      
      * lgb.train
      
      * typos
      
      * add flags to facilitate macosx compilation
      
      * fix basic_string template error with clang
      
      * most unfortunate mode of development
      
      * fixup tests
      
      * last test
      
      * roxygen
      
      * roxygen v5.x.x
      2035c54b
  13. 08 Jan, 2017 1 commit
    • Guolin Ke's avatar
      R package (#168) · 551d59ca
      Guolin Ke authored
      * finish R's c_api
      
      * clean code
      
      * fix sizeof pointer in 32bit system.
      
      * add predictor class
      
      * add Dataset class
      
      * format code
      
      * add booster
      
      * add type check for expose function
      
      * add a simple callback
      
      * add all callbacks
      
      * finish the basic training logic
      
      * update docs
      
      * add an simple training interface
      
      * add basic test
      
      * adapt the changes in c_api
      
      * add test for Dataset
      
      * add test for custom obj/eval functions
      
      * fix python test
      
      * fix bug in metadata init
      
      * fix R CMD check
      551d59ca