index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMakeLists: Add architecture detection for AArch64
Lioncash
2018-08-14
1
-0
/
+2
*
externals: Update to SDL2-2.0.8.
bunnei
2018-08-12
1
-1
/
+1
*
CMakeLists: lowercase find_library usage
Lioncash
2018-08-11
1
-1
/
+1
*
CMakeLists: Change MSVC14 variable to MSVC_VERSION
Lioncash
2018-08-11
1
-5
/
+5
*
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
1
-0
/
+2
*
Revert "Use Ninja for MSVC AppVeyor builds" (#584)
bunnei
2018-06-23
1
-1
/
+1
*
Drop /std:c++latest from MSVC command line
MichaĆ Janiszewski
2018-06-05
1
-1
/
+1
*
Merge pull request #66 from RiverCityRansomware/qtUpdate
bunnei
2018-04-02
1
-1
/
+1
|
\
|
*
Update qt
River City Ransomware
2018-01-17
1
-1
/
+1
*
|
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
N00byKing
2018-03-21
1
-0
/
+3
*
|
Merge pull request #144 from KAMiKAZOW/patch-1
bunnei
2018-01-26
1
-1
/
+1
|
\
\
|
*
|
Install Linux icon in hicolor instead of pixmaps
KAMiKAZOW
2018-01-26
1
-1
/
+1
*
|
|
Fix typo for dependent options
James Rowe
2018-01-25
1
-1
/
+1
|
/
/
*
|
CMakeLists: Fix unicorn build for macOS developers with x86_64-only systems
MerryMage
2018-01-21
1
-1
/
+1
*
|
CMakeLists: Do not look for system Unicorn by default
MerryMage
2018-01-21
1
-2
/
+5
*
|
CMake: Conditionally turn on bundled libs for MSVC
James Rowe
2018-01-20
1
-2
/
+5
*
|
CMake: Add a custom clang format target
James Rowe
2018-01-20
1
-0
/
+47
*
|
Port citra #3352 to yuzu (#103)
River City Ransomware
2018-01-19
1
-8
/
+11
*
|
CMakeLists: Derive the source directory grouping from targets themselves
Lioncash
2018-01-17
1
-2
/
+4
|
/
*
CMake: Override PYTHON environment variable for libunicorn
spycrab
2018-01-16
1
-1
/
+3
*
Build: Automagically handle unicorn
James Rowe
2018-01-16
1
-45
/
+47
*
Build: Add unicorn as a submodule and build it if needed
James Rowe
2018-01-16
1
-0
/
+25
*
rename CITRA to YUZU
Simonx22
2018-01-15
1
-6
/
+6
*
Merge pull request #17 from spycrab/bindir
bunnei
2018-01-15
1
-0
/
+3
|
\
|
*
CMake: Output binaries to bin/
spycrab
2018-01-15
1
-0
/
+3
*
|
fixed build for gcc c++17 / boost.icl incompatibility
Harry Prevor
2018-01-14
1
-0
/
+6
|
/
*
Fix compilation on case-sensitive OSX
Robin Lambertz
2018-01-14
1
-1
/
+1
*
Add new icons and fix up the linux paths for install
James Rowe
2018-01-13
1
-15
/
+3
*
Massive removal of unused modules
James Rowe
2018-01-12
1
-22
/
+1
*
CMakeLists: Use C++ 17.
bunnei
2018-01-12
1
-2
/
+2
*
cmake: Use LIBUNICORN_* on Windows.
bunnei
2018-01-08
1
-2
/
+2
*
fix macos build
MerryMage
2018-01-08
1
-2
/
+2
*
externals: Use unicorn DLL instead of static lib.
bunnei
2018-01-04
1
-2
/
+3
*
unicorn: Use for arm interface on Windows.
bunnei
2018-01-04
1
-0
/
+31
*
Build: Enable SSL in mingw by linking against WinSSL
James Rowe
2017-09-11
1
-18
/
+10
*
Add manifest
DaMan
2017-09-02
1
-2
/
+2
*
common: Add build timestamp to scm_rev.
bunnei
2017-08-03
1
-1
/
+8
*
tests: Add tests for vadd
MerryMage
2017-07-23
1
-1
/
+1
*
CMakeLists: Check that all submodules are present
MerryMage
2017-07-16
1
-0
/
+15
*
web_service: Add CMake flag to enable.
bunnei
2017-07-11
1
-0
/
+5
*
Set global definition WIN32_LEAN_AND_MEAN (#2807)
B3n30
2017-06-24
1
-0
/
+2
*
CMake: Set MSVC flags for improved C++ standards conformance
Yuri Kunde Schlesner
2017-06-17
1
-3
/
+6
*
CMake: Re-organize root CMakeLists.txt file
Yuri Kunde Schlesner
2017-05-27
1
-56
/
+78
*
CMake: Move definitions of externals to the CMakeLists in that directory
Yuri Kunde Schlesner
2017-05-27
1
-26
/
+5
*
CMake: Create INTERFACE targets for microprofile and nihstro
Yuri Kunde Schlesner
2017-05-27
1
-2
/
+6
*
CMake: Add SoundTouch include path to target property
Yuri Kunde Schlesner
2017-05-27
1
-0
/
+2
*
CMake: Use target properties to add inih include paths
Yuri Kunde Schlesner
2017-05-27
1
-3
/
+1
*
CMake: Define an interface target for SDL2 definitions
Yuri Kunde Schlesner
2017-05-27
1
-0
/
+7
*
CMake: Remove CITRA_QT_LIBS var
Yuri Kunde Schlesner
2017-05-27
1
-1
/
+0
*
CMake: Stop using FindOpenGL, which seems to not be required anymore
Yuri Kunde Schlesner
2017-05-27
1
-3
/
+0
[next]