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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4974e60a7e089966,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q12g2000yqj.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Announce : Release of gnatgpr 0.32, access to GPR project information. Date: Wed, 30 Jun 2010 14:33:43 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 78.251.155.232 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1277933623 15683 127.0.0.1 (30 Jun 2010 21:33:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 30 Jun 2010 21:33:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q12g2000yqj.googlegroups.com; posting-host=78.251.155.232; posting-account=VT4k8QoAAAB0zUvVwUYyaKE5TB63pAuh User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12061 Date: 2010-06-30T14:33:43-07:00 List-Id: GNATGPR is an Ada 2005 GPL software, it allows the user to do simple information request on GNAT GPR project files, like for example : * Give all included projects. * Give all included sources (transitive or not). * Give all included source directories (transitive or not). * Give all main files. * Give all main directories. * Give all included object paths. * Give project zombies (duplicated .o or .ali when a source file are moved from one project to another). There are 2 ways of accessing those services : * In a shell using the gnatgpr binary. * In Ada using the GNAT_GPR package specification interface. GNATGPR is based on : * A modified version of the GNAT GPL 2008 (GPL) compiler front- end. o It gets his own Namet and so on. o It can extracts some especially craft comments in the gpr project file. * AdaControl (GMGPL), for option analyzis. o Only the Options_Analyzer package have been re-used (without any change). * AUnit 2.03 (GPL), for unit testing. Thanks to all the people behind those projects. GNATGPR roadmap : * Selection of the next gnatgpr engine (GCC FSF 4.4/GPRBuild/GNAT GPL 2010/GNATColl). * Shift to GPL v3. * Documentation. * GNATGPR production for non-GNAT Ada compilers. * GNAT_GPR package interface clean-up. * Use of Debian AUnit version. * Non transitive analysis for main files, binary directories and object paths. * Multi languages processing. * Multi root-projects processing. * Comply to Debian packaging guidelines (removal of debian directory at upstream level, ...). Debian & derived distributions repository (for package libgnatgpr0 libgnatgpr0-bin libgnatgpr0-dev) : deb http://ppa.launchpad.net/pariakanet/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/pariakanet/ppa/ubuntu lucid main See the project home page [1] to add the PPA repository key. [1] https://gna.org/projects/gnatgpr