1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 18 days ago. based on code collected 18 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added new console project for library version of VLD.
db
More... almost 20 years ago
Moved vld.dsp from console subdirectory to root directory.
db
More... almost 20 years ago
Moved vld.cpp from console subdirectory to root directory.
db
More... almost 20 years ago
Added header for conversion of VLD into a static library.
db
More... almost 20 years ago
Converted VLD into a static library.
db
More... almost 20 years ago
Changed call to GetCommandLine() to GetCommandLineA() so that compilation will not fail even if UNICODE is defined.
db
More... almost 20 years ago
Removed rogue whitespace.
db
More... almost 20 years ago
Minor correction to comments for getprogramcounterintelx86().
db
More... almost 20 years ago
Changed version to 0.9c. Added problems fixed in version 0.9c.
db
More... almost 20 years ago
Incorporated a LOT of improvements from the Code Project article. Some minor formatting enhancements.
db
More... almost 20 years ago
Changed version to 0.9c. Incorporated a LOT of improvements from the Code Project article. Some minor formatting enhancements.
db
More... almost 20 years ago
Changed version to 0.9c.
db
More... almost 20 years ago
Renamed references to "size" to "nDataSize" for the _CrtMemBlockHeader structure. In the previously locally duplicated copy of the memory block structure, the user-data size filed was named "size". When the locally duplicated copy was removed and the "real" structure was included via "dbgint.h", renaming of the field in a few places where it's used when VLD_MAX_DATA_DUMP is defined was missed.
db
More... almost 20 years ago
Slight formatting modification. More... almost 20 years ago
Added COPYING.txt to module's root directory (duplicate copies in subdirectories removed). More... almost 20 years ago
Removed copy of COPYING.txt (main copy is in the module's root directory). More... almost 20 years ago
Added caveats explaining the limitations when using the "#pragma init_seg(compiler)" directive for user global objects. More... almost 20 years ago
Added change log / release notes for the 0.9b release. More... almost 20 years ago
Added the README.txt file for just the source code by itself (i.e. without any example programs or projects). More... almost 20 years ago
Added the caveats section explaining the limitations of VLD if the "#pragma init_seg(compiler)" directive is used to construct user global objects. More... almost 20 years ago
Added init_seg #pragma directive to place visualleakdetector in the "compiler" initialization area. This make visualleakdetector get constructed during C runtime initialization (i.e. before any user code runs). More... almost 20 years ago
Turned on "Warnings as errors" for all build configurations. More... almost 20 years ago
Added COPYING.txt and new README.txt to project. More... almost 20 years ago
Removed CVS $Id$ heading. Resource editor doesn't like it. More... almost 20 years ago
Added version information. More... almost 20 years ago
Added README.txt and COPYING.txt to the project. More... almost 20 years ago
Added version information for the initial public release (0.9a). More... almost 20 years ago
Adjusted the size of the malloc'd block. More... almost 20 years ago
Added version information. More... almost 20 years ago
Initial revision More... almost 20 years ago