Skip to content

Commit 2cfe21e

Browse files
committed
Merge pull request #52 from rainers/master
Visual D 0.3.43 rc1
2 parents c655898 + f97595a commit 2cfe21e

File tree

13 files changed

+569
-361
lines changed

13 files changed

+569
-361
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,3 +788,14 @@ unreleased Version 0.3.43
788788
that also contains a Visual D project
789789
* VS2015 linker updates logs and telemetry data files, confusing tracked linker dependencies.
790790
Now ignoring files that are both read and written.
791+
* debug option: allow none of -debug and -release to be specified (and fix LDC never to receive
792+
the -d-debug option)
793+
* some improvements to the C++ to D conversion wizard:
794+
- don't stop conversion after an unmatched } (this also caused other messages to not be displayed)
795+
- added support for sizeof without parenthesis
796+
- allow namespace scope in type names
797+
- allow virtual destructors
798+
- skip throw function specification
799+
- fix order of identifiers if "#define A B" is converted to an alias
800+
* additional options: now replacing newline with space when adding to the command line
801+
* compiling file for syntax check with LDC passed wrong command line option

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define VERSION_MAJOR 0
22
#define VERSION_MINOR 3
33
#define VERSION_REVISION 43
4-
#define VERSION_BETA -beta
5-
#define VERSION_BUILD 2
4+
#define VERSION_BETA -rc
5+
#define VERSION_BUILD 1

0 commit comments

Comments
 (0)