index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
ChunkFile.h
Age
Commit message (
Expand
)
Author
2026-03-30
ChunkFile: Add void* version of DoPointer.
Jordan Woyak
2026-02-10
ChunkFile: Prevent PointerWrap::Do(T&) from compiling with pointers.
Jordan Woyak
2025-05-05
Common: Replace enable_if with concepts and other minor modernizations.
Jordan Woyak
2022-11-10
HostFileSystem: Set all NAND folders to be saved in save states when a movie ...
Lobsterzelda
2022-10-06
Common/PointerWrap: Remove DoPOD
Pokechu22
2022-06-30
Resolve GCC Warnings
Minty-Meeo
2022-05-25
Convert PointerWrap::Mode to enum class
Dentomologist
2022-05-25
Common: Refactor PointerWrap
Dentomologist
2022-04-18
Common/PointerWrap: Prevent reads/writes past the end of the buffer.
Admiral H. Curtiss
2022-04-18
Common/PointerWrap: Hide internals.
Admiral H. Curtiss
2022-01-09
Common/Assert: Switch to fmt
Pokechu22
2021-10-24
Create EnumMap
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-15
Remove all remaining volatile qualifiers
JosJuice
2021-05-13
Remove Atomic.h
JosJuice
2021-04-18
optimize TextureCacheBase::SerializeTexture, ::DeserializeTexture
ash!!
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
2020-05-13
Externals: Add zstd
JosJuice
2020-01-04
Add support for std::optional to PointerWrap
Pokechu22
2019-02-10
ChunkFile: Don't access element zero of empty container
Stenzek
2019-02-01
ChunkFile: treat vectors/strings as sized arrays
Tillmann Karras
2018-06-09
ChunkFile: Remove unnecessary includes
Lioncash
2018-06-09
Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE
Lioncash
2018-06-09
Common: Add header for compiler-specifics
Lioncash
2018-05-30
ChunkFile: Replace macro with a variable template
Léo Lam
2018-05-30
Remove old GCC version checks
Léo Lam
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-11-13
Remove IsTriviallyCopyable hack for VS
JosJuice
2017-09-09
Common: Move version strings to their own header
Lioncash
2017-06-23
DolphinWX: defer gamelist scanning and switch to single-file cache.
Shawn Hoffman
2017-06-15
Move IOFile to a separate file
JosJuice
2017-01-14
Fix ChunkFile for std::set
Léo Lam
2016-09-03
CoreTiming: Data structure cleanup
EmptyChaos
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-06-19
_DEFAULT_SOURCE flag added, and clang check for IsTriviallyCopyable macro
dhust
2016-04-14
ChunkFile: Handle bool in a stable way across platforms
Lioncash
2016-01-21
More asterisks
mathieui
2015-10-11
Wiimote: simplify DoState() parameters
Tillmann Karras
2015-10-10
Misc. style fixes
Tillmann Karras
2015-09-30
ChunkFile: Provide additional helpers for C-style arrays
Lioncash
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-26
Common: Move asserts to their own header
Lioncash
2015-09-03
[windows] Add workaround(HACK) for vs2015 implementating a conformant std::is...
Shawn Hoffman
2015-05-26
Common: Fix IsTriviallyCopyable macro for GCC 5
degasus
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-31
Made cycle count atomic to avoid using a mutex
Jordan Cristiano
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2014-11-21
DolphinQt: GameList!
Augustin Cavalier
2014-09-21
ChunkFile: Add a DoArray overload which takes an std::array.
Tony Wasserka
[next]