summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ChunkFile.h
AgeCommit message (Expand)Author
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
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-28PointerWrap currently checks its mode for every individual byte of everything...comex
2014-08-26Add Flag support to ChunkFile.hcomex
2014-07-06Common: Using size_t in PointerWrap's DoContainer apparently causes crashes. ...Lioncash
2014-07-05Common: Make DoContainer within PointerWrap private.Lioncash
2014-03-27Fix IsTriviallyCopyable for volatile (fixes Mac build).comex
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre