From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:6602:2204:: with SMTP id n4mr12855948ion.18.1557044879219; Sun, 05 May 2019 01:27:59 -0700 (PDT) X-Received: by 2002:aca:5b85:: with SMTP id p127mr4616875oib.90.1557044878872; Sun, 05 May 2019 01:27:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!feeder4.feed.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!85.12.16.70.MISMATCH!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!b2no427316itd.0!news-out.google.com!v189ni545itv.0!nntp.google.com!136no427123itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 5 May 2019 01:27:58 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <50adfe1e-7bee-4048-8523-1b41bd0c9fe3@googlegroups.com> Subject: ANN: VisualAda (Ada Integration for Visual Studio 2017 & 2019) release 1.2.0 From: alby.gamper@gmail.com Injection-Date: Sun, 05 May 2019 08:27:59 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2581 X-Received-Body-CRC: 2438774268 Xref: reader01.eternal-september.org comp.lang.ada:56239 Date: 2019-05-05T01:27:58-07:00 List-Id: Dear Ada Community VisualAda version 1.2.0 has been released New Features, fixes include the following - Added compiler switches syntax checking, symantic checking, code page and wide character set encoding - Fixed bug - some compiler options were not set in GPR file, even though they were set in the vcxproj file - Dynamically determine Target when creating new projects. Supported Targets are currently (Win32 -> i686-- and x64 -> x86_64--). ARM Targets will be forthcoming. - Check validity of determined Target when building a project, for example the Target could have be set to a specific gcc triplet, blank or 'Unknown'. Resulting in either a info, warning or error message respectively. - Dynamically determine root directories for each target when creating new projects (only applicable to projects that rely on the Microsoft Linker, such as Winrt/UWP based applications) - Fixed bug - Msbuild failures caused by inadvertent references to VS 2015 dll's Please feel free to download the free plugin from the following URL https://marketplace.visualstudio.com/items?itemName=AlexGamper.VisualAda Note: if you have issues with installation, please respond to this post, and I will endeavour to resolve as soon as possible. In the long term I intend to setup a specific GitHub project, where issues/improvements can be made for me to action. Thanks Alex