1. 16 Dec, 2019 1 commit
    • DonLakeFlyer's avatar
      · ecc7a84c
      DonLakeFlyer authored
      64 bit fixes
      ecc7a84c
  2. 15 Dec, 2019 1 commit
    • DonLakeFlyer's avatar
      · 5f208dd6
      DonLakeFlyer authored
      Move to 64 bit, MSVC 2017
      5f208dd6
  3. 30 Aug, 2019 1 commit
    • Don Gagne's avatar
      · 091fd77e
      Don Gagne authored
      Better build files for android bitness including #define tagging
      091fd77e
  4. 29 Aug, 2019 1 commit
    • Don Gagne's avatar
      · 086665b5
      Don Gagne authored
      Android gstreamer bitness
      086665b5
  5. 27 Aug, 2019 3 commits
    • Don Gagne's avatar
      · 2a3ee083
      Don Gagne authored
      Fix QMAKE_CXXFLAGS += usage
      2a3ee083
    • Don Gagne's avatar
      · 96a12295
      Don Gagne authored
      Turn off new compiler warning
      96a12295
    • Don Gagne's avatar
      · 4b888968
      Don Gagne authored
      Updates for Qt 5.12 and 64 bit
      4b888968
  6. 22 Aug, 2019 1 commit
  7. 16 Aug, 2019 1 commit
  8. 09 May, 2019 1 commit
  9. 01 May, 2019 1 commit
  10. 13 Mar, 2019 1 commit
  11. 07 Jan, 2019 1 commit
  12. 27 Dec, 2018 2 commits
  13. 19 Dec, 2018 1 commit
  14. 13 Dec, 2018 1 commit
  15. 15 Oct, 2018 1 commit
  16. 01 Oct, 2018 1 commit
    • Don Gagne's avatar
      · e07b730b
      Don Gagne authored
      Add support for specifying fixed RTK base position
      e07b730b
  17. 28 Sep, 2018 1 commit
  18. 13 Jan, 2018 1 commit
  19. 31 Dec, 2017 1 commit
  20. 19 Oct, 2017 1 commit
  21. 20 Apr, 2017 1 commit
  22. 17 Apr, 2017 2 commits
  23. 27 Feb, 2017 1 commit
  24. 27 Jan, 2017 1 commit
  25. 27 Nov, 2016 2 commits
  26. 26 Sep, 2016 1 commit
  27. 19 Sep, 2016 1 commit
  28. 18 Sep, 2016 2 commits
  29. 14 Sep, 2016 1 commit
  30. 31 Aug, 2016 1 commit
  31. 30 Aug, 2016 1 commit
  32. 01 Aug, 2016 1 commit
  33. 10 Jul, 2016 1 commit
  34. 25 Jun, 2016 1 commit
    • Nate Weibley's avatar
      Ccache test for #3614 (#3631) · b6f76e2a
      Nate Weibley authored
      * travis-ci try ccache on OSX and android
      
      * travis-ci ccache stats
      
      * try again
      
      * Attempt to prepend ccache to qmake command
      
      * Test enabling ccache for ios too
      
      * Deploy ccache from S3 per @dagar
      
      * Revert "Test enabling ccache for ios too"
      
      It was a nice thought.
      
      This reverts commit 7e7aeb367696ee9c8abc5cc8122dcd35196d96bb.
      
      * Try to optimally set the number of make jobs
      
      * Fix job estimation and disable ccache on android
      
      * Android: reenable ccache and disable parallel jobs
      
      * Check if android build passes with 4 workers
      
      * Try to parallelize xcodebuild too
      
      * Give mac builders an extra worker and pretty up the ios build output
      
      * Add make output filtering with correct exit code, no sudo or ccache on ios build
      
      * Try wrapping ccache to enable use on xcodebuild
      
      * Make ios ccache helpers executable
      
      * Turn back on pretty printing for IOS
      
      * Show some ccache stats on IOS build to see if we're getting hits
      
      * Change android build OS type to linux
      
      * Require trusty for android build
      
      * Require sudo for android so we get trusty
      
      * Maybe this will function properly on edge?
      
      * Try to use stripped binary bzips
      
      * Screw it! Run android on precise again
      
      * Back to the original android build configuration. I give up
      b6f76e2a