summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-01-02general: Fix various spelling errorsMorph
2021-01-01memory: Remove MemoryHookMerryMage
2021-01-01Merge pull request #5249 from ReinUsesLisp/lock-free-pagesbunnei
2020-12-30Merge pull request #5208 from bunnei/service-threadsbunnei
2020-12-29core/memory: Read and write page table atomicallyReinUsesLisp
2020-12-29common: ThreadWorker: Add class to help do asynchronous work.bunnei
2020-12-29k_priority_queue: Fix concepts usecomex
2020-12-20Merge pull request #5131 from bunnei/scheduler-rewritebunnei
2020-12-13cmake: Fix generating CMake configs and linking with Boostlat9nq
2020-12-12common: Update CMakeList to fix build issue with Boost.bunnei
2020-12-11Revert "Merge pull request #5173 from lioncash/common-fs"Morph
2020-12-11Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix"Morph
2020-12-11Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"Morph
2020-12-11Revert "Merge pull request #5181 from Morph1984/5174-review"Morph
2020-12-09common/file_util: Simplify the behavior of CreateFullPathMorph
2020-12-09common/file_util: Let std::filesystem cast from UTF16 to std::stringReinUsesLisp
2020-12-09common/file_util: Fix and deprecate CreateFullPath, add CreateDirsReinUsesLisp
2020-12-09common/file_util: Succeed on CreateDir when the directory existsReinUsesLisp
2020-12-09file_util: Migrate remaining file handling functions over to std::filesystemLioncash
2020-12-08file_util: Migrate Exists() and IsDirectory() over to std::filesystemLioncash
2020-12-07Merge pull request #5136 from lioncash/video-shadow3LC
2020-12-06common: BitSet: Various style fixes based on code review feedback.bunnei
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei
2020-12-06common: Port BitSet from Mesosphere.bunnei
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05xbyak_abi: Shorten std::size_t to size_tLioncash
2020-12-05xbyak_abi: Avoid implicit sign conversionsLioncash
2020-12-03Merge pull request #4996 from bunnei/use-4jitsbunnei
2020-12-02Merge pull request #5000 from lioncash/audio-errorbunnei
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash
2020-11-29common: fiber: Use VirtualBuffer for stack memory.bunnei
2020-11-29common: fiber: Use boost::context instead of native fibers on Windows.bunnei
2020-11-25common: Add Common::DivCeil and Common::DivCeilLog2ReinUsesLisp
2020-11-23Merge pull request #4451 from slashiee/extended-loggingbunnei
2020-11-20Merge pull request #4951 from bunnei/olsc-stubbunnei
2020-11-20common/bit_cast: Add function matching std::bit_cast without constexprReinUsesLisp
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...bunnei
2020-11-19virtual_buffer: Do nothing on resize() calls with same sizesLioncash
2020-11-17virtual_buffer: Add compile-time type-safety guarantees with VirtualBufferLioncash
2020-11-17page_table: Allow page tables to be movedLioncash
2020-11-17page_table: Add missing doxygen parameters to Resize()Lioncash
2020-11-17page_table: Remove unnecessary header inclusionsLioncash
2020-11-06common/fiber: Move all member variables into impl classLioncash
2020-11-05General: Fix clang buildLioncash
2020-11-02common: Enable warnings as errorsLioncash
2020-10-30Merge pull request #4868 from lioncash/discard-errorbunnei
2020-10-30General: Make ignoring a discarded return value an errorLioncash
2020-10-29common/stream: Be explicit with copy and move operatorsLioncash
2020-10-28common/fiber: Take shared_ptr<Fiber> by copy in YieldToReinUsesLisp
2020-10-26video_core: NVDEC Implementationameerj