"vscode:/vscode.git/clone" did not exist on "d7f8aa53b8be5212887e97e474c90bc5d8beac19"
  1. 09 Nov, 2020 2 commits
  2. 08 Nov, 2020 3 commits
  3. 07 Nov, 2020 2 commits
  4. 06 Nov, 2020 5 commits
  5. 05 Nov, 2020 1 commit
  6. 01 Nov, 2020 3 commits
  7. 31 Oct, 2020 1 commit
  8. 30 Oct, 2020 6 commits
  9. 29 Oct, 2020 1 commit
  10. 28 Oct, 2020 2 commits
  11. 27 Oct, 2020 3 commits
  12. 26 Oct, 2020 3 commits
  13. 23 Oct, 2020 1 commit
  14. 22 Oct, 2020 1 commit
  15. 20 Oct, 2020 1 commit
  16. 18 Oct, 2020 3 commits
    • Anshu Trivedi's avatar
    • James Lamb's avatar
      [ci] [R-package] Fix memory leaks found by valgrind (#3443) · 81d76113
      James Lamb authored
      
      
      * fix int64 write error
      
      * attempt
      
      * [WIP] [ci] [R-package] Add CI job that runs valgrind tests
      
      * update all-successful
      
      * install
      
      * executable
      
      * fix redirect stuff
      
      * Apply suggestions from code review
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      
      * more flags
      
      * add mc to msvc proj
      
      * fix memory leak in mc
      
      * Update monotone_constraints.hpp
      
      * Update r_package.yml
      
      * remove R_INT64_PTR
      
      * disable openmp
      
      * Update gbdt_model_text.cpp
      
      * Update gbdt_model_text.cpp
      
      * Apply suggestions from code review
      
      * try to free vector
      
      * free more memories.
      
      * Update src/boosting/gbdt_model_text.cpp
      
      * fix using
      
      * try the UNPROTECT(1);
      
      * fix a const pointer
      
      * fix Common
      
      * reduce UNPROTECT
      
      * remove UNPROTECT(1);
      
      * fix null handle
      
      * fix predictor
      
      * use NULL after free
      
      * fix a leaking in test
      
      * try more fixes
      
      * test the effect of tests
      
      * throw exception in Fatal
      
      * add test back
      
      * Apply suggestions from code review
      
      * commet some tests
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * trying to comment out tests
      
      * Update openmp_wrapper.h
      
      * Apply suggestions from code review
      
      * Update configure
      
      * Update configure.ac
      
      * trying to uncomment
      
      * more comments
      
      * more uncommenting
      
      * more uncommenting
      
      * fix comment
      
      * more uncommenting
      
      * uncomment fully-commented out stuff
      
      * try uncommenting more dataset tests
      
      * uncommenting more tests
      
      * ok getting closer
      
      * more uncommenting
      
      * free dataset
      
      * skipping a test, more uncommenting
      
      * more skipping
      
      * re-enable OpenMP
      
      * allow on OpenMP thing
      
      * move valgrind to comment-only job
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * changes from code review
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * linting
      
      * issue comments too
      
      * remove issue_comment
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      81d76113
    • James Lamb's avatar
      [ci] ignore R CMD CHECK warnings on new R version (#3468) · c182555d
      James Lamb authored
      * [ci] ignore R CMD CHECK warnings on new R version
      
      * just update version
      c182555d
  17. 17 Oct, 2020 2 commits