1. 16 Nov, 2020 1 commit
  2. 02 Nov, 2020 1 commit
    • bdenhollander's avatar
      Fix 4GB memory check (#2909) · 83dcb4e2
      bdenhollander authored
      4*(1<<30) evaluates to 0 so the check returns true on 2GB cards. Test runs fine on 2GB cards but requires over 4GB of system memory.
      83dcb4e2
  3. 23 Oct, 2020 1 commit
  4. 19 Oct, 2020 1 commit
  5. 08 Oct, 2020 1 commit
  6. 25 Sep, 2020 1 commit
  7. 24 Sep, 2020 2 commits
  8. 23 Sep, 2020 2 commits
  9. 16 Sep, 2020 2 commits
  10. 10 Sep, 2020 1 commit
  11. 04 Sep, 2020 1 commit
  12. 03 Sep, 2020 2 commits
  13. 02 Sep, 2020 1 commit
  14. 29 Aug, 2020 1 commit
  15. 28 Aug, 2020 1 commit
  16. 20 Aug, 2020 1 commit
  17. 18 Aug, 2020 1 commit
  18. 12 Aug, 2020 1 commit
  19. 09 Aug, 2020 1 commit
  20. 08 Aug, 2020 1 commit
  21. 30 Jul, 2020 1 commit
  22. 29 Jul, 2020 1 commit
  23. 28 Jul, 2020 2 commits
  24. 24 Jul, 2020 2 commits
  25. 22 Jul, 2020 1 commit
  26. 20 Jul, 2020 2 commits
  27. 16 Jul, 2020 3 commits
  28. 15 Jul, 2020 1 commit
  29. 13 Jul, 2020 2 commits
  30. 02 Jul, 2020 1 commit
    • peastman's avatar
      Use Python 3.6 for Mac build (#2764) · ac5a8f71
      peastman authored
      * Use Python 3.8 for Mac build
      
      * Another attempt at getting the Mac build to use Python 3
      
      * Fixed syntax error
      
      * More attempts at getting Python 3 on Mac
      
      * More attempts at getting Python 3 on Mac
      
      * More attempts at getting Python 3 on Mac
      
      * More attempts at getting Python 3 on Mac
      ac5a8f71