Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Revert "cmake: fix fmt linking" | bunnei | |
2020-07-02 | Merge pull request #4206 from RealJohnGalt/linkfix | bunnei | |
cmake: fix fmt linking | |||
2020-06-30 | common: switch to nullptr for sysctl's empty new value | Jan Beich | |
2020-06-29 | common: add sysconf() fallback | Jan Beich | |
src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found #include <sys/sysinfo.h> ^~~~~~~~~~~~~~~ | |||
2020-06-29 | cmake: fix fmt linking | John Galt | |
On gcc/ld, and clang/lld, fmt::v6 symbols are excluded, so linking fails. This fixes the issue. Note: This was included in the FindBoost changes I shared with BlinkHawk, however only they were merged. I'm not sure if it was missed, or if there was an issue with this part of the change. | |||
2020-06-27 | Core/Common: Address Feedback. | Fernando Sahmkow | |
2020-06-27 | Common/Kernel: Corrections and small bug fixing. | Fernando Sahmkow | |
2020-06-27 | Common/NativeClockx86: Reduce native clock accuracy further. | Fernando Sahmkow | |
2020-06-27 | Common/AtomicOps: Correct GCC Intrinsic argument ordering. | Fernando Sahmkow | |
2020-06-27 | Clang Format. | Fernando Sahmkow | |
2020-06-27 | General: Tune the priority of main emulation threads so they have higher ↵ | Fernando Sahmkow | |
priority than less important helper threads. | |||
2020-06-27 | X64 Clock: Reduce accuracy to be less or equal to guest accuracy. | Fernando Sahmkow | |
2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow | |
2020-06-27 | HostTiming: Pause the hardware clock on pause. | Fernando Sahmkow | |
2020-06-27 | General: Recover Prometheus project from harddrive failure | Fernando Sahmkow | |
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system. | |||
2020-06-28 | Merge pull request #3396 from FernandoS27/prometheus-1 | David | |
Implement SpinLocks, Fibers and a Host Timer | |||
2020-06-26 | Common: Fix non-conan build | Fernando Sahmkow | |
2020-06-20 | common/telemetry: Add AVX512 to telemetry | Morph | |
2020-06-20 | common/cpu_detect: Add AVX512 detection | Morph | |
2020-06-18 | Common/Fiber: Address Feedback and Correct Memory leaks. | Fernando Sahmkow | |
2020-06-18 | Common/Fiber: Implement Rewind on Boost Context. | Fernando Sahmkow | |
2020-06-18 | Common/uint128: Correct MSVC Compilation in old versions. | Fernando Sahmkow | |
2020-06-18 | Common/Fiber: Document fiber interexchange. | Fernando Sahmkow | |
2020-06-18 | Common/Fiber: Implement Rewinding. | Fernando Sahmkow | |
2020-06-18 | Common/Fiber: Additional corrections to f_context. | Fernando Sahmkow | |
2020-06-18 | Common/Fiber: Correct f_context based Fibers. | Fernando Sahmkow | |
2020-06-18 | Core/HostTiming: Allow events to be advanced manually. | Fernando Sahmkow | |
2020-06-18 | Common/Tests: Address Feedback | Fernando Sahmkow | |
2020-06-18 | Common: Make MinGW build use Windows Fibers instead of fcontext_t | Fernando Sahmkow | |
2020-06-18 | Common/Tests: Clang Format. | Fernando Sahmkow | |
2020-06-18 | Common: Correct fcontext fibers. | Fernando Sahmkow | |
2020-06-18 | Common: Refactor & Document Wall clock. | Fernando Sahmkow | |
2020-06-18 | Common: Implement WallClock Interface and implement a native clock for x64 | Fernando Sahmkow | |
2020-06-18 | Tests: Add base tests to host timing | Fernando Sahmkow | |
2020-06-18 | Common: Polish Fiber class, add comments, asserts and more tests. | Fernando Sahmkow | |
2020-06-18 | Tests: Add tests for fibers and refactor/fix Fiber class | Fernando Sahmkow | |
2020-06-18 | Common: Implement a basic Fiber class. | Fernando Sahmkow | |
2020-06-18 | Common: Implement a basic SpinLock class | Fernando Sahmkow | |
2020-06-17 | Merge pull request #4086 from MerryMage/abi | bunnei | |
xbyak_abi: Cleanup | |||
2020-06-15 | xbyak_abi: Prefer returning a struct to using out parameters in ↵ | MerryMage | |
ABI_CalculateFrameSize | |||
2020-06-15 | xbyak_abi: Register indexes should be unsigned | MerryMage | |
2020-06-15 | xbyak_abi: Remove *GPS variants of stack manipulation functions | MerryMage | |
2020-06-15 | xbyak_abi: Fix ABI_PushRegistersAndAdjustStack | MerryMage | |
Pushing GPRs twice. | |||
2020-06-11 | gl_arb_decompiler: Implement an assembly shader decompiler | ReinUsesLisp | |
Emit code compatible with NV_gpu_program5. This should emit code compatible with Fermi, but it wasn't tested on that architecture. Pascal has some issues not present on Turing GPUs. | |||
2020-05-30 | Add xbyak external | David Marcec | |
2020-05-27 | Fix macOS code and change "Swapfile" to "Swap" | Morph | |
2020-05-17 | main: Log host system memory parameters | Morph | |
Logs both physical memory and swapfile sizes, this is useful for support. | |||
2020-05-12 | time_zone: Use std::chrono::seconds for strong typing. | bunnei | |
2020-05-11 | common: Add module to get the current time zone. | bunnei | |
2020-05-08 | Replace externals with Conan (#3735) | James Rowe | |
* Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot |