summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/WbfsBlob.cpp
AgeCommit message (Expand)Author
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-06-15Move IOFile to a separate fileJosJuice
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-22Fix -Wshadow warning for file_entryJosJuice
2017-01-11WbfsBlob: Don't wrap file_entry in std::unique_ptrJosJuice
2017-01-11WbfsBlob: Remove m_total_filesJosJuice
2017-01-11WbfsBlob: Only open each file onceJosJuice
2017-01-11Only open file once when detecting blob typeJosJuice
2016-12-06Common: Add alignment headerLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-08DiscIO: Get rid of a few explicit deletesLioncash
2015-12-07DiscIO: Make factory methods return unique_ptrsLioncash
2015-10-12DiscIO: implement WbfsBlob::GetDataSize()Tillmann Karras
2015-10-12DiscIO: fix reading the last sector in WBFSTillmann Karras
2015-10-12DiscIO: merge initial WBFS readsTillmann Karras
2015-10-12DiscIO: pre-swap WLBATillmann Karras
2015-10-12DiscIO: use std::min() in WBFSTillmann Karras
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-07-06WbfsBlob: Don't enter an infinite loop when reading beyond end of discJosJuice
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-24Clean UpBenjamin Przybocki
2014-12-14DiscIO: Clear error status when reading fileJosJuice
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-01DiscIO: Prefix class member variables with "m_"Lioncash
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-28Fix various warnings reported by clangTillmann Karras
2014-02-22Make DiscIO/ 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-16Fix some vertical alignmentsLioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre