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
2018-10-02
string_util: unify UTF8<->UTF16 conversion to codecvt
Weiyi Wang
2018-10-02
string_util: remove TString conversion for windows
Weiyi Wang
2018-10-02
string_util: remove ShiftJIS/CP1252 conversion function
Weiyi Wang
2018-09-25
Merge pull request #1365 from DarkLordZach/lfs
bunnei
2018-09-23
Stubbed IRS (#1349)
David
2018-09-22
common/thread: remove YieldCPU()
Weiyi Wang
2018-09-21
common_paths: Add Load and Dump dirs
Zach Hilman
2018-09-18
ring_buffer: Use std::atomic_size_t in a static assert
Lioncash
2018-09-18
ring_buffer: Use std::hardware_destructive_interference_size to determine ali...
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-08
common: Implement a ring buffer
MerryMage
2018-09-07
Better Title Bar Display
CaptV0rt3x
2018-09-04
common/logging: Amend documentation comments
Lioncash
2018-09-04
common/logging/filter: Replace C-style case with C++ static_cast
Lioncash
2018-09-04
common/logging/filter: Make constructor explicit
Lioncash
2018-08-27
Merge pull request #1170 from lioncash/ret
bunnei
2018-08-24
file_util: Correct return value in early exit of ReadFileToString()
Lioncash
2018-08-23
hex_util: Replace logic_errors with LOG_CRITICAL
Zach Hilman
2018-08-21
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
2018-08-21
bit_field: Convert ToBool() into explicit operator bool
Lioncash
2018-08-20
Merge pull request #1064 from lioncash/telemetry
bunnei
2018-08-15
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-15
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-14
Merge pull request #1063 from lioncash/inline
bunnei
2018-08-14
Merge pull request #1054 from zhaowenlan1779/misc-fixup
bunnei
2018-08-14
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2018-08-14
common/xbyak_abi: Mark defined functions in header as inline
Lioncash
2018-08-14
common/xbyak: Use nested namespace specifiers where applicable
Lioncash
2018-08-14
common: Remove unused old breakpoint source files
Lioncash
2018-08-13
logging/backend: Use const reference to refer to log filter
Lioncash
2018-08-14
common/misc: use windows.h
Zhu PengFei
2018-08-12
thread_queue_list: Make contains() and get_first() const member functions
Lioncash
2018-08-12
thread_queue_list: Convert typedef to a type alias
Lioncash
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
file_util: Add getter for NAND registration directory
Zach Hilman
2018-08-11
common: Move hex string processing to separate file
Zach Hilman
2018-08-09
Merge pull request #989 from lioncash/log
bunnei
2018-08-09
Merge pull request #897 from DarkLordZach/vfs-accuracy-2
bunnei
2018-08-09
Merge pull request #988 from lioncash/color
bunnei
2018-08-08
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
file_util: Add platform-specific slash option to SanitizePath
Zach Hilman
2018-08-08
common/logging: Add missing service log categories
Lioncash
2018-08-08
common/color: Remove unnecessary const qualifiers on return types
Lioncash
2018-08-08
common/color: Get rid of undefined behavior
Lioncash
2018-08-08
vector_math: Use variable template version of is_signed in Vec classes
Lioncash
2018-08-08
Merge pull request #966 from lioncash/modernize
bunnei
2018-08-08
Merge pull request #968 from lioncash/vec
bunnei
2018-08-07
vector_math: Remove unimplemented function prototypes
Lioncash
2018-08-07
vector_math: Make functions constexpr where applicable
Lioncash
2018-08-07
vector_math: Convert typedefs to type aliases
Lioncash
[next]