1. 03 Mar, 2020 1 commit
  2. 01 Mar, 2020 1 commit
  3. 12 Jan, 2020 1 commit
  4. 13 Dec, 2019 1 commit
  5. 10 Nov, 2019 1 commit
  6. 27 Oct, 2019 1 commit
  7. 28 Sep, 2019 1 commit
  8. 17 Aug, 2019 1 commit
  9. 06 Aug, 2019 1 commit
  10. 31 Jul, 2019 1 commit
    • Alexander L. Hayes's avatar
      [docs] 📝 FAQ overhaul for linking to individual questions (#2293) · 04a56010
      Alexander L. Hayes authored
      * 📝 FAQ overhaul for Issue #2268
      
      Reformat "Contents" to use the `.. contents::` directive
      Reword "Critical" into "Critical Issues"
      Reformat "Critical" section to define "critical issues"
      Reformat FAQ sections to follow a new format
      Reformat FAQ sections so individual questions have links
      
      All sections now follow a new format (below).
      A "frequently asked question" may also include a possible
      cause and a solution (if the two are not obvious from
      the context):
      
      ```rst
      Section Title
      =============
      
      .. contents::
        :local:
        :backlinks: none
      
      1. Question 1
      -------------
      
      **Possible Cause**: This is likely due to...
      
      **Solution**: Fix with...
      ```
      
      * ️ Correcting typos and links
      
      Add period to `2. Error messages: ....`
      Fix links to FAQ in Installation-Guide.rst
      
      * ️ Removing FAQ link and correcting `python-package` README
      
      Drop general FAQ link in `Installation-Guide.rst`
      Add FAQ question links to `python-package/README.rst`
      04a56010
  11. 08 May, 2019 1 commit
  12. 30 Apr, 2019 1 commit
  13. 29 Apr, 2019 1 commit
  14. 11 Apr, 2019 1 commit
  15. 26 Mar, 2019 1 commit
  16. 20 Feb, 2019 1 commit
  17. 03 Feb, 2019 1 commit
  18. 26 Jan, 2019 1 commit
  19. 18 Jan, 2019 1 commit
  20. 08 Dec, 2018 1 commit
  21. 05 Nov, 2018 1 commit
  22. 30 Oct, 2018 1 commit
  23. 05 Sep, 2018 1 commit
  24. 29 Aug, 2018 1 commit
  25. 23 Aug, 2018 1 commit
  26. 13 Aug, 2018 1 commit
    • Nikita Titov's avatar
      [ci] added tests with Clang/AppleClang compilation at Travis (#1522) · ad7738ac
      Nikita Titov authored
      * added clang test
      
      * hotfix
      
      * downgrade required AppleCLang version
      
      * fixed CMakeLists
      
      * prevent case when CMake is downgraded by libomp
      
      * fixed Clang test
      
      * moved MSVC version check to the better place
      
      * compile with Clang at Travis on Linux
      
      * clear .travis.yml
      
      * fixed indents
      
      * added support of MPI test at Travis with macOS
      
      * added FAQ entry about OpenMP library error
      
      * updated installation guide
      
      * moved APPLE_OUTPUT_DYLIB to other options
      
      * fix check-docs test: ignore old url from error message
      
      * added example of symlink command in FAQ
      
      * fixed markdown
      
      * capitalized heading
      
      * updated Python installation guide
      
      * changed mode in message command
      
      * added notes about MinGW efficiency problems
      
      * updated R-package installation guide
      
      * use quotes for gcc version
      
      * removed excess 'Note' phrase
      ad7738ac
  27. 14 Jul, 2018 1 commit
  28. 13 Jul, 2018 1 commit
  29. 12 Jul, 2018 2 commits
  30. 20 Jun, 2018 1 commit
  31. 09 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [ci] bring GPU tests back to Travis (#1428) · 2656b1dd
      Nikita Titov authored
      * bring gpu tests back
      
      * corrected docs according to the news that AMD drops the support of AMD APP SDK
      
      * replaced link to AMD APP SDK
      
      * fixed downloading AMD APP SDK from GitHub without auth
      
      * fixed path tp AMD APP SDK in docs
      
      * removed exports
      
      * clarify AMD APP SDK package installation condition
      2656b1dd
  32. 22 May, 2018 1 commit
  33. 10 May, 2018 1 commit
  34. 28 Feb, 2018 1 commit
  35. 11 Feb, 2018 1 commit
  36. 07 Feb, 2018 1 commit
  37. 31 Dec, 2017 1 commit
    • Nikita Titov's avatar
      [python] added option to install python-package with mpi version and... · c97abff4
      Nikita Titov authored
      [python] added option to install python-package with mpi version and possibility to pass CMake options (#1034)
      
      * fixed hierarchy of installation guide sections; made installation with proto support more verbose
      
      * added option to install with protobuf support to python package
      
      * fixed pylint
      
      * added option to install MPI version to python package
      
      * added tests for python-package installation with options --proto and --mpi
      
      * hotfix
      
      * removed unnecessary note from docs
      
      * removed unnecessary line from travis script
      
      * reverted proto
      
      * Revert "reverted proto"
      
      This reverts commit 5203448bb90a13844cf330527ca971eabb45a4a8.
      
      * reverted protobuf from python-package
      
      * added options for cmake in python-package
      
      * fixed typos
      
      * fixed options readability
      
      * reworked installation logging
      
      * fixed docs according to review comments
      
      * fixed pylint
      
      * fixed space in log path
      c97abff4
  38. 16 Dec, 2017 1 commit
  39. 29 Nov, 2017 1 commit
    • Nikita Titov's avatar
      [ci] [docs] compilation on macOS (#1088) · d51f2b4f
      Nikita Titov authored
      * updated travis
      
      * renamed OSX->macOS; updated gcc installation on macOS
      
      * updated travis macos installation
      
       Please enter the commit message for your changes. Lines starting
      
      * updated installation guide for macos
      
      * fixed spelling
      
      * renamed appveyor file
      
      * updated Travis
      d51f2b4f