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-01-12
Merge pull request #5280 from FearlessTobi/port-5666
bunnei
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
2021-01-04
Address review comments
FearlessTobi
2021-01-04
Delete the old log file before rotating (#5675)
xperia64
2021-01-03
Fix the old log file to work with the log parser.
bunnei
2021-01-03
Rotate previous log file to '.old' if it exists
xperia64
2021-01-02
general: Fix various spelling errors
Morph
2021-01-01
memory: Remove MemoryHook
MerryMage
2021-01-01
Merge pull request #5249 from ReinUsesLisp/lock-free-pages
bunnei
2020-12-30
Merge pull request #5208 from bunnei/service-threads
bunnei
2020-12-29
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-29
common: ThreadWorker: Add class to help do asynchronous work.
bunnei
2020-12-29
k_priority_queue: Fix concepts use
comex
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-11
Revert "Merge pull request #5173 from lioncash/common-fs"
Morph
2020-12-11
Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix"
Morph
2020-12-11
Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"
Morph
2020-12-11
Revert "Merge pull request #5181 from Morph1984/5174-review"
Morph
2020-12-09
common/file_util: Simplify the behavior of CreateFullPath
Morph
2020-12-09
common/file_util: Let std::filesystem cast from UTF16 to std::string
ReinUsesLisp
2020-12-09
common/file_util: Fix and deprecate CreateFullPath, add CreateDirs
ReinUsesLisp
2020-12-09
common/file_util: Succeed on CreateDir when the directory exists
ReinUsesLisp
2020-12-09
file_util: Migrate remaining file handling functions over to std::filesystem
Lioncash
2020-12-08
file_util: Migrate Exists() and IsDirectory() over to std::filesystem
Lioncash
2020-12-07
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-06
common: BitSet: Various style fixes based on code review feedback.
bunnei
2020-12-06
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
common: Port BitSet from Mesosphere.
bunnei
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
xbyak_abi: Shorten std::size_t to size_t
Lioncash
2020-12-05
xbyak_abi: Avoid implicit sign conversions
Lioncash
2020-12-03
Merge pull request #4996 from bunnei/use-4jits
bunnei
2020-12-02
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-11-29
common: fiber: Use VirtualBuffer for stack memory.
bunnei
2020-11-29
common: fiber: Use boost::context instead of native fibers on Windows.
bunnei
2020-11-25
common: Add Common::DivCeil and Common::DivCeilLog2
ReinUsesLisp
2020-11-23
Merge pull request #4451 from slashiee/extended-logging
bunnei
2020-11-20
Merge pull request #4951 from bunnei/olsc-stub
bunnei
2020-11-20
common/bit_cast: Add function matching std::bit_cast without constexpr
ReinUsesLisp
2020-11-19
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...
bunnei
2020-11-19
virtual_buffer: Do nothing on resize() calls with same sizes
Lioncash
2020-11-17
virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer
Lioncash
2020-11-17
page_table: Allow page tables to be moved
Lioncash
2020-11-17
page_table: Add missing doxygen parameters to Resize()
Lioncash
[next]