Visual D 1.3.0 released

2022-06-05 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, happy to announce the release of Visaul D 1.3.0. The most important change is the update of semantic analysis for highlighting, browsing and code completion to the frontend of dmd 2.100.0. See the list of further changes and bug fixes at https://rainers.github.io/visuald/visuald/VersionH

Re: Beta 2.099.0

2022-02-15 Thread Rainer Schuetze via Digitalmars-d-announce
On 16/02/2022 06:53, forkit wrote: On Wednesday, 16 February 2022 at 04:14:01 UTC, max haughton wrote: On Wednesday, 16 February 2022 at 01:38:08 UTC, forkit wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: I was so hoping I could now begin using -betterC on Windo

Visual D 1.2.0 supports Visual Studio 2022

2022-01-15 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, Visual D 1.2.0 has just been released. Visual D is a Visual Studio package providing project management, language services and debugger integration for the D language. You download it from https://rainers.github.io/visuald/visuald/StartPage.html Major new features: * added support for

Re: On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-24 Thread Rainer Schuetze via Digitalmars-d-announce
to deal with in teaching these kids This is truly an understatement about Visual D, the debugging experience is at par with the native C++ one in VS. If I was a kid from that group, I would feel tormented by the dub/vscode experience :) Rainer Schuetze deserves a statue. Thanks, but no

Re: Visual D 1.1.0 released

2021-03-09 Thread Rainer Schuetze via Digitalmars-d-announce
On 06/03/2021 12:55, Imperatorn wrote: > On Saturday, 6 March 2021 at 06:59:28 UTC, Rainer Schuetze wrote: >> >> >> On 05/03/2021 12:26, Imperatorn wrote: >>> On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote: >>>> On Thursday, 4 March 2021 at 1

Re: Visual D 1.1.0 released

2021-03-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 05/03/2021 12:26, Imperatorn wrote: > On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote: >> On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote: >>> https://filebin.net/19gupoeedfdjx5tx >>> >>> One GIF is the behaviour in C# I would like to have in D as well with >>> static if, a

Re: Visual D 1.1.0 released

2021-03-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/03/2021 14:43, James Lu wrote: > On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: >> Hi, >> >> development on Visual D, the Visual Studio extension that adds D >> language support to VS 2008-2019, has been rather slow recently, but >> fin

Re: Visual D 1.1.0 released

2021-03-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/03/2021 14:29, Imperatorn wrote: > A few questions. > > How hard would the following be: > > 1. Highlight code as dead or alive in static if > > 2. Show typeid when hovering over a variable > Adding to what Bastiaan said: "Lowlighting" disabled code in static if() similar to debug/ve

Re: Visual D 1.1.0 released

2021-03-03 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/03/2021 00:07, Bastiaan Veelo wrote: > On Tuesday, 2 March 2021 at 08:58:15 UTC, Rainer Schuetze wrote: >> You can find the update installer or a full installer bundled with >> latest versions of DMD and LDC here: >> >> https://rainers.github.io/visuald/visu

Visual D 1.1.0 released

2021-03-02 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, development on Visual D, the Visual Studio extension that adds D language support to VS 2008-2019, has been rather slow recently, but finally the results of recent months have been released. Some highlights of this new version: - semantic engine updated to frontend 2.095.1 - adds "adornment

Re: Visual D 1.0.1 released

2020-08-25 Thread Rainer Schuetze via Digitalmars-d-announce
On 25/08/2020 22:37, Per Nordlöw wrote: > On Sunday, 23 August 2020 at 07:33:01 UTC, Rainer Schuetze wrote: >> The most important part of the update is that the semantic engine is >> now based on the latest compiler release 2.093.1. > > - Does the engine have a feature lis

Re: Visual D 1.0.1 released

2020-08-25 Thread Rainer Schuetze via Digitalmars-d-announce
On 25/08/2020 07:25, mw wrote: > On Sunday, 23 August 2020 at 07:33:01 UTC, Rainer Schuetze wrote: >> Hi, >> >> an update for Visual D has just been made available. Visual D is a >> Visual Studio extension that adds D language support to VS 2008-2019. >> >>

Re: Release D 2.093.1

2020-08-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/08/2020 10:09, Martin Nowak wrote: > Glad to announce D 2.093.1, ♥ to the 13 contributors. > > http://dlang.org/download.html Thanks, Martin. The Visual D update mechanism notified about this release about a week ago, even earlier than the usual 1 or 2 days. This probably happens because t

Visual D 1.0.1 released

2020-08-23 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, an update for Visual D has just been made available. Visual D is a Visual Studio extension that adds D language support to VS 2008-2019. The most important part of the update is that the semantic engine is now based on the latest compiler release 2.093.1. There are a few other improvements an

Re: Visual D 1.0.0 released

