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-05-05
common: common_funcs: Add Size helper function.
bunnei
2021-05-05
common: bit_util: Add BIT macro.
bunnei
2021-05-05
common: intrusive_red_black_tree: Disable static_assert that will not evaluat...
bunnei
2021-05-05
common: common_funcs: Add helper macros for non-copyable and non-moveable.
bunnei
2021-04-20
log/backend: Use in-class initializer for FileBackend
Lioncash
2021-04-20
log/backend: Make use of erase_if
Lioncash
2021-04-14
Merge pull request #6199 from lioncash/log-ns
bunnei
2021-04-14
log/backend: Correct order of const in copy constructor
Lioncash
2021-04-14
common/log: Move Log namespace into the Common namespace
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-14
core: settings: Add setting for debug assertions and disable by default.
bunnei
2021-04-12
nvidia_flags: Add missing header guard
Lioncash
2021-04-10
Merge pull request #6099 from bunnei/derive-mem
bunnei
2021-04-09
Merge pull request #6162 from degasus/no_spin_loops
bunnei
2021-04-09
bgtc: Update to 12.x and implement OpenTaskService
Morph
2021-04-07
common/threadsafe_queue: Provide Wait() method.
Markus Wick
2021-04-04
common: Move assert failure handling into a cpp file.
Markus Wick
2021-03-23
common: common_sizes: Move sizes to the Common namespace.
bunnei
2021-03-21
common: common_sizes: Move Invalid to Size_* prefix and add missing values.
bunnei
2021-03-21
hle: kernel: board: k_system_control: Extend to include memory region sizes.
bunnei
2021-03-21
common: Move common sizes to their own header for code reuse.
bunnei
2021-03-10
fiber: Double default stack size
MerryMage
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
[next]