ciderpress/diskimg
Andy McFadden d8223dbcfd Relocate method comments
This moves method comments from the .cpp file to the .h file,
where users of the methods can find them.  This also makes it
possible for the IDE to show the comments when you mouse-hover over
the method name, though Visual Studio is a bit weak in this regard.

Also, added "override" keywords on overridden methods.  Reasonably
current versions of popular compilers seem to support this.

Also, don't have the return type on a separate line in the .cpp file.
The motivation for the practice -- quickly finding a method definition
with "^name" -- is less useful in C++ than C, and modern IDEs provide
more convenient ways to do the same thing.

Also, do some more conversion from unsigned types to uintXX_t.

This commit is primarily for the "app" directory.
2014-11-21 22:33:39 -08:00
..
libhfs Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
ASPI.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ASPI.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
CFFA.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Container.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
CP_ntddscsi.h Added new logging macros 2014-11-17 18:07:07 -08:00
CP_WNASPI32.H Added new logging macros 2014-11-17 18:07:07 -08:00
CPM.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
DDD.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
DiskFS.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
DiskImg.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
DiskImg.h Relocate method comments 2014-11-21 22:33:39 -08:00
diskimg.vcxproj Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
diskimg.vcxproj.filters Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
diskimg.vcxproj.user Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskImgDetail.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskImgPriv.h Relocate method comments 2014-11-21 22:33:39 -08:00
DIUtil.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DOS33.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
DOSImage.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
FAT.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
FDI.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
FocusDrive.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
GenericFD.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
GenericFD.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
Global.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Gutenberg.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
HFS.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ImageWrapper.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
MacPart.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Makefile initial import 2007-03-27 17:47:10 +00:00
MicroDrive.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Nibble.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Nibble35.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
OuterWrapper.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
OzDOS.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Pascal.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ProDOS.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
RDOS.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
SCSIDefs.h Added new logging macros 2014-11-17 18:07:07 -08:00
SPTI.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
SPTI.h Added new logging macros 2014-11-17 18:07:07 -08:00
StdAfx.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
StdAfx.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
TwoImg.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
TwoImg.h Added new logging macros 2014-11-17 18:07:07 -08:00
UNIDOS.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
VolumeUsage.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Win32BlockIO.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Win32BlockIO.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Win32Extra.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00