2020-07-12 Thread Rainer Schuetze via Digitalmars-d-announce
On 12/07/2020 23:35, Rainer Schuetze wrote: > > > On 12/07/2020 11:11, greatsam4sure wrote: > [...] >> set WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ >> set WindowsSdkVersion=10.0.18362.0 >> set UniversalCRTSdkDir=C:\Program Files (x86)\Windo

Re: Visual D 1.0.0 released

2020-07-12 Thread Rainer Schuetze via Digitalmars-d-announce
On 12/07/2020 11:11, greatsam4sure wrote: [...] > set WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ > set WindowsSdkVersion=10.0.18362.0 > set UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ > set UCRTVersion=10.0.18362.0 [...] > echo legacy_stdio_definitions.lib /LIBPATH:"C:\

Re: Visual D 1.0.0 released

2020-07-10 Thread Rainer Schuetze via Digitalmars-d-announce
On 10/07/2020 09:14, Jacob Carlborg wrote: > On Friday, 10 July 2020 at 06:46:53 UTC, Rainer Schuetze wrote: > >> There is an extension using DLS as an LSP: >> https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.visual-studio-dlang >> >> >> I

Re: Visual D 1.0.0 released

2020-07-09 Thread Rainer Schuetze via Digitalmars-d-announce
On 09/07/2020 14:14, Jacob Carlborg wrote: > On Thursday, 9 July 2020 at 08:40:24 UTC, Petar Kirov [ZombineDev] wrote: > >> What I really wish is we had a single shared codebase for dlang editor >> support, that could be shared among editor extension writers, instead >> of having many community

Re: Visual D 1.0.0 released

2020-07-09 Thread Rainer Schuetze via Digitalmars-d-announce
On 10/07/2020 07:07, Petar Kirov [ZombineDev] wrote: > I don't care about the VS debug engine since it's Windows only. Some of > the UX may be nice to replicate, but think this falls outside big the > scope of a dlang editor extension, if said editor already has general > native code debugging f

Re: Visual D 1.0.0 released

2020-07-09 Thread Rainer Schuetze via Digitalmars-d-announce
On 08/07/2020 10:11, Walter Bright wrote: > On 7/7/2020 6:26 PM, Manu wrote: >> The difference is night vs day... VisualD is, by far, like REALLY FAR, >> the most mature and useful IDE and debug environment for D. >> TL;DR: if you are a D dev, and you use Windows, you should definitely >> try Vi

Re: Visual D 1.0.0 released

2020-07-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/07/2020 15:00, Rainer Schuetze wrote: > - debugger extension mago will now evaluate struct or class properties > (methods or fields) __debugOverview, __debugExpanded and __debugTextView > to customize the debugger display. mago can even display forward ranges > as a list,

Re: Visual D 1.0.0 released

2020-07-04 Thread Rainer Schuetze via Digitalmars-d-announce
On 04/07/2020 17:16, Arafel wrote: > On 4/7/20 15:00, Rainer Schuetze wrote: >> Hello, >> >> after having passed the 10 year anniversary of public availability >> recently, it is finally time to release version 1.0 of Visual D, the >> Visual Studio extension t

Visual D 1.0.0 released

2020-07-04 Thread Rainer Schuetze via Digitalmars-d-announce
Hello, after having passed the 10 year anniversary of public availability recently, it is finally time to release version 1.0 of Visual D, the Visual Studio extension that adds D language support to VS 2008-2019. You can find the installer at http://rainers.github.io/visuald/visuald/StartPage.htm

Re: Visual D 0.52.0 released

2020-03-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/03/2020 12:01, ShadoLight wrote: > On Tuesday, 24 March 2020 at 10:55:28 UTC, ShadoLight wrote: >> On Monday, 23 March 2020 at 09:54:46 UTC, Rainer Schuetze wrote: >>> Hi, >>> >>> a new version of Visual D, the Visual Studio extension that adds D >

Re: Visual D 0.52.0 released

2020-03-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/03/2020 03:31, Dylan Graham wrote: > On Monday, 23 March 2020 at 09:54:46 UTC, Rainer Schuetze wrote: >> Hi, >> >> a new version of Visual D, the Visual Studio extension that adds D >> language support to VS2008-2019, is available at >> >> [...] &g

Re: Visual D 0.52.0 released

2020-03-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/03/2020 03:30, Dylan Graham wrote: > Restarting Visual Studio and terminating the server seems to fix the > issue, until it happens again 15 minutes later. BTW: you don't need to restart Visual Studio, killing dmdserver.exe is enough, it will be automatically restarted and reconnected.

Visual D 0.52.0 released

2020-03-23 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, a new version of Visual D, the Visual Studio extension that adds D language support to VS2008-2019, is available at https://rainers.github.io/visuald/visuald/StartPage.html Major highlights of this release are - improvements to the DMD based semantic engine: it has been updated to the front

