-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
68 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
### 0.4.0, 2023 Aug 2 | ||
|
||
- Sizer itself is now 64 bit executable (aras) | ||
- Fixed template report in some cases stopping too early (sagamusix) | ||
- Convert project files to VS2022 (aras) | ||
|
||
### 0.3.0, 2017 Nov 8 | ||
|
||
Previously, minimum symbol sizes were hardcoded (only symbols larger than 512 bytes printed, etc.). | ||
Now they are configurable via command line options! See `--help` for full list of arguments. | ||
|
||
- Control report symbol sizes, e.g. `--all`, `--min=0.1` etc. | ||
- Optionally filter report to only include symbols with given substring in name/file: `--name=str` | ||
- Tweaked output to be more readable in general (column widths, etc.) | ||
|
||
### 0.2.0, 2017 06 27 | ||
|
||
- Massively speed up execution time for large & 64 bit binaries, by changing the symbol processing loop (Lionel Fuentes) | ||
- Improved progress reporting; percentage printed now (aras) | ||
|
||
### 0.1.7, 2017 02 13 | ||
|
||
- Add support for VS2013 and VS2015 DIA SDKs (Brian Smith) | ||
- Undecorate C++ names in reports (db4) | ||
|
||
### 0.1.6, 2014 03 15 | ||
|
||
- Add support for VS2010 and VS2012 DIA SDKs (ryg) | ||
|
||
### 0.1.5, 2013 04 23 | ||
|
||
- Converted project files to VS2010 (aras) | ||
|
||
### 0.1.4, 2010 10 14 | ||
|
||
- Convert project files to vs2008 (lucas) | ||
- Add support for reading vs2008 generated pdb's (lucas) | ||
|
||
### 0.1.3, 2008 01 17 | ||
|
||
- Fixed a crash on some executables; `IDiaSymbol2::get_type` may return `S_ERROR` (aras; reported by Ivan-Assen Ivanov) | ||
- Print a dot for each 1000 symbols read. Some executables spend ages inside DIA dlls | ||
|
||
### 0.1.2, 2008 01 14 | ||
|
||
- Added support for VC8.0 DIA DLL (ryg) | ||
- Added support for loading DIA DLLs that are not registered; drop `msdia*.dll` into app folder (ryg) | ||
- Split up "data" report into data and BSS (uninitialized data) sections (ryg) | ||
- Fixed some size computations (ryg) | ||
- Strip whitespace from symbol names; often happens with templates (aras) | ||
|
||
### 0.1.1, 2008 01 13 | ||
|
||
- Improved error messages (aras) | ||
- Removed unused source files (aras) | ||
|
||
### 0.1, 2008 01 13 | ||
|
||
- Initial release |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters