1. 05 Dec, 2019 2 commits
  2. 03 Dec, 2019 1 commit
    • ashok-ponnuswami-msft's avatar
      LightGBM would hang on MPI run if only some nodes have a fatal error. (#2600) · 61292080
      ashok-ponnuswami-msft authored
      * LightGBM would hang on MPI run if only some nodes have a fatal error. The issue is that the destructor of Application calls MPI_Finalize(), which will cause the program to hand and prevent from exiting. So we move the network finalization out of the destructor and call MPI_Finalize() or MPI_Abort() based on whether there was an unhandled exception.
      
      * Minor updates: Remove excess debug logging, whitespaces.
      
      * Add comments for new functions.
      61292080
  3. 02 Dec, 2019 1 commit
  4. 01 Dec, 2019 1 commit
  5. 30 Nov, 2019 1 commit
  6. 29 Nov, 2019 2 commits
  7. 28 Nov, 2019 1 commit
  8. 25 Nov, 2019 1 commit
  9. 22 Nov, 2019 2 commits
  10. 21 Nov, 2019 1 commit
  11. 19 Nov, 2019 1 commit
  12. 16 Nov, 2019 2 commits
    • James Lamb's avatar
      [R-package][ci] Added more R linters (fixes #2477) (#2533) · 1f7b06b9
      James Lamb authored
      
      
      * Added more linters on R code
      
      * started working on implicit integers
      
      * finished style changes to handle implicit integers
      
      * regenned documentation and added concatenation linter
      
      * changed channel for r-lintr
      
      * try building stringi before lintr
      
      * trying to get libicui18n
      
      * trying another thing
      
      * trying conda-forge again
      
      * added re-install of stringi
      
      * uncommented other stages
      
      * Update .ci/test.sh
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * removed apt update and changed lintr version floor
      
      * get lintr from CRAN
      
      * R needs to come before C++ linting
      
      * testing lintr install from CRAN
      
      * trying one more thing
      
      * more verbose
      
      * order might matter
      
      * removed commented code
      
      * cleaned up linting block in test.sh
      
      * grouped conda install calls and fixed a few integer array things
      1f7b06b9
    • Shaochen Shi's avatar
      Fix build error when HDFS is enabled. (#2540) · 11f9682b
      Shaochen Shi authored
      * Fix build error when HDFS is enabled.
      
      * Replace string with char array to eliminate cpplint.
      11f9682b
  13. 15 Nov, 2019 4 commits
  14. 13 Nov, 2019 1 commit
  15. 12 Nov, 2019 2 commits
  16. 11 Nov, 2019 2 commits
  17. 10 Nov, 2019 2 commits
  18. 08 Nov, 2019 1 commit
  19. 05 Nov, 2019 2 commits
  20. 04 Nov, 2019 1 commit
  21. 01 Nov, 2019 1 commit
  22. 27 Oct, 2019 3 commits
  23. 25 Oct, 2019 2 commits
  24. 24 Oct, 2019 3 commits