Re: Beta 2.091.0

2020-03-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 05/03/2020 06:15, Andre Pany wrote: >>> Small remark: To get dub working you need to copy it from bin folder >>> to bin64 folder manually. Just adding folders `bin64` and `bin` to >>> PATH does not work because Dub will you `dmd` from current folder. >> [...] > > Yes, adding a64 bit version

Re: Beta 2.091.0

2020-03-03 Thread Rainer Schuetze via Digitalmars-d-announce
On 26/02/2020 15:23, Andre Pany wrote: > On Wednesday, 26 February 2020 at 14:11:58 UTC, Andre Pany wrote: >> On Wednesday, 26 February 2020 at 12:17:43 UTC, Martin Nowak wrote: >> >> Thank you so much Rainer for adding the 64 bit dmd compiler to the >> windows installation package. Also buildin

Re: DIP 1027---String Interpolation---Format Assessment

2020-02-27 Thread Rainer Schuetze via Digitalmars-d-announce
On 27/02/2020 01:20, Walter Bright wrote: > On 2/26/2020 3:13 AM, Petar Kirov [ZombineDev] wrote: >> In all other languages with string interpolation that I'm familiar >> with, `a` is not passed to the `i` parameter. > > All rely on a garbage collected string being generated as an > intermediat

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-01-20 Thread Rainer Schuetze via Digitalmars-d-announce
On 21/01/2020 00:07, kinke wrote: > On Monday, 20 January 2020 at 22:10:58 UTC, Rainer Schuetze wrote: >> That can happen when the semantic analysis asserts and crashes the >> background process. >> >> It works better if you also configure the LDCshared project to de

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-01-20 Thread Rainer Schuetze via Digitalmars-d-announce
On 20/01/2020 14:48, kinke wrote: > On Sunday, 19 January 2020 at 07:04:35 UTC, Rainer Schuetze wrote: >> If you switch "Item Type" of one of the D files to use the "D >> Compiler", you can set the import path to "..\ldc" so the engine can >>

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-01-18 Thread Rainer Schuetze via Digitalmars-d-announce
On 19/01/2020 04:32, kinke wrote: > On Saturday, 18 January 2020 at 22:32:00 UTC, Rainer Schuetze wrote: >> It's not in the project configuration, but the global options >> "Tools->Options->Text Editor->D->Intellisense" > > Thx! I've immedi

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-01-18 Thread Rainer Schuetze via Digitalmars-d-announce
On 18/01/2020 22:25, kinke wrote: > On Saturday, 18 January 2020 at 14:22:41 UTC, Rainer Schuetze wrote: >> It is still considered experimental and has to be enabled on the >> respective language options page. > > Is there a way to enforce it, e.g., via registry or by

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-01-18 Thread Rainer Schuetze via Digitalmars-d-announce
On 18/01/2020 17:43, Sebastiaan Koppe wrote: > On Saturday, 18 January 2020 at 14:22:41 UTC, Rainer Schuetze wrote: >> This version features a first version of an intellisense engine that >> is based on the DMD frontend (as of version 2.090) for semantic >> analysis. I

Visual D 0.51.0 - semantic engine based on dmd frontend

2020-01-18 Thread Rainer Schuetze via Digitalmars-d-announce
Hello, I'm happy to announce the release of Visual D 0.51.0. Visual D is a Visual Studio extension that adds D language support to VS2008-2019. The installers can be found at http://rainers.github.io/visuald/visuald/StartPage.html This version features a first version of an intellisense engine

Re: DIP 1024---Shared Atomics---Accepted

2020-01-11 Thread Rainer Schuetze via Digitalmars-d-announce
On 02/01/2020 09:01, Manu wrote: > On Thu, Jan 2, 2020 at 4:45 PM Walter Bright via > Digitalmars-d-announce wrote: >> >> On 1/1/2020 9:53 PM, Manu wrote: >>> On Thu, Jan 2, 2020 at 3:40 PM Mike Parker via Digitalmars-d-announce >>> wrote: DIP 1024, "Shared Atomics", was accepted wit

Re: On the Blog: Recent D Compiler Releases

2020-01-08 Thread Rainer Schuetze via Digitalmars-d-announce
On 08/01/2020 09:50, Mike Parker wrote: > I've posted an overview of LDC 1.19.0 and DMD 2.090.0 on the blog, and a > reminder that GDC is available as part of the GCC 9 series. > > The blog: > https://dlang.org/blog/2020/01/08/recent-d-compiler-releases/ > > Reddit: > https://www.reddit.com/r/

Re: Release Candidate [was: Re: Beta 2.090.0]

