dolphin/Source/Core/DiscIO
shuffle2 532b7bb7da Merge pull request #893 from rohitnirmal/scan-build-fixes
Scan build fixes
2014-09-02 23:15:18 -07:00
..
BannerLoader.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
BannerLoader.h Reorder class initializer lists 2014-07-04 03:53:22 +02:00
BannerLoaderGC.cpp DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader 2014-06-29 15:40:18 -04:00
BannerLoaderGC.h DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader 2014-06-29 15:40:18 -04:00
BannerLoaderWii.cpp Initialize variables to silence garbage return warning from scan-build. 2014-08-27 20:35:20 -05:00
BannerLoaderWii.h DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader 2014-06-29 15:40:18 -04:00
Blob.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
Blob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
CISOBlob.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CISOBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CMakeLists.txt Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
CompressedBlob.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
CompressedBlob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
DiscIO.vcxproj msvc: remove some remnants of SDL and DSound from projects and general cleanup. 2014-09-01 21:27:44 -07:00
DiscIO.vcxproj.filters Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
DiscScrubber.cpp DiscIO: Move some raw pointers over to unique_ptr 2014-08-31 14:48:57 -04:00
DiscScrubber.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DriveBlob.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
DriveBlob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
FileBlob.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
FileBlob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
FileHandlerARC.cpp DiscIO: Move some raw pointers over to unique_ptr 2014-08-31 14:48:57 -04:00
FileHandlerARC.h Simplify file tree building for the filesystem view. 2014-03-16 16:54:00 -04:00
FileMonitor.cpp DiscIO: Make the unordered set in IsSoundFile static 2014-08-25 19:56:09 -04:00
FileMonitor.h Simplify ShowSound() in FileMonitor.cpp. 2014-03-04 08:39:25 -05:00
FileSystemGCWii.cpp Fix another protential issue with casting. 2014-07-15 01:38:05 +12:00
FileSystemGCWii.h Simplify file tree building for the filesystem view. 2014-03-16 16:54:00 -04:00
Filesystem.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
Filesystem.h Simplify file tree building for the filesystem view. 2014-03-16 16:54:00 -04:00
NANDContentLoader.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
NANDContentLoader.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
Volume.h Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
VolumeCommon.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
VolumeCreator.cpp DiscIO: Get rid of unnecessary struct differencing 2014-08-29 20:07:55 -04:00
VolumeCreator.h Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
VolumeDirectory.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
VolumeDirectory.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
VolumeGC.cpp Merge pull request #893 from rohitnirmal/scan-build-fixes 2014-09-02 23:15:18 -07:00
VolumeGC.h DiscIO: Move some raw pointers over to unique_ptr 2014-08-31 14:48:57 -04:00
VolumeWad.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
VolumeWad.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
VolumeWiiCrypted.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
VolumeWiiCrypted.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
WbfsBlob.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
WbfsBlob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
WiiWad.cpp DiscIO: Move some raw pointers over to unique_ptr 2014-08-31 14:48:57 -04:00
WiiWad.h Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00