summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ChunkFile.h
AgeCommit message (Expand)Author
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
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