2019-12-30 Thread Rainer Schuetze via Digitalmars-d-announce
On 30/12/2019 12:07, Martin Nowak wrote: > On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: >> Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 >> contributors. >> >> http://dlang.org/download.html#dmd_beta >> http://dlang.org/changelog/2.090.0.html >> >> As u

Re: Visual D 0.50.0 released

2019-09-03 Thread Rainer Schuetze via Digitalmars-d-announce
On 23/06/2019 19:58, Rainer Schuetze wrote: > Hi, > > today a new version of Visual D has been released. Its main new features are > > - additional installer available that includes DMD and LDC > > - now checks for updates for Visual D, DMD and LDC, assisted d

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-06-29 Thread Rainer Schuetze via Digitalmars-d-announce
On 30/06/2019 00:21, Martin Nowak wrote: > On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: >> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 >> contributors. > > Release Candidate is live. > >> http://dlang.org/download.html#dmd_beta >> http://dlang.org/chang

Re: Visual D 0.50.0 released

2019-06-26 Thread Rainer Schuetze via Digitalmars-d-announce
On 26/06/2019 04:35, Bart wrote: > On Tuesday, 25 June 2019 at 19:47:40 UTC, Rainer Schuetze wrote: >> >> >> On 25/06/2019 15:53, a11e99z wrote: >>> On Tuesday, 25 June 2019 at 12:24:03 UTC, a11e99z wrote: >>>> On Sunday, 23 June 2019 at 17:58:27 UTC

Re: Visual D 0.50.0 released

2019-06-25 Thread Rainer Schuetze via Digitalmars-d-announce
On 25/06/2019 15:53, a11e99z wrote: > On Tuesday, 25 June 2019 at 12:24:03 UTC, a11e99z wrote: >> On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote: >>> today a new version of Visual D has been released. >> >> and now I have some issues with new VD 0.5

Re: Visual D 0.50.0 released

2019-06-25 Thread Rainer Schuetze via Digitalmars-d-announce
On 25/06/2019 15:38, a11e99z wrote: > On Tuesday, 25 June 2019 at 12:24:03 UTC, a11e99z wrote: > and should exists total uninstallation with removing ALL setting and > folders. > probably its good for updating to new version but should exist > possibility to make clean new installation with remo

Re: Visual D 0.50.0 released

2019-06-25 Thread Rainer Schuetze via Digitalmars-d-announce
On 25/06/2019 14:24, a11e99z wrote: > On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote: >> today a new version of Visual D has been released. > > before I used VS2017 with VD 0.49. was ok. then I uninstalled it both. > then installed VS2019 (.NET only),

Re: Visual D 0.50.0 released

2019-06-25 Thread Rainer Schuetze via Digitalmars-d-announce
On 25/06/2019 08:49, Bart wrote: > On Tuesday, 25 June 2019 at 05:32:37 UTC, Rainer Schuetze wrote: >> >> >> On 24/06/2019 21:58, Bart wrote: >>> On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote: >>>> Hi, >>>> >>>&g

Re: Visual D 0.50.0 released

2019-06-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/06/2019 21:58, Bart wrote: > On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote: >> Hi, >> >> today a new version of Visual D has been released. Its main new >> features are >> >> [...] > > > Did you break showing interfaces

Re: Visual D 0.50.0 released

2019-06-23 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/06/2019 00:25, Greatsam4sure wrote: >> >> Visual D works for VS 2008 up to VS 2019. The new project dialog in VS >> 2019 makes it hard to discover the new projects because the categories >> are hardcoded and cannot be extended. You have to scroll down the list >> of "All" project templates

Re: Visual D 0.50.0 released

2019-06-23 Thread Rainer Schuetze via Digitalmars-d-announce
On 23/06/2019 21:06, Greatsam4sure wrote: > On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote: >> Hi, >> >> today a new version of Visual D has been released. Its main new >> features are >> >> - additional installer available that incl

Visual D 0.50.0 released

2019-06-23 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, today a new version of Visual D has been released. Its main new features are - additional installer available that includes DMD and LDC - now checks for updates for Visual D, DMD and LDC, assisted download and install - debugger improvements: better support for dynamic type of classes, show

Re: Visual D 0.49.0 released

2019-04-28 Thread Rainer Schuetze via Digitalmars-d-announce
On 22/04/2019 00:57, Alex wrote: > On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote: >> Hello, >> >> the new release of Visual D has just been uploaded. Some major >> improvements of 0.49.0: >> >> * support for Visual Studio 2019 >> *

Re: Visual D 0.49.0 released

2019-04-28 Thread Rainer Schuetze via Digitalmars-d-announce
On 21/04/2019 10:40, Rainer Schuetze wrote: > > > On 07/04/2019 21:41, Rainer Schuetze wrote: >> Hello, >> >> the new release of Visual D has just been uploaded. Some major >> improvements of 0.49.0: >> >> * support for Visual Studio 2019 >&

