Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-22 | Merge pull request #2099 from citra-emu/fix-clang-format | wwylele | |
Fix clang-format lint | |||
2016-09-22 | travis: fix clang-format lint | wwylele | |
2016-09-21 | Merge pull request #2086 from linkmauve/clang-format | Yuri Kunde Schlesner | |
Add clang-format as part of our {commit,travis}-time checks | |||
2016-09-21 | README: Specify master branch for Travis CI badge | Yuri Kunde Schlesner | |
2016-09-21 | Fix Travis clang-format check | Yuri Kunde Schlesner | |
2016-09-21 | Remove special rules for Windows.h and library includes | Yuri Kunde Schlesner | |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
2016-09-20 | Merge pull request #2097 from citra-emu/fix-travis | Yuri Kunde Schlesner | |
Travis: Fix OS X build | |||
2016-09-20 | Travis: Fix OS X build | Yuri Kunde Schlesner | |
Probably due to additional Travis caching, cmake is now already installed when the script runs. This causes the unlink to remove the symlink to the executable, which is then not re-added by the install (since it's already installed). | |||
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
2016-09-18 | Tweak formatting settings | Yuri Kunde Schlesner | |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2016-09-18 | Travis: Import Dolphin’s clang-format hook. | Emmanuel Gil Peyrot | |
2016-09-18 | Git hook: Remove trailing semicolons wrecking vim’s syntax highlighting. | Emmanuel Gil Peyrot | |
2016-09-18 | Git hook: Import Dolphin’s clang-format hook. | Emmanuel Gil Peyrot | |
2016-09-18 | Dyncom: Disable clang-format on the decoding table. | Emmanuel Gil Peyrot | |
2016-09-18 | Sources: Add a .clang-format configuration file. | Emmanuel Gil Peyrot | |
2016-09-15 | Merge pull request #2080 from yuriks/shader-interp-crash | Yuri Kunde Schlesner | |
VideoCore: Fix dangling lambda context in shader interpreter | |||
2016-09-15 | VideoCore: Fix dangling lambda context in shader interpreter | Yuri Kunde Schlesner | |
The static meant that after the first execution, these lambda context would be pointing to a random location on the stack. Fixes a random crash when using the interpreter. | |||
2016-09-15 | Merge pull request #2042 from bunnei/dynarmic | Yuri Kunde Schlesner | |
Interface ARM CPU JIT (Dynarmic) | |||
2016-09-15 | arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg. | bunnei | |
2016-09-15 | microprofile: Double buffer size to 16MB. | bunnei | |
2016-09-15 | arm: ResetContext shouldn't be part of ARM_Interface. | bunnei | |
2016-09-15 | arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword. | bunnei | |
2016-09-15 | dyncom: Use VFP_FPSCR/VFP_FPEXC. | bunnei | |
2016-09-15 | qt: Add UI configuration option to enable CPU JIT. | bunnei | |
2016-09-15 | core: Add configuration option for CPU JIT. | bunnei | |
2016-09-15 | dynarmic: Implement ARM CPU interface. | bunnei | |
2016-09-15 | dynarmic: Add new submodule. | bunnei | |
2016-09-15 | CMakeLists: Set Boost_INCLUDE_DIR. | bunnei | |
2016-09-15 | externals/boost: Use latest upstream with variant. | bunnei | |
2016-09-13 | Merge pull request #2064 from linkmauve/remove-readdir_r | Yuri Kunde Schlesner | |
Switch to readdir() from readdir_r() | |||
2016-09-13 | Common: readdir_r() is deprecated, switch to readdir(). | Emmanuel Gil Peyrot | |
2016-09-13 | Merge pull request #2069 from wwylele/fix-birthday | Yuri Kunde Schlesner | |
Qt: fix birthday combo box updating | |||
2016-09-13 | Qt: fix birthday combo box updating | wwylele | |
2016-09-11 | Merge pull request #2059 from MerryMage/tweak-audio-latency | bunnei | |
audio_core: Tweak audio latency | |||
2016-09-08 | travis cache for cmake and sdl2 (#2060) | Lectem | |
2016-09-07 | audio_core: Tweak audio latency | MerryMage | |
2016-09-03 | Merge pull request #2050 from MerryMage/adpcm | Yuri Kunde Schlesner | |
codec: Fix ADPCM distortion caused by incorrect nibble order | |||
2016-09-03 | codec: Fix ADPCM distortion caused by incorrect nibble order | fincs | |
Closes #2049. Signed-off-by: MerryMage <MerryMage@users.noreply.github.com> | |||
2016-09-02 | Merge pull request #2045 from MerryMage/travis | bunnei | |
travis: Update to XCode 7.3.1 | |||
2016-09-02 | travis: Update to XCode 7.3.1 | MerryMage | |
2016-09-02 | Merge pull request #2044 from wwylele/system-setting-fix | bunnei | |
Qt: unify running detection of system settings configure | |||
2016-09-02 | Qt: unify running detection | wwylele | |
2016-09-01 | Merge pull request #2040 from citra-emu/revert-2037-msvc-relwithdebinfo | bunnei | |
Revert "MSVC: Add RelWithDebInfo and removing debugging from Release." | |||
2016-09-01 | Revert "MSVC: Add RelWithDebInfo and removing debugging from Release." | bunnei | |
2016-09-01 | Merge pull request #2037 from jroweboy/msvc-relwithdebinfo | bunnei | |
MSVC: Add RelWithDebInfo and removing debugging from Release. | |||
2016-09-01 | Merge pull request #2039 from jroweboy/remove-pdb | bunnei | |
Create a separate archive for debug symbols on windows | |||
2016-09-01 | Create a separate archive for debugsymbols on windows | James Rowe | |
This reduces the main download size and uploads the symbols to a different directory |