summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ChunkFile.h
AgeCommit message (Expand)Author
2026-03-30ChunkFile: Add void* version of DoPointer.Jordan Woyak
2026-02-10ChunkFile: Prevent PointerWrap::Do(T&) from compiling with pointers.Jordan Woyak
2025-05-05Common: Replace enable_if with concepts and other minor modernizations.Jordan Woyak
2022-11-10HostFileSystem: Set all NAND folders to be saved in save states when a movie ...Lobsterzelda
2022-10-06Common/PointerWrap: Remove DoPODPokechu22
2022-06-30Resolve GCC WarningsMinty-Meeo
2022-05-25Convert PointerWrap::Mode to enum classDentomologist
2022-05-25Common: Refactor PointerWrapDentomologist
2022-04-18Common/PointerWrap: Prevent reads/writes past the end of the buffer.Admiral H. Curtiss
2022-04-18Common/PointerWrap: Hide internals.Admiral H. Curtiss
2022-01-09Common/Assert: Switch to fmtPokechu22
2021-10-24Create EnumMapPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-05-13Remove Atomic.hJosJuice
2021-04-18optimize TextureCacheBase::SerializeTexture, ::DeserializeTextureash!!
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-05-13Externals: Add zstdJosJuice
2020-01-04Add support for std::optional to PointerWrapPokechu22
2019-02-10ChunkFile: Don't access element zero of empty containerStenzek
2019-02-01ChunkFile: treat vectors/strings as sized arraysTillmann Karras
2018-06-09ChunkFile: Remove unnecessary includesLioncash
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2018-05-30ChunkFile: Replace macro with a variable templateLéo Lam
2018-05-30Remove old GCC version checksLéo Lam
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-11-13Remove IsTriviallyCopyable hack for VSJosJuice
2017-09-09Common: Move version strings to their own headerLioncash
2017-06-23DolphinWX: defer gamelist scanning and switch to single-file cache.Shawn Hoffman
2017-06-15Move IOFile to a separate fileJosJuice
2017-01-14Fix ChunkFile for std::setLéo Lam
2016-09-03CoreTiming: Data structure cleanupEmptyChaos
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-06-19_DEFAULT_SOURCE flag added, and clang check for IsTriviallyCopyable macrodhust
2016-04-14ChunkFile: Handle bool in a stable way across platformsLioncash
2016-01-21More asterisksmathieui
2015-10-11Wiimote: simplify DoState() parametersTillmann Karras
2015-10-10Misc. style fixesTillmann Karras
2015-09-30ChunkFile: Provide additional helpers for C-style arraysLioncash
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-26Common: Move asserts to their own headerLioncash
2015-09-03[windows] Add workaround(HACK) for vs2015 implementating a conformant std::is...Shawn Hoffman
2015-05-26Common: Fix IsTriviallyCopyable macro for GCC 5degasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-31Made cycle count atomic to avoid using a mutexJordan Cristiano
2015-02-25Formatting/Whitespace CleanupStevoisiak
2014-11-21DolphinQt: GameList!Augustin Cavalier
2014-09-21ChunkFile: Add a DoArray overload which takes an std::array.Tony Wasserka