1. 30 Aug, 2016 2 commits
  2. 29 Aug, 2016 3 commits
  3. 27 Aug, 2016 5 commits
  4. 26 Aug, 2016 2 commits
  5. 23 Aug, 2016 1 commit
  6. 22 Aug, 2016 1 commit
    • MerryMage's avatar
      dyncom: Read-after-write in SMLA · 15b2eec4
      MerryMage authored
      In the case when RD === RN, RD was updated before AddOverflow was called
      to check for an overflow, resulting in an incorrect state of the Q flag.
      15b2eec4
  7. 16 Aug, 2016 2 commits
  8. 14 Aug, 2016 1 commit
  9. 13 Aug, 2016 1 commit
  10. 08 Aug, 2016 1 commit
  11. 04 Aug, 2016 1 commit
    • James Rowe's avatar
      CMake: Fix for QT 5.7 overwriting -std=c++1y flag · a976c2e3
      James Rowe authored
      In QT 5.7 they added a new check for CXX features which appends a minimum
      required standard to the CXX_FLAGS. Because we were writing the flag
      directly previously, cmake assumed it needed to add a c++11 flag to the
      build. This tells cmake to use c++14 on every build.
      a976c2e3
  12. 02 Aug, 2016 1 commit
  13. 29 Jul, 2016 2 commits
  14. 28 Jul, 2016 4 commits
  15. 26 Jul, 2016 2 commits
    • bunnei's avatar
      Merge pull request #1966 from dwhinham/info_plist_fix · c523ff2a
      bunnei authored
      CMake: Fix Info.plist template for citra_qt/OSX
      c523ff2a
    • Andy Tran's avatar
      Travis Build: OS X Startup Crash Fix (#1962) · f8f67221
      Andy Tran authored
      * Travis: Mac OS X Build Fix
      
      Addresses the issue of the nightly builds crashing on OS X. In short,
      the changes needed were to rename the references within the binaries in
      order to make the app “self-contained”.
      
      * Travis: Mac OS X Terminal
      
      Launches citra with a terminal (instead of going straight for the QT
      application, skipping the debugging terminal).
      
      * Travis: Clean Up Lines
      
      * Travis: Fix of EOL Issue
      
      * Travis: Merge Fixes from Build Branch
      
      * Travis: Forward OS X Arguments
      
      * Travis: Forward OS X Arg x2
      
      The issue is, is that sure “open citra-qt.app —args test” works, but
      drag and drop doesn’t!
      
      * Travis: Something needed to be escaped
      f8f67221
  16. 25 Jul, 2016 1 commit
  17. 23 Jul, 2016 6 commits
  18. 21 Jul, 2016 3 commits
  19. 15 Jul, 2016 1 commit