From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=AC_FROM_MANY_DOTS,BAYES_00, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a37:aac6:: with SMTP id t189mr5912407qke.88.1633267961187; Sun, 03 Oct 2021 06:32:41 -0700 (PDT) X-Received: by 2002:a25:45d4:: with SMTP id s203mr9277704yba.425.1633267960816; Sun, 03 Oct 2021 06:32:40 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 3 Oct 2021 06:32:40 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=79.56.97.195; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 79.56.97.195 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6cd5a20b-da71-42b0-aebe-ffdd8f7b299dn@googlegroups.com> Subject: ANN: SweetAda 0.9 released From: Gabriele Galeotti Injection-Date: Sun, 03 Oct 2021 13:32:41 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62931 List-Id: Hi all. I've just released SweetAda 0.9. SweetAda is a lightweight development framework to create Ada systems on a = wide range of machines. Please refer to https://www.sweetada.org. Release notes @ https://www.sweetada.org/release_notes.html (delayed) Downloads available @ https://sourceforge.net/projects/sweetada. Clone repository @ https://github.com/gabriele-galeotti/SweetAda Release notes ------------- There are too many changes, so I will list only the most important features= of this release. - Windos environment does not need the grep utility, nor a dos2unix utility= (which is now provided internally); elftool is now optionals and its use i= s configurable in configuration.in - RTS can be build from sources by means of "CPU=3D make rts" command = (the RTS type is being picked up from configuration.in as usual), every RTS= branch will be named like the toolchain triplet being used - Both SweetAda and RTS are fully buildable in Linux, Windos/cmd.exe, Windo= s/MSYS and OS X; you should only to have online a "make" and "sed" (and for= Windos these are available as zip packages in Sourceforge); due to this, t= here are no RTS packages anymore - SweetAda does not relies on SweetAda toolchains, you can use your own GNU= toolchain, or whatever GNAT you can pick, just be sure to use Ada 2020 The final result is a package that is fully auto-consistent, because the co= re, RTS and utilities are fully provided in both source form and executable= form. Since SweetAda toolchains are by no means eligible as the unique com= pilers for the system, they will slowly fade away. G