1. 31 May, 2017 1 commit
  2. 16 Jan, 2017 1 commit
  3. 27 Dec, 2016 2 commits
  4. 09 Oct, 2016 1 commit
  5. 30 Sep, 2016 2 commits
  6. 11 Jun, 2016 1 commit
    • AbdealiJK's avatar
      setup.py: Don't fail if pip fails in cmake err msg · 8da4053c
      AbdealiJK authored
      When cmake is not found, the error message suggests what to do to
      install cmake. But if `distro` is not found and cannot be installed,
      the distro specific error message cannot be shown. Hence, we simply
      ignore this and continue on.
      
      Also, make the pip install quiet so that if there is an error message
      in that, the user does not get confused by it.
      8da4053c
  7. 09 Jun, 2016 1 commit
  8. 12 Feb, 2016 1 commit
  9. 11 Feb, 2016 1 commit
  10. 20 Jan, 2016 1 commit
    • Pau Gargallo's avatar
      Decode message only if encoding is known · 05e24715
      Pau Gargallo authored
      When python does not know the encoding of stdout, sys.stdout.encoding
      is None.  Then calling decode(None) raises an exception.  We just
      skip decoding when the encoding is unknown.
      05e24715
  11. 14 Jan, 2016 1 commit
  12. 28 Oct, 2015 1 commit
  13. 27 Oct, 2015 1 commit
  14. 29 Sep, 2015 2 commits
  15. 27 Sep, 2015 3 commits
  16. 28 Aug, 2015 1 commit
  17. 27 Aug, 2015 4 commits
  18. 25 Aug, 2015 1 commit
  19. 24 Aug, 2015 2 commits
  20. 23 Aug, 2015 1 commit
  21. 22 Aug, 2015 3 commits
  22. 21 Aug, 2015 8 commits