- 07 Jan, 2022 1 commit
-
-
Nikita Titov authored
* Update .appveyor.yml * Update VERSION.txt * Update cran-comments.md * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
- 28 Oct, 2021 1 commit
-
-
Nikita Titov authored
* Update _pkgdown.yml * Update .appveyor.yml * Update VERSION.txt * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
- 27 Oct, 2021 1 commit
-
-
James Lamb authored
* release v3.3.1 * update cran-comments * Auto-update configure Co-authored-by:
GitHub Actions Bot <githubactionsbot@users.noreply.github.com> Co-authored-by:
Nikita Titov <nekit94-12@hotmail.com>
-
- 09 Oct, 2021 2 commits
-
-
Nikita Titov authored
* Update .appveyor.yml * Update VERSION.txt * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
James Lamb authored
* v3.3.0 release * Auto-update configure * Update R-package/DESCRIPTION Co-authored-by:
GitHub Actions Bot <githubactionsbot@users.noreply.github.com> Co-authored-by:
Nikita Titov <nekit94-12@hotmail.com>
-
- 19 Aug, 2021 1 commit
-
-
James Lamb authored
* [R-package] fix OpenMP checking on macOS * adding clang flags back * fix detection on Mac * remove CC since it is now unused * use flags specific to C++11 * regenerate configure
-
- 18 Aug, 2021 1 commit
-
-
James Lamb authored
* [R-package] pass compiler flags to checks in configure * leave OpenMP check alone * prefer C++11 flags * install Matrix in valgrind tests * one less AC_LANG() call Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
- 12 Apr, 2021 2 commits
-
-
Nikita Titov authored
* Bump version for development * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
James Lamb authored
* v3.2.1 release * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
- 22 Mar, 2021 2 commits
-
-
Nikita Titov authored
* Update .appveyor.yml * Update cran-comments.md * Update VERSION.txt * update configure Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Guolin Ke authored
* Update VERSION.txt * update appveyor.yml and configure * fix Appveyor builds Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
StrikerRUS <nekit94-12@hotmail.com>
-
- 18 Jan, 2021 1 commit
-
-
James Lamb authored
* [R-package] enable use of trees with linear models at leaves (fixes #3319) * remove problematic pragmas * fix tests * try to fix build scripts * try fixing pragma check * more pragma checks * ok fix pragma stuff for real * empty commit * regenerate documentation * try skipping test * uncomment CI * add note on missing value types for R * add tests on saving and re-loading booster
-
- 09 Dec, 2020 1 commit
-
-
Nikita Titov authored
* Update VERSION.txt * Update .appveyor.yml * update configure and cran-comments Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 08 Dec, 2020 1 commit
-
-
James Lamb authored
Co-authored-by:StrikerRUS <nekit94-12@hotmail.com>
-
- 18 Nov, 2020 1 commit
-
-
Guolin Ke authored
* bump version for development * Update .appveyor.yml * fix typos in CRAN comments * update configure Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 16 Nov, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * update configure * Update .appveyor.yml * update cran-comments Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 01 Nov, 2020 1 commit
-
-
James Lamb authored
* [R-package] fix MM_PREFETCH and MM_MALLOC checks in configure.ac * update gitignore
-
- 31 Oct, 2020 1 commit
-
-
James Lamb authored
-
- 02 Sep, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * Update .appveyor.yml * remove 3.0-RC installation guide * Apply suggestions from code review * [R-package] bump version (#3345) Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 25 Aug, 2020 1 commit
-
-
James Lamb authored
* [R-package] [ci] Reduce manual effort for version updates * fix configure * remove useless comment * Update build_r.R Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> * fix recreate-configure check in CI Co-authored-by:
Guolin Ke <guolin.ke@outlook.com>
-
- 07 Aug, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * Update VERSION.txt * Update setup.py * Update VERSION.txt * Update setup.py * Update VERSION.txt * Update .appveyor.yml * Update DESCRIPTION * Apply suggestions from code review * Apply suggestions from code review * Update DESCRIPTION * Apply suggestions from code review * Create VERSION.txt * Apply suggestions from code review * Update .gitignore * Update recreate-configure.sh * Update test_r_package.sh * Update build-cran-package.sh * Delete VERSION.txt * Create VERSION.txt * Update main.yml * Update test_r_package_windows.ps1 * Update configure * Update test_r_package_windows.ps1 * Update test_r_package.sh * Delete VERSION.txt * Apply suggestions from code review * update configure.ac Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 29 Jul, 2020 1 commit
-
-
James Lamb authored
* [R-package] make package installable with CRAN toolchain (fixes #2960) * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * remove GPU stuff * use wildcard to find objects to build * use -lomp * build configure before moving files * using wildcard for objects * Update .github/workflows/main.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add explicit objects back * reduce allowed R CMD check NOTEs and catch stderr from build-cran-package on Windows * fixing things * pin autoconf version * show diff * add automake back * run less checks * command was in the wrong place * fix autoconf version * change strategy for handling configure * fix Rbuildignore * fix NOTEs * fix notes about unrecognized files * fixing extra files * remove USE_R35 * add OpenMP check for Mac CRAN build * run all checks * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * suggestions from code review * undo indenting * remove 03 from Makevars.win.in * update language about OpenMP in configure script * checking if configure.ac check works * add autoconf back * remove testing code in configure.ac * more fixes for CI on configure script * print git diff * add VERSION.txt when checking configure * fix relative paths * remove git diff Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-