index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
common_funcs.h
Age
Commit message (
Expand
)
Author
2021-05-31
common_funcs: Move R_ macros to result.h
Lioncash
2021-05-05
common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.
bunnei
2021-05-05
common: common_funcs: Add Size helper function.
bunnei
2021-05-05
common: common_funcs: Add helper macros for non-copyable and non-moveable.
bunnei
2021-02-28
[network] Error handling reform
comex
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-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-11
common: common_funcs: Add R_UNLESS macro.
bunnei
2020-08-24
common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-04-17
common: common_funcs: Add a macro for defining enum flag operators.
bunnei
2019-11-14
common_funcs: Remove semicolons from INSERT_PADDING_* macros
Lioncash
2019-11-13
common_funcs: silence sign-conversion warnings in MakeMagic()
Lioncash
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
Revert "common_func: Use std::array for INSERT_PADDING_* macros."
bunnei
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-07-05
texture_cache: Address Feedback
Fernando Sahmkow
2019-06-20
Reduce amount of size calculations.
Fernando Sahmkow
2018-07-29
Port #3732 from Citra: "common: Fix compilation on ARM"
Cameron Cawley
2018-07-19
Merge pull request #710 from lioncash/unused
bunnei
2018-07-19
common/common_funcs: Remove unused rotation functions
Lioncash
2018-07-19
common/misc: Deduplicate code in GetLastErrorMsg()
Lioncash
2018-07-07
Port #3579 from Citra
fearlessTobi
2018-04-20
Merge pull request #362 from lioncash/snprintf
bunnei
2018-04-19
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-19
common_funcs: Remove check for VS versions that we don't even support
Lioncash
2017-10-15
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-05-27
Common: Fix some out-of-style includes
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-27
common_funcs: Provide rotr and rotl for MSVC
MerryMage
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-03-09
Common: Get rid of alignment macros
Lioncash
2015-08-17
Fix building under MinGW
darkf
2015-08-15
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-15
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
2015-08-11
Stop defining GCC always_inline attributes as __forceinline
archshift
2015-07-12
don“t define snprintf on Visual Studio 2015
Apology11
2015-06-28
Common: Remove unused ROUND_UP_POW2 macro.
Emmanuel Gil Peyrot
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-05-09
Common: Remove the BIT macro
Yuri Kunde Schlesner
2015-05-08
Common: Add BIT macro
Yuri Kunde Schlesner
2015-05-07
Common: Add proper macros to test for architecture pointer size
Yuri Kunde Schlesner
2015-05-07
Common: Move alignment macros to common_funcs.h
Yuri Kunde Schlesner
2015-05-07
Common: Remove more unused compatibility defines
Yuri Kunde Schlesner
[next]