1282 Commits (dce9f4452f11632da187bb958921617934c4a5ba)

Author SHA1 Message Date
xperia64 1c775a3f66 Rotate previous log file to '.old' if it exists 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
Fernando Sahmkow 659fb51dd9 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
Fernando Sahmkow 50dd9a423a X86/NativeClock: Improve performance of clock calculations on hot path. 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
ReinUsesLisp 8bfa4d6dbf core/memory: Read and write page table atomically 5 years ago
bunnei 01e1b790a5 common: ThreadWorker: Add class to help do asynchronous work. 5 years ago
comex 8be4bd5104 k_priority_queue: Fix concepts use 5 years ago
lat9nq 5e59e26876 cmake: Fix generating CMake configs and linking with Boost 5 years ago
bunnei 91c13721de common: Update CMakeList to fix build issue with Boost. 5 years ago
Morph 944c66a1c4 Revert "Merge pull request #5173 from lioncash/common-fs" 5 years ago
Morph 07b5c70975 Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" 5 years ago
Morph 4b2d4ac412 Revert "Merge pull request #5179 from ReinUsesLisp/fs-path" 5 years ago
Morph 1992dbc3cf Revert "Merge pull request #5181 from Morph1984/5174-review" 5 years ago
Morph c71f111bb0 common/file_util: Simplify the behavior of CreateFullPath 5 years ago
ReinUsesLisp eff4da93e1 common/file_util: Let std::filesystem cast from UTF16 to std::string 5 years ago
ReinUsesLisp 443d8d3a23 common/file_util: Fix and deprecate CreateFullPath, add CreateDirs 5 years ago
ReinUsesLisp 74e078db55 common/file_util: Succeed on CreateDir when the directory exists 5 years ago
Lioncash 3b79d189d3 file_util: Migrate remaining file handling functions over to std::filesystem 5 years ago
Lioncash df7cf1df19 file_util: Migrate Exists() and IsDirectory() over to std::filesystem 5 years ago
bunnei 4617be5b35 common: BitSet: Various style fixes based on code review feedback. 5 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei b164f6306b common: Port BitSet from Mesosphere. 5 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
Lioncash 50516223e3 xbyak_abi: Shorten std::size_t to size_t 5 years ago
Lioncash 65a52ab81a xbyak_abi: Avoid implicit sign conversions 5 years ago
Lioncash 29db886722 audio_core: Make shadowing and unused parameters errors 5 years ago
bunnei 05ff3e467e common: fiber: Use VirtualBuffer for stack memory. 5 years ago
bunnei b92d8acd2f common: fiber: Use boost::context instead of native fibers on Windows. 5 years ago
ReinUsesLisp 2600f1353d common: Add Common::DivCeil and Common::DivCeilLog2 5 years ago
ReinUsesLisp 778c06d35b common/bit_cast: Add function matching std::bit_cast without constexpr 5 years ago
bunnei 655892e84b hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 5 years ago
Lioncash 638f982efc virtual_buffer: Do nothing on resize() calls with same sizes 5 years ago
Lioncash d02005bbe9 virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer 5 years ago
Lioncash b9b02276eb page_table: Allow page tables to be moved 5 years ago
Lioncash 60b72b1deb page_table: Add missing doxygen parameters to Resize() 5 years ago
Lioncash 81f7292269 page_table: Remove unnecessary header inclusions 5 years ago
Lioncash c20ed9e3da common/fiber: Move all member variables into impl class 5 years ago
Lioncash 8fc37d6fca General: Fix clang build 5 years ago
Lioncash 38ffaef6eb common: Enable warnings as errors 5 years ago
Lioncash 0525232875 General: Make ignoring a discarded return value an error 5 years ago
Lioncash a625048772 common/stream: Be explicit with copy and move operators 5 years ago
ReinUsesLisp 171b94e8fa common/fiber: Take shared_ptr<Fiber> by copy in YieldTo 5 years ago
ameerj 9ef5c53e52 video_core: NVDEC Implementation 5 years ago
Lioncash c7b6027f34 core: Fix clang build pt.3 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 5 years ago
Lioncash 18636013c9 core: Fix clang build 5 years ago
Lioncash d44d662529 input_common/CMakeLists: Make some warnings errors 5 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 5 years ago
ReinUsesLisp a66d8bb49d common/wall_clock: Add virtual destructors 5 years ago