index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
LinearDiskCache.h
Age
Commit message (
Expand
)
Author
2025-04-19
LinearDiskCache: Use make_unique_for_overwrite.
Jordan Woyak
2023-04-19
Common/LinearDiskCache: Move interface into Common namespace
Lioncash
2022-01-29
IOFile: Rename Clear() to ClearError() for clarity.
Admiral H. Curtiss
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2022-01-14
Fix static initialisation order fiasco issue for Version variables
Léo Lam
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-12-19
Common/LinearDiskCache: Handle truncated shadercache files.
Admiral H. Curtiss
2020-12-19
Common/LinearDiskCache: Use unique_ptr instead of new/delete.
Admiral H. Curtiss
2020-11-05
Common/LinearDiskCache: Replace std::fstream with File::IOFile
JosJuice
2018-05-30
Remove old GCC version checks
Léo Lam
2018-03-27
LinearDiskCache: Don't cast away const in Read()
Lioncash
2017-12-05
Don't use wrong encoding for paths when opening streams on Windows
JosJuice
2017-09-09
Common: Move version strings to their own header
Lioncash
2017-06-15
Add a namespace to OpenFStream
JosJuice
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-05
SCM: Use std::string.
degasus
2016-01-21
Correct ampersands as well
mathieui
2016-01-21
More asterisks
mathieui
2016-01-04
Merge pull request #3431 from stenzek/shadercache
Mathew Maidment
2016-01-02
VideoBackend: Get rid of a boolean global
Lioncash
2016-01-02
ShaderGen: Remove virtual methods from ShaderGeneratorInterface, move string ...
Stenzek
2015-09-29
Fix -Wuninitialized warnings
Tillmann Karras
2015-09-15
Common: Get rid of a few pointer casts
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-20
Fix LinearDiskCache.h relying on a file not directly included.
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre