summaryrefslogtreecommitdiff
path: root/Source/Core/Common/LinearDiskCache.h
AgeCommit message (Expand)Author
2025-04-19LinearDiskCache: Use make_unique_for_overwrite.Jordan Woyak
2023-04-19Common/LinearDiskCache: Move interface into Common namespaceLioncash
2022-01-29IOFile: Rename Clear() to ClearError() for clarity.Admiral H. Curtiss
2022-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-12-19Common/LinearDiskCache: Handle truncated shadercache files.Admiral H. Curtiss
2020-12-19Common/LinearDiskCache: Use unique_ptr instead of new/delete.Admiral H. Curtiss
2020-11-05Common/LinearDiskCache: Replace std::fstream with File::IOFileJosJuice
2018-05-30Remove old GCC version checksLéo Lam
2018-03-27LinearDiskCache: Don't cast away const in Read()Lioncash
2017-12-05Don't use wrong encoding for paths when opening streams on WindowsJosJuice
2017-09-09Common: Move version strings to their own headerLioncash
2017-06-15Add a namespace to OpenFStreamJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-05SCM: Use std::string.degasus
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2016-01-04Merge pull request #3431 from stenzek/shadercacheMathew Maidment
2016-01-02VideoBackend: Get rid of a boolean globalLioncash
2016-01-02ShaderGen: Remove virtual methods from ShaderGeneratorInterface, move string ...Stenzek
2015-09-29Fix -Wuninitialized warningsTillmann Karras
2015-09-15Common: Get rid of a few pointer castsLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
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-20Fix LinearDiskCache.h relying on a file not directly included.Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre