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
2019-05-31
common/math_util: Provide a template deduction guide for Common::Rectangle
Lioncash
2019-05-30
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-23
common/file_util: Remove unnecessary return at end of void StripTailDirSlashes()
Lioncash
2019-05-23
common/file_util: Make GetCurrentDir() return a std::optional
Lioncash
2019-05-23
common/file_util: Remove duplicated documentation comments
Lioncash
2019-05-23
common/file_util: Make ReadFileToString and WriteStringToFile consistent
Lioncash
2019-05-23
common/file_util: Remove unnecessary c_str() calls
Lioncash
2019-05-23
common/file_util: Make IOFile's WriteString take a std::string_view
Lioncash
2019-05-04
common/zstd_compression: Remove #pragma once directive from source file
Lioncash
2019-04-25
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
mii_manager: Cleanup and optimization
Zach Hilman
2019-04-25
common: Extract UUID to its own class
Zach Hilman
2019-04-15
common/{lz4_compression, zstd_compression}: Add missing header guards
Lioncash
2019-04-12
Merge pull request #2391 from lioncash/scope
bunnei
2019-04-12
common/swap: Improve codegen of the default swap fallbacks
Lioncash
2019-04-11
common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept
Lioncash
2019-04-11
common/swap: Simplify swap function ifdefs
Lioncash
2019-04-11
common/swap: Remove 32-bit ARM path
Lioncash
2019-04-11
common/scope_exit: Replace std::move with std::forward in ScopeExit()
Lioncash
2019-04-07
Merge pull request #2300 from FernandoS27/null-shader
bunnei
2019-04-07
Merge pull request #2098 from FreddyFunk/disk-cache-zstd
bunnei
2019-04-07
Permit a Null Shader in case of a bad host_ptr.
Fernando Sahmkow
2019-04-05
common/multi_level_queue: Silence truncation warning in iterator operator++
Lioncash
2019-04-05
common/bit_util: Make CountLeading/CountTrailing functions have the same retu...
Lioncash
2019-04-03
common/lz4_compression: Remove #pragma once directive from the cpp file
Lioncash
2019-04-03
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-30
Merge pull request #2303 from lioncash/thread
bunnei
2019-03-29
common/thread: Remove unused functions
Lioncash
2019-03-29
common/zstd_compression: simplify decompression interface
unknown
2019-03-29
common/zstd_compression: Add Zstandard wrapper
unknown
2019-03-29
common: Link libzstd_static
unknown
2019-03-29
Addressed feedback
unknown
2019-03-29
gl_shader_disk_cache: Use better compression for transferable and precompiled...
unknown
2019-03-29
data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache t...
unknown
2019-03-27
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
Fixes to multilevelqueue's iterator.
Fernando Sahmkow
2019-03-27
Use MultiLevelQueue instead of old ThreadQueueList
Fernando Sahmkow
2019-03-27
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2019-03-27
Implement a MultiLevelQueue
Fernando Sahmkow
2019-03-22
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-20
common/bit_util: Fix bad merge duplicating the copy constructor
Lioncash
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
common/uint128: Add missing header guard
Lioncash
2019-03-20
common/uint128: Add missing top-file source text
Lioncash
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
common/CMakeLists: Amend boost dependency
Lioncash
2019-03-20
Merge pull request #2247 from lioncash/include
bunnei
2019-03-16
core: Move PageTable struct into Common.
bunnei
[next]