index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
atomic_ops.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-27
atomic_ops: Fix MSVC
Merry
2024-01-27
atomic_ops: Remove volatile qualifier
Merry
2024-01-27
atomic_ops: Reduce code duplication with templates
Merry
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-02
atomic_ops: Implement AtomicCompareAndSwap with writeback
merry
2022-04-02
atomic_ops: Implement AtomicLoad128
Merry
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
common: Reduce unused includes
ameerj
2021-01-02
X86/NativeClock: Reimplement RTDSC access to be lock free.
Fernando Sahmkow
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-07-28
common/atomic_ops: Don't cast away volatile from pointers
Lioncash
2020-06-27
Clang Format.
Fernando Sahmkow
2020-06-27
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow