index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-05
common: fiber: Use weak_ptr when yielding.
bunnei
2021-03-05
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-04
Merge pull request #6006 from bunnei/fiber-unique-ptr
bunnei
2021-02-28
[network] Error handling reform
comex
2021-02-27
Merge pull request #5984 from jbeich/gcc-freebsd
bunnei
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-23
common: add missing header after f3805376f726
Jan Beich
2021-02-19
common: wall_clock: Fix integer overflow with StandardWallClock.
bunnei
2021-02-18
common: Add implementation of TinyMT (Mersenne Twister RNG).
bunnei
2021-02-18
common: alignment: Add DivideUp utility method.
bunnei
2021-02-18
common/cityhash: Use common types
ReinUsesLisp
2021-02-15
common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL ...
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-02-08
string_util: Remove MSVC workaround for converting between UTF8/UTF16
Morph
2021-02-06
Merge pull request #5885 from MerryMage/ring_buffer-granularity
bunnei
2021-02-06
ring_buffer: Remove granularity template argument
MerryMage
2021-02-05
hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement.
bunnei
2021-02-05
common: scope_exit: Add a cancellable ScopeExit macro.
bunnei
2021-02-05
common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log.
bunnei
2021-01-28
common: common_funcs: Change R_UNLESS to LOG_ERROR.
bunnei
2021-01-28
common: common_funcs: Log error on R_UNLESS.
bunnei
2021-01-28
common: common_funcs: Add useful kernel macro R_SUCCEED_IF.
bunnei
2021-01-28
common: common_funcs: Add a few more useful macros for kernel code.
bunnei
2021-01-27
Merge pull request #5778 from ReinUsesLisp/shader-dir
bunnei
2021-01-21
common: Add missing include to bit_util.h
bunnei
2021-01-21
bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64
Lioncash
2021-01-21
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
ReinUsesLisp
2021-01-17
Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access
bunnei
2021-01-15
Merge pull request #5275 from FernandoS27/fast-native-clock
bunnei
2021-01-15
Merge pull request #5336 from lioncash/tree
bunnei
2021-01-15
Merge pull request #5358 from ReinUsesLisp/rename-insert-padding
LC
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
Merge pull request #5355 from lioncash/timer
bunnei
2021-01-15
Merge pull request #5357 from ReinUsesLisp/alignment-log2
LC
2021-01-15
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
common/alignment: Upgrade to use constraints instead of static asserts
ReinUsesLisp
2021-01-15
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
common/timer: Remove
Lioncash
2021-01-15
common/color: Remove
ReinUsesLisp
2021-01-12
Merge pull request #5280 from FearlessTobi/port-5666
bunnei
2021-01-12
common/tree: Convert defines over to templates
Lioncash
2021-01-12
common/tree: Remove unused splay tree defines
Lioncash
2021-01-11
common/parent_of_member: Replace TYPED_STORAGE define with template alias
Lioncash
2021-01-11
common: common_funcs: Add R_UNLESS macro.
bunnei
2021-01-11
common: Introduce useful tree structures.
bunnei
2021-01-09
common/div_ceil: Return numerator type
ReinUsesLisp
[next]