summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2020-08-18common/concepts: Move <type_traits> include out of the Common namespaceLioncash
2020-08-17Merge pull request #4535 from lioncash/fileutilbunnei
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-16common: Silence two discarded result warningsLioncash
2020-08-16common/time_zone: Simplify GetOsTimeZoneOffset()Lioncash
2020-08-15common/compression: Roll back std::span changesLioncash
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2020-08-15Merge pull request #4416 from lioncash/spanbunnei
2020-08-13Merge pull request #4511 from lioncash/build2LC
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-08-11Merge pull request #4493 from jbeich/dragonflybunnei
2020-08-08General: Tidy up clang-format warningsLioncash
2020-08-07common/concepts: Rename IsBaseOf to DerivedFromLioncash
2020-08-06Merge pull request #4483 from lioncash/constexpr-hexbunnei
2020-08-06partition_data_manager: Make data arrays constexprLioncash
2020-08-05Fix thread naming on Linux, which limits names to 15 bytes.comex
2020-08-05Merge pull request #4477 from lioncash/log-desigbunnei
2020-08-05common/virtual_buffer: drop unused includesJan Beich
2020-08-05Merge pull request #4444 from lioncash/volatilebunnei
2020-08-03logging/backend: Make use of designated initializersLioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-08-03Merge pull request #4263 from lat9nq/fix-screencaps-2David
2020-07-28common/atomic_ops: Don't cast away volatile from pointersLioncash
2020-07-25Merge pull request #4415 from lioncash/maybebunnei
2020-07-25common/string_util: Remove unimplemented function prototype (#4414)LC
2020-07-25lz4_compression: Make use of std::span in interfacesLioncash
2020-07-25zstd_compression: Make use of std::span in interfacesLioncash
2020-07-25virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]]Lioncash
2020-07-20common: Add a screenshots directorylat9nq
2020-07-18alignment: explicitly include <new> after 723edb4c0659Jan Beich
2020-07-17alignment: Simplify AlignmentAllocator implementationLioncash
2020-07-14common/swap: Make use of std::endianLioncash
2020-07-12common/alignment: Fix compilation errors (#4303)Tobias
2020-07-11Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""bunnei
2020-07-11Common: remove a mod from AlignUp (#5441)Marshall Mohror
2020-07-10cmake: Fix libfmt linking errorsDavid Marcec
2020-07-09cmake: fix fmt linking when foundJohn Galt
2020-07-02Revert "cmake: fix fmt linking"bunnei
2020-07-02Merge pull request #4206 from RealJohnGalt/linkfixbunnei
2020-06-30common: switch to nullptr for sysctl's empty new valueJan Beich
2020-06-29common: add sysconf() fallbackJan Beich
2020-06-29cmake: fix fmt linkingJohn Galt
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27Common/Kernel: Corrections and small bug fixing.Fernando Sahmkow
2020-06-27Common/NativeClockx86: Reduce native clock accuracy further.Fernando Sahmkow
2020-06-27Common/AtomicOps: Correct GCC Intrinsic argument ordering.Fernando Sahmkow
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27General: Tune the priority of main emulation threads so they have higher prio...Fernando Sahmkow
2020-06-27X64 Clock: Reduce accuracy to be less or equal to guest accuracy.Fernando Sahmkow
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow