Skip to content
Snippets Groups Projects
  1. Sep 01, 2016
  2. Aug 30, 2016
  3. Aug 29, 2016
  4. Aug 27, 2016
  5. Aug 26, 2016
  6. Aug 23, 2016
  7. Aug 22, 2016
    • 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
  8. Aug 16, 2016
  9. Aug 14, 2016
  10. Aug 13, 2016
  11. Aug 08, 2016
  12. Aug 04, 2016
    • 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
  13. Aug 02, 2016
  14. Jul 29, 2016
  15. Jul 28, 2016
  16. Jul 26, 2016
    • 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
  17. Jul 25, 2016
  18. Jul 23, 2016
  19. Jul 21, 2016
    • Dale Whinham's avatar
      CMake: Fix Info.plist template for citra_qt/OSX · 78b97ee3
      Dale Whinham authored
      The Info.plist template incorrectly uses parentheses instead of curly braces,
      which means that building the .app bundle using regular 'make' results in the
      variable not being replaced, and hence the app bundle won't start because the
      executable name is incorrect.
      
      This commit fixes this issue.
      78b97ee3
Loading