Re: Visual D 0.49.0 released

2019-04-21 Thread Rainer Schuetze via Digitalmars-d-announce
On 07/04/2019 21:41, Rainer Schuetze wrote: > Hello, > > the new release of Visual D has just been uploaded. Some major > improvements of 0.49.0: > > * support for Visual Studio 2019 > * parallel compilation supported by VC projects > * catch up with recent language c

Re: Visual D 0.49.0 released

2019-04-21 Thread Rainer Schuetze via Digitalmars-d-announce
On 09/04/2019 22:34, Crayo List wrote: > On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote: >> Hello, >> >> the new release of Visual D has just been uploaded. Some major >> improvements of 0.49.0: >> >> * support for Visual Studio 2019 &g

Visual D 0.49.0 released

2019-04-07 Thread Rainer Schuetze via Digitalmars-d-announce
Hello, the new release of Visual D has just been uploaded. Some major improvements of 0.49.0: * support for Visual Studio 2019 * parallel compilation supported by VC projects * catch up with recent language changes * new "Language" configuration page for -transition=/-preview=/-revert= options S

Re: Release D 2.085.0

2019-03-04 Thread Rainer Schuetze via Digitalmars-d-announce
On 03/03/2019 22:51, Per Nordlöw wrote: > On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote: >> Glad to announce D 2.085.0, ♥ to the 49 contributors. >> >> This release comes with context-aware assertion messages, lower GC >> memory usage, a precise GC, support to link custom GCs, lo

Re: Beta 2.085.0

2019-02-16 Thread Rainer Schuetze via Digitalmars-d-announce
On 16/02/2019 22:03, Per Nordlöw wrote: > On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote: >> Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 >> contributors. >> >> http://dlang.org/download.html#dmd_beta >> http://dlang.org/changelog/2.085.0.html > > I ca

Re: Beta 2.085.0

2019-02-16 Thread Rainer Schuetze via Digitalmars-d-announce
On 16/02/2019 19:53, JN wrote: > On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote: >> Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 >> contributors. >> >> http://dlang.org/download.html#dmd_beta >> http://dlang.org/changelog/2.085.0.html >> >> As usual ple

Re: Beta 2.084.1

2019-02-06 Thread Rainer Schuetze via Digitalmars-d-announce
On 05/02/2019 11:53, Andre Pany wrote: > On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote: >> Glad to announce the first beta for the 2.084.1 point release, ♥ to >> the 6 contributors. >> >> http://dlang.org/download.html#dmd_beta >> http://dlang.org/changelog/2.084.1.html >> >> A

Re: Visual D 0.48.0 released

2018-12-22 Thread Rainer Schuetze via Digitalmars-d-announce
over to http://rainers.github.io/visuald/visuald/StartPage.html or directly to https://github.com/dlang/visuald/releases/tag/v0.48.1 Happy holidays, Rainer On 02/12/2018 17:02, Rainer Schuetze wrote: > Hi, > > I have made a new release of Visual D available. Some highlights of > ve

Re: Visual D 0.48.0 released

2018-12-04 Thread Rainer Schuetze via Digitalmars-d-announce
On 03/12/2018 22:10, Neia Neutuladh wrote: > On Mon, 03 Dec 2018 15:08:33 +, greatsam4sure wrote: >> It will be nice if you can port this code base to vs code. It is the >> same visual studio code base. > > Pardon? VS Code is an Electron application written mainly in TypeScript, > while Vi

Visual D 0.48.0 released

2018-12-02 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, I have made a new release of Visual D available. Some highlights of version 0.48.0: * installer and binaries now digitally signed by the "D Language Foundation" * experimental: option to enable semantic identifier highlighting * mago debugger: show return value, closure and capture variables

Re: Profiling DMD's Compilation Time with dmdprof

2018-11-08 Thread Rainer Schuetze via Digitalmars-d-announce
On 09/11/2018 00:12, kinke wrote: > On Thursday, 8 November 2018 at 20:19:47 UTC, Vladimir Panteleev wrote: >> Sounds like we're narrowing it down to the Visual Studio solution. > > Mildly interested, I gave DMD master a shot with my 5-years old i5-3550 > (@4 GHz) in VS 2017 (+ a recent Visual

Re: Visual D 0.47.0 released

2018-06-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/06/2018 19:56, Brian wrote: On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote: Hi, a new release of Visual D has just been uploaded. Major changes are * improved Visual C++ project integration: better dependencies,   automatic libraries, name demangling * new project

Visual D 0.47.0 released

2018-06-24 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, a new release of Visual D has just been uploaded. Major changes are * improved Visual C++ project integration: better dependencies, automatic libraries, name demangling * new project wizard * mago debugger: show vtable, dynamic type of interfaces, symbol names of pointer address See htt

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 😂👌

