index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-07-22
shader: Remove old shader management
ReinUsesLisp
2021-07-08
common/thread_worker: Add support for stateful threads
ReinUsesLisp
2021-07-08
common: Add unique function
ReinUsesLisp
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
2021-06-13
common: logging: Restructure backend code
Morph
2021-06-11
common/host_memory: Add interface and Windows implementation
ReinUsesLisp
2021-06-09
src/common/CMakeLists.txt: fix variable escaping
liushuyu
2021-05-28
common: Extract point into a common struct
Lioncash
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-10
Merge pull request #6099 from bunnei/derive-mem
bunnei
2021-04-04
common: Move assert failure handling into a cpp file.
Markus Wick
2021-03-21
common: Move common sizes to their own header for code reuse.
bunnei
2021-02-18
common: Add implementation of TinyMT (Mersenne Twister RNG).
bunnei
2021-02-15
common: Merge uint128 to a single header file with inlines.
bunnei
2021-02-09
common: Add -fsized-deallocation as a Clang flag
lat9nq
2021-01-21
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
ReinUsesLisp
2021-01-15
Merge pull request #5275 from FernandoS27/fast-native-clock
bunnei
2021-01-15
common/timer: Remove
Lioncash
2021-01-15
common/color: Remove
ReinUsesLisp
2021-01-11
common: Introduce useful tree structures.
bunnei
2021-01-02
X86/NativeClock: Reimplement RTDSC access to be lock free.
Fernando Sahmkow
2021-01-01
memory: Remove MemoryHook
MerryMage
2020-12-29
common: ThreadWorker: Add class to help do asynchronous work.
bunnei
2020-12-20
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-13
cmake: Fix generating CMake configs and linking with Boost
lat9nq
2020-12-12
common: Update CMakeList to fix build issue with Boost.
bunnei
2020-12-06
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
common: Port BitSet from Mesosphere.
bunnei
2020-11-25
common: Add Common::DivCeil and Common::DivCeilLog2
ReinUsesLisp
2020-11-20
common/bit_cast: Add function matching std::bit_cast without constexpr
ReinUsesLisp
2020-11-02
common: Enable warnings as errors
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj
2020-09-28
CMakeLists: use system zstd on Linux
lat9nq
2020-09-28
CMakeLists: fix for finding zstd on linux-mingw
lat9nq
2020-08-22
web_service: Move web_result.h into web_service
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-07-10
cmake: Fix libfmt linking errors
David Marcec
2020-07-09
cmake: fix fmt linking when found
John Galt
2020-07-02
Revert "cmake: fix fmt linking"
bunnei
2020-06-29
cmake: fix fmt linking
John Galt
2020-06-27
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow
2020-06-26
Common: Fix non-conan build
Fernando Sahmkow
2020-06-18
Common: Implement WallClock Interface and implement a native clock for x64
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-11
gl_arb_decompiler: Implement an assembly shader decompiler
ReinUsesLisp
2020-05-30
Add xbyak external
David Marcec
2020-05-17
main: Log host system memory parameters
Morph
2020-05-11
common: Add module to get the current time zone.
bunnei
[next]