|
1 | 1 | Ddoc |
2 | 2 |
|
| 3 | +$(H2 2015-5-16 Version 0.3.41) |
| 4 | + $(UL |
| 5 | + $(LI build system |
| 6 | + $(UL |
| 7 | + $(LI added new command "DustMite Build Failure" to reduce source of startup project |
| 8 | + for build error with DustMite) |
| 9 | + $(LI added integration into the Visual Studio Performance Wizard) |
| 10 | + $(LI updated "Build Phobos Browse Info" and "Build local version of phobos" for dmd 2.067+) |
| 11 | + $(LI added project template for console application built with DMD/LDC and x86/x64) |
| 12 | + $(LI release configurations now enable optimizations and inlining by default) |
| 13 | + )) |
| 14 | + $(LI cv2pdb |
| 15 | + $(UL |
| 16 | + $(LI last version introduced crashes with DWARF conversions) |
| 17 | + $(LI now supports info in DWARF sections .debug_frame and .debug_loc for better display of locals) |
| 18 | + $(LI DWARF debug info now stripped from executable) |
| 19 | + $(LI support for mspdb140.dll from VS2015) |
| 20 | + $(LI now writes correct machine type to PDB for x64) |
| 21 | + )) |
| 22 | + $(LI mago |
| 23 | + $(UL |
| 24 | + $(LI mago is now the default debug engine for new projects) |
| 25 | + $(LI added support for new AA implementation in dmd 2.068) |
| 26 | + $(LI preview for structs now shows first members) |
| 27 | + )) |
| 28 | + $(LI demangle D/C++ symbols in disassembly with new tool dcxxfilt that supports both gcc |
| 29 | + and MS C++ mangling.) |
| 30 | + $(LI search file dialog |
| 31 | + $(UL |
| 32 | + $(LI the same file is no longer listed multiple times if it is in several projects) |
| 33 | + $(LI '.', '/' and '\' are considered the same in case insensitive non-regex searches |
| 34 | + to simplify finding a module in a package) |
| 35 | + $(LI case sensitivity button was restored inverted) |
| 36 | + )) |
| 37 | + $(LI installer now shows the version of Visual D about to be installed) |
| 38 | +)) |
| 39 | + |
3 | 40 | $(H2 2015-5-16 Version 0.3.41) |
4 | 41 | $(UL |
5 | 42 | $(LI build system |
@@ -37,7 +74,7 @@ $(H2 2015-5-16 Version 0.3.41) |
37 | 74 | $(LI profiler window: non-D symbols (e.g. C++ mangled functions) are no longer displayed empty) |
38 | 75 | ) |
39 | 76 |
|
40 | | -$(B 2015-1-1 Version 0.3.40) |
| 77 | +$(H2 2015-1-1 Version 0.3.40) |
41 | 78 | $(UL |
42 | 79 | $(LI build system |
43 | 80 | $(UL |
|
0 commit comments