2018-03-16 Thread Rainer Schuetze via Digitalmars-d-announce
On 15/03/2018 19:45, Anton Fediushin wrote: $ dd if=test.raw | ./ecoji-d | gzip -c | wc -c 67108864 bytes (67 MB, 64 MiB) copied, 27.9972 s, 2.4 MB/s 32178275 # 48% improvement If you can compress random data to 52% of the original data, you should repeat this step until there is a single by

Re: Beta 2.079.0

2018-02-20 Thread Rainer Schuetze via Digitalmars-d-announce
On 20/02/2018 01:58, Basile B. wrote: On Monday, 19 February 2018 at 21:50:02 UTC, Rainer Schuetze wrote: On 19/02/2018 21:17, Andre Pany wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77

Re: Beta 2.079.0

2018-02-19 Thread Rainer Schuetze via Digitalmars-d-announce
On 19/02/2018 21:17, Andre Pany wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. [...] This release is fantastic! In the change log information about lld linker is mi

Re: Release D 2.078.1

2018-02-01 Thread Rainer Schuetze via Digitalmars-d-announce
On 23/01/2018 14:08, thedeemon wrote: On Monday, 22 January 2018 at 20:43:56 UTC, Martin Nowak wrote: Glad to announce D 2.078.1. The Windows 7z archive version now has much simpler sc.ini, in fact too simple. With Visual C++ 2015 x64 Native Build Tools now trying to run dmd -m64 hi.d I g

Re: Release D 2.078.1

2018-02-01 Thread Rainer Schuetze via Digitalmars-d-announce
On 01/02/2018 17:16, Atila Neves wrote: Should I file a bug for dmd or the installer? It's a dmd issue. https://issues.dlang.org/show_bug.cgi?id=18352 Thanks. https://github.com/dlang/dmd/pull/7827

Re: Release D 2.078.1

2018-01-31 Thread Rainer Schuetze via Digitalmars-d-announce
On 31/01/2018 16:58, Atila Neves wrote: On Thursday, 25 January 2018 at 20:11:54 UTC, Rainer Schuetze wrote: On 25.01.2018 14:54, Atila Neves wrote: On Tuesday, 23 January 2018 at 15:16:02 UTC, Andre Pany wrote: On Tuesday, 23 January 2018 at 13:08:35 UTC, thedeemon wrote: On Monday, 22

Re: Release D 2.078.1

2018-01-25 Thread Rainer Schuetze via Digitalmars-d-announce
On 25.01.2018 14:54, Atila Neves wrote: On Tuesday, 23 January 2018 at 15:16:02 UTC, Andre Pany wrote: On Tuesday, 23 January 2018 at 13:08:35 UTC, thedeemon wrote: On Monday, 22 January 2018 at 20:43:56 UTC, Martin Nowak wrote: Glad to announce D 2.078.1. The Windows 7z archive version n

Re: Release D 2.078.1

2018-01-23 Thread Rainer Schuetze via Digitalmars-d-announce
On 23.01.2018 14:08, thedeemon wrote: On Monday, 22 January 2018 at 20:43:56 UTC, Martin Nowak wrote: Glad to announce D 2.078.1. The Windows 7z archive version now has much simpler sc.ini, in fact too simple. With Visual C++ 2015 x64 Native Build Tools now trying to run dmd -m64 hi.d I g

Re: Release D 2.078.0

2018-01-12 Thread Rainer Schuetze via Digitalmars-d-announce
On 12.01.2018 12:42, Andre Pany wrote: On Monday, 8 January 2018 at 22:41:31 UTC, Rainer Schuetze wrote: Unfortunately the corresponding installer PRs didn't make it into the release, so you still have to remove most options of section Environment64 from sc.ini yourself. This shou

Re: Release D 2.078.0

2018-01-08 Thread Rainer Schuetze via Digitalmars-d-announce
On 08.01.2018 08:56, Andre Pany wrote: On Wednesday, 3 January 2018 at 17:43:36 UTC, Martin Nowak wrote: Glad to announce D 2.078.0. This release comes with runtime detection of Visual Studio installation paths, an integral promotion transition for unary operations on byte and short sized i

Re: Release D 2.078.0

2018-01-04 Thread Rainer Schuetze via Digitalmars-d-announce
On 04.01.2018 07:25, thedeemon wrote: On Wednesday, 3 January 2018 at 17:43:36 UTC, Martin Nowak wrote: Glad to announce D 2.078.0. This release comes with runtime detection of Visual Studio installation paths I've got a problem with linking phobos64.lib now. I run "Visual C++ 2015 x64 Nat

Re: D's Newfangled Name Mangling

