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-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
common/bit_field: Remove FORCE_INLINE calls
Tobias
2019-10-28
Merge pull request #2971 from FernandoS27/new-scheduler-v2
David
2019-10-26
Shader_IR: Address Feedback.
Fernando Sahmkow
2019-10-25
VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...
Fernando Sahmkow
2019-10-15
common/algorithm: Add description comment indicating intended algorithms
Lioncash
2019-10-15
common: Rename binary_find.h to algorithm.h
Lioncash
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-06
alignment: Resolve allocator construction issues on debug
Lioncash
2019-10-06
alignment: Specify trait definitions within the allocator
Lioncash
2019-10-05
Merge pull request #2942 from ReinUsesLisp/clang-warnings
bunnei
2019-10-05
Merge pull request #2943 from DarkLordZach/azure-titlebars-v2
bunnei
2019-10-05
common: Add additional SCM revision fields
Zach Hilman
2019-10-04
common/file_util: Silence -Wswitch
ReinUsesLisp
2019-10-04
Shader_Ir: Refactor Decompilation process and allow multiple decompilation mo...
Fernando Sahmkow
2019-10-04
shader_ir: Corrections to outward movements and misc stuffs
Fernando Sahmkow
2019-09-22
cmake: Add SCM detection for Azure
Zach Hilman
2019-09-21
log: Add logging class for Cheat Engine
Zach Hilman
2019-08-21
shader_ir: Implement VOTE
ReinUsesLisp
2019-07-19
Common/Alignment: Add noexcept where required.
Fernando Sahmkow
2019-07-19
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
Common: Correct alignment allocator to work on C++14 or higher.
Fernando Sahmkow
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-09
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-07-05
texture_cache: Address Feedback
Fernando Sahmkow
2019-06-24
common/alignment: Address feedback
ReinUsesLisp
2019-06-20
shader: Decode SUST and implement backing image functionality
ReinUsesLisp
2019-06-20
texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth
Fernando Sahmkow
2019-06-20
video_core: Use un-shifted block sizes to avoid integer divisions
ReinUsesLisp
2019-06-20
Reduce amount of size calculations.
Fernando Sahmkow
2019-06-12
common/hex_util: Reserve std::string memory ahead of time
Lioncash
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-06
cmake: Add missing shader hash file entries
ReinUsesLisp
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
[next]