Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the default msvc version instead of forcing v120_xp only for 32-bit ↵ | Marc Aldorasi | 2022-01-11 | 1 | -2/+2 |
| | | | | release mode | ||||
* | select Windows SDK automatically | Rainer Schuetze | 2019-01-06 | 1 | -0/+8 |
| | |||||
* | Add Visual Studio detection by the COM API | Akihiko Odaki | 2018-09-27 | 1 | -0/+10 |
| | | | | | The new COM API is expected to work on Visual Studio 2017 and newer installations. It is also compatible with non-x86 runtime. | ||||
* | DWARF: fix line info translation for pointer_size 8 | Rainer Schuetze | 2018-07-18 | 1 | -3/+3 |
| | | | | do not assert for "Block" in DW_AT_upper_bound (but not supported) | ||||
* | build with /LARGEADDRESSAWARE | Rainer Schuetze | 2017-10-09 | 1 | -0/+2 |
| | |||||
* | removed linker option for minimum required windows version for x64 | Rainer Schuetze | 2015-10-08 | 1 | -2/+0 |
| | |||||
* | fixes #11 (missing ExcludedFromBuild for x64 asm file in Win32 Platform) | l0calh05t | 2015-10-07 | 1 | -1/+4 |
| | |||||
* | initial commit of x64 fixes | l0calh05t | 2015-10-07 | 1 | -0/+85 |
| | |||||
* | - new tool dumplines to display the debug line number info | Rainer Schuetze | 2015-05-08 | 1 | -0/+1 |
| | |||||
* | Updated mscvpdb.h with latest from WINE. | Vadim Chugunov | 2014-12-05 | 1 | -0/+1 |
| | |||||
* | Fixed O^n abbrev search. | Vadim Chugunov | 2014-12-05 | 1 | -121/+124 |
| | | | | DIE tree navigation without requiring DW_AT_sibling attributes, moved navigation logic into DIECursor class. | ||||
* | * tweaked visualizer macros to display void[], limit array preview to 64 entries | Rainer Schuetze | 2014-12-04 | 1 | -0/+122 |
* added VS2013 projects + solution |