2017-12-21 Thread Rainer Schuetze via Digitalmars-d-announce
On 20.12.2017 19:42, Johan Engelen wrote: On Wednesday, 20 December 2017 at 13:57:20 UTC, Mike Parker wrote: Many thanks to Rainer for his insightful new article for the D Blog outlining the new name mangling algorithm. Nice! Thanks. "D and C++ avoid this problem by adding more informat

Visual D 0.46.0 released - more VS2017 and LDC integration

2017-12-02 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, I have just released version 0.46 of Visual D, see http://rainers.github.io/visuald/visuald/StartPage.html This release doesn't come with major new features, but a list of bug fixes and incremental improvements, those with the largest impact: * improved VS 2017 integration * improved LD

Re: DMD, Windows and C

2017-10-26 Thread Rainer Schuetze via Digitalmars-d-announce
On 25.10.2017 18:57, kinke wrote: On Wednesday, 25 October 2017 at 16:05:48 UTC, Mike Parker wrote: In preparation for an upcoming blog series, and partly as a reaction to the "Windows is a second-class citizen" criticisms that have been cropping up lately, I've put together a primer on getti

Re: DMD, Windows and C

2017-10-26 Thread Rainer Schuetze via Digitalmars-d-announce
On 25.10.2017 18:05, Mike Parker wrote: In preparation for an upcoming blog series, and partly as a reaction to the "Windows is a second-class citizen" criticisms that have been cropping up lately, I've put together a primer on getting set up to use C and D together on Windows. It includes so

Re: Release D 2.076.0

2017-09-07 Thread Rainer Schuetze via Digitalmars-d-announce
On 04.09.2017 11:00, Timon Gehr wrote: On 02.09.2017 08:51, Ilya Yaroshenko wrote: On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote: Glad to announce D 2.076.0. This release comes with static foreach, many -betterC enhancements, various phobos additions, an -mcpu=avx2 switch,

Re: Article: Writing Julia style multiple dispatch code in D

2017-08-30 Thread Rainer Schuetze via Digitalmars-d-announce
On 31.08.2017 01:34, Jean-Louis Leroy wrote: On Wednesday, 30 August 2017 at 22:30:12 UTC, data pulverizer wrote: On Wednesday, 30 August 2017 at 22:10:38 UTC, Jean-Louis Leroy wrote: On Wednesday, 30 August 2017 at 21:30:29 UTC, data pulverizer wrote: In the light of this I think your packag

Re: Visual D 0.45 released - better VS2017 integration

2017-08-17 Thread Rainer Schuetze via Digitalmars-d-announce
On 03.08.2017 09:04, Rainer Schuetze wrote: Hi, there is a new version 0.45 of Visual D available at http://rainers.github.io/visuald/visuald/StartPage.html Most changes are bug fixes and incremental improvements, maybe standing out: * improved VS 2017 integration * task list support

Visual D 0.45 released - better VS2017 integration

2017-08-03 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, there is a new version 0.45 of Visual D available at http://rainers.github.io/visuald/visuald/StartPage.html Most changes are bug fixes and incremental improvements, maybe standing out: * improved VS 2017 integration * task list support * dparser update to recent language additions See h

Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-04-07 Thread Rainer Schuetze via Digitalmars-d-announce
On 12.03.2017 13:09, Rainer Schuetze wrote: preliminary support for VS 2017 (no VC project integration yet) VC project integration is now also available in VS 2017. Check out https://github.com/dlang/visuald/releases/download/v0.44.2/VisualD-v0.44.2.exe which also includes some bug fixes.

Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-13 Thread Rainer Schuetze via Digitalmars-d-announce
On 13.03.2017 18:56, Inquie wrote: On Monday, 13 March 2017 at 08:12:41 UTC, Rainer Schuetze wrote: On 12.03.2017 13:09, Rainer Schuetze wrote: I'm glad to finally announce the release of a new version of Visual D, the Visual Studio extension for the D programming language. Unfortun

Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-13 Thread Rainer Schuetze via Digitalmars-d-announce
On 12.03.2017 13:09, Rainer Schuetze wrote: I'm glad to finally announce the release of a new version of Visual D, the Visual Studio extension for the D programming language. Unfortunately, a bug turned up, causing the default dmd executable search path to contain a bad character. H

Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-12 Thread Rainer Schuetze via Digitalmars-d-announce
On 12.03.2017 21:36, Inquie wrote: Cool, what about vice versa? C/C++ files in a D project and have it link in automatically? Or can it already do this? To some extend, yes. The command line options must be specified manually, though, and must be the same for all C/C++ files. See the proje

Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-12 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, I'm glad to finally announce the release of a new version of Visual D, the Visual Studio extension for the D programming language. Among a considerable number of changes and bug fixes [1], this version features two major enhancements for inter-operability with C/C++: - Visual C project

Re: Release Candidate 2.073.0-rc1

2017-01-20 Thread Rainer Schuetze via Digitalmars-d-announce
On 19.01.2017 21:56, Suliman wrote: On Thursday, 19 January 2017 at 19:22:07 UTC, Rainer Schuetze wrote: On 19.01.2017 08:32, Suliman wrote: http://dlang.org/changelog/2.073.0.html#mscrtlib-option How can I set this flag in dub.json? I tried: "dflags": [ "-mscrt=msvcrt&q

Re: Release Candidate 2.073.0-rc1

2017-01-19 Thread Rainer Schuetze via Digitalmars-d-announce
On 19.01.2017 20:22, Rainer Schuetze wrote: On 19.01.2017 08:32, Suliman wrote: http://dlang.org/changelog/2.073.0.html#mscrtlib-option How can I set this flag in dub.json? I tried: "dflags": [ "-mscrt=msvcrt" ] but got error: Error: unrecognized switch '-mscrt=msvc

Re: Release Candidate 2.073.0-rc1

2017-01-19 Thread Rainer Schuetze via Digitalmars-d-announce
On 19.01.2017 08:32, Suliman wrote: http://dlang.org/changelog/2.073.0.html#mscrtlib-option How can I set this flag in dub.json? I tried: "dflags": [ "-mscrt=msvcrt" ] but got error: Error: unrecognized switch '-mscrt=msvcrt' Ouch, the switch is actually called -mscrtlib. We need to fix the

Re: Release D 2.072.0

2016-11-11 Thread Rainer Schuetze via Digitalmars-d-announce
On 11.11.2016 14:42, Steven Schveighoffer wrote: On 11/11/16 8:21 AM, Nick Sabalausky wrote: On 11/11/2016 04:54 AM, Kagamin wrote: On Thursday, 10 November 2016 at 13:58:56 UTC, Steven Schveighoffer wrote: Only possibility is just to ignore ALL cycles, and print them if any are detected.

Re: Recursive SymbolNames solved.

2016-06-09 Thread Rainer Schuetze via Digitalmars-d-announce
On 09.06.2016 11:02, Johan Engelen wrote: On Thursday, 9 June 2016 at 04:58:45 UTC, Stefan Koch wrote: On Wednesday, 8 June 2016 at 13:28:19 UTC, Stefan Koch wrote: Hi, I solved the issue. PR is coming shortly. Solution is as follows: Keep a list of already visited symbols in the mangler.

Re: mago-mi: GDB/MI compatible frontend for Mago debugger

2016-05-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24.05.2016 08:47, Vadim Lopatin wrote: On Tuesday, 24 May 2016 at 06:34:04 UTC, Rainer Schuetze wrote: If you want to stay in sync, please consider a PR with your changes to mago. Actually, I would prefer to use static versions of all Mago libraries. I really like that statically linked

Re: mago-mi: GDB/MI compatible frontend for Mago debugger

2016-05-23 Thread Rainer Schuetze via Digitalmars-d-announce
On 17.05.2016 10:06, Vadim Lopatin wrote: Hello, I'm working on GDB/MI compatible interface for Mago debugger on Windows. GDB/MI is line based machine interface for debugger. IDEs are using GDB via this interface. GDB/MI docs: https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI.html Projec

Re: LDC now supports Windows MSVC x86/x64 as first class targets

2016-03-20 Thread Rainer Schuetze via Digitalmars-d-announce
On 20.03.2016 11:54, Manu via Digitalmars-d-announce wrote: Also, out of curiosity, has anyone looked at connecting the MS codegen (C2.DLL) to LDC like MS do with Clang+C2 (Clang frontend w/ MS codegen) that was released in VS2015 Update 1/2? I suspect their C2.DLL connectivity code must be ava

Re: Beta D 2.070.0-b1

2016-01-16 Thread Rainer Schuetze via Digitalmars-d-announce
On 16.01.2016 05:09, Adam D. Ruppe wrote: Has anyone built a Windows program with the beta? I tried and got undefined identifier HWND, but have been unable to minimize the test case and it might be just my install not being clean. Works for me to build Visual D, though it uses it's own window

Re: Visual D 0.3.43 released - better support for VS 2015

2015-11-28 Thread Rainer Schuetze via Digitalmars-d-announce
On 28.11.2015 10:59, Daniel N wrote: Thanks, works great. Only some minor issues: Some of the GUI optimization options doesn't propagate correctly to ldc. inline: no effect According to the LDC help screen, inlining is enabled with -O2 or higher. Not sure, if this should be undone if the i

Visual D 0.3.43 released - better support for VS 2015

2015-11-28 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, there is a new release of Visual D available at http://rainers.github.io/visuald/visuald/StartPage.html This time there is no major new feature to announce, but quite a few improvements to * VS 2015 support * building with LDC * configuration dialogs * C++ to D conversion wizard See htt

  1   2   3   >