forked from aras-p/sizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
31 lines (24 loc) · 1.02 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
0.1.7, 2017 02 13
briansmith: add support for VS2013 and VS2015 DIA SDKs
db4: undecorate C++ names in reports
0.1.6, 2014 03 15
ryg: add support for VS2010 and VS2012 DIA SDKs
0.1.5, 2013 04 23
aras: converted project files to VS2010
0.1.4, 2010 10 14
lucas: convert projectfile to vs2008
lucas: add support for reading vs2008 generated pdb's
0.1.3, 2008 01 17
aras: fixed a crash on some executables (IDiaSymbol2::get_type may return S_ERROR). Reported by Ivan-Assen Ivanov.
aras: print a dot for each 1000 symbols read. Some executables spend ages inside DIA dlls.
0.1.2, 2008 01 14
ryg: 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
aras: strip whitespace from symbol names (often happens with templates)
0.1.1, 2008 01 13
aras: improved error messages
aras: removed unused source files
0.1, 2008 01 13
initial release