@@ -589,44 +589,49 @@ Version history
589
589
- dviewhelper.dll from cv2pdb now avoids being unloaded after debugger expression evaluation using visualizers
590
590
* changed license to Boost
591
591
592
- unreleased Version 0.3.38
592
+ 2014-04-12 Version 0.3.38
593
593
594
- * updated to cv2pdb 0.28
594
+ * updated to cv2pdb 0.31
595
595
- support mspdb120.dll from VS 2013
596
596
- bugzilla 11537: improved search for appropriate mspdb*.dll if multiple version of VS installed
597
597
- fix support for DWARF conversion for gcc 4.8
598
+ - bugzilla 11898: cv2pdb: modified visualizer for void[] to also show bytes
599
+
598
600
* updated to mago 0.9
599
601
- bugzilla 11547: remove error message when stopping debugging
600
602
- bugzilla 11437: debug info rejected if records don't have "recommended" order
601
603
- bugzilla 11030: set breakpoint in all template instances
602
- * updated dparser to 08f760b6181d1e40a29f3e03a7eafcd40bf4dc34
603
- - added options to enable/disable mixin analysis and UFCS expansions
604
- * added support for string import dependencies (needs dmd 2.065)
605
- * fixed default library path for x64 (contained spaces, but were not quoted,
606
- added default for 8.1 SDK)
607
- * fixed passing quoted library paths to linker
608
- * fixed project and completion icons being converted to 16 color bitmaps
609
- * completion box now displays appropriate icons and tooltip with dparser
610
- * tool tips now expand some Ddoc macros for better readability
611
-
612
- * update SDK conversion for VS2013 and Windws SDK 8.1
613
- * bugzilla 11786: change some default colors when using dark theme in VS 2012+ (restart required)
614
- * Windows SDK 8.0/8.1 detection
615
- * fix bad "\n" in default x64 library search path
616
- * x64 executable and library search path not correctly saved for next VS start
617
- * bugzilla 12052: improve project automation to mute NuGet (still empty project pretended)
618
-
619
- * add source control support for git in VS2013 (and maybe others)
620
- * fix DnD of project items in VS2013
621
- * bugzilla 12187: disguise functionality of pipedmd.exe and filemonitor.dll to let it pass
622
- most anti-virus checks
623
- * bugzilla 11962: added option to select the C runtime library when compiling for x64
624
-
625
- * bugzilla 11940: completion on import statements no longer showed folder icons
626
- * bugzilla 11649: completion on selective import now lists identifiers from imported module
627
- * dparser: fixed completion for symbols without description
628
- * dparser: added support for multi line completions (including override completion)
629
- * parameter tool tips now use prototype from dparser and shows documentation
630
-
631
- * bugzilla 11898: cv2pdb: modified visualizer for void[] to also show bytes
632
- * bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
604
+
605
+ * build system
606
+ - added support for string import dependencies (needs dmd 2.065)
607
+ - Windows SDK 8.0/8.1 detection
608
+ - fix bad "\n" in default x64 library search path
609
+ - fixed default library path for x64 (contained spaces, but were not quoted, added default for 8.1 SDK)
610
+ - fixed passing quoted library paths to linker
611
+ - x64 executable and library search path not correctly saved for next VS start
612
+ - bugzilla 11962: added option to select the C runtime library when compiling for x64
613
+
614
+ * project management
615
+ - fixed project and completion icons being converted to 16 color bitmaps
616
+ - add source control support for git in VS2013 (and maybe others)
617
+ - bugzilla 12052: improve project automation to mute NuGet (still empty project pretended)
618
+ - fix DnD of project items in VS2013
619
+
620
+ * language service
621
+ - completion box now displays appropriate icons and tooltip with dparser
622
+ - tool tips now expand some Ddoc macros for better readability
623
+ - bugzilla 11940: completion on import statements no longer showed folder icons
624
+ - bugzilla 11649: completion on selective import now lists identifiers from imported module
625
+ - improved integration of Alex Bothe's dparser
626
+ - updated dparser to 1bb6dc6e0a3069a07d8e7f15070161b717bd94c4
627
+ - fixed completion for symbols without description
628
+ - added options to enable/disable mixin analysis and UFCS expansions
629
+ - added support for multi line completions (including override completion)
630
+ - parameter tool tips now use prototype from dparser and shows documentation
631
+ - bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
632
+
633
+ * miscellanea
634
+ - update SDK conversion for VS2013 and Windws SDK 8.1
635
+ - bugzilla 11786: change some default colors when using dark theme in VS 2012+ (restart required)
636
+ - bugzilla 12187: disguise functionality of pipedmd.exe and filemonitor.dll to let it pass
637
+ most anti-virus checks
0 commit comments