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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8037a6341273348c,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!k38g2000vbn.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Announce : Release of gnatgpr 0.33, access to GPR project information. Date: Tue, 22 Feb 2011 00:56:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <450120f6-526a-448c-91ad-c4db20727137@k38g2000vbn.googlegroups.com> NNTP-Posting-Host: 41.136.234.179 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1298365010 7772 127.0.0.1 (22 Feb 2011 08:56:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Feb 2011 08:56:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k38g2000vbn.googlegroups.com; posting-host=41.136.234.179; posting-account=RLLoCgoAAAAlrjFze52eMRxLw8Zw6JGC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:17531 Date: 2011-02-22T00:56:50-08: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. - It gets his own Namet and so on. - It can extracts some especially craft comments in the gpr project file. - AdaControl (GMGPL), for option analyzis. - Only the Options_Analyzer package have been re-used (without any change). - AUnit 3 (GPL), for unit testing. GNATGPR works successfully on : - x86/Linux (GNAT GPL 2010). - x86/Linux (GCC FSF 4.4.3 Ubuntu 10.04). - x86/Mac OS X (GNAT GPL 2010). - Sparc/Solaris (GNAT Pro 6.1.2). 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. - 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, ...). [1] GNATGPR http://www.adalabs.com/products.html#Gnatgpr http://gna.org/projects/gnatgpr