2022-09-23 Filed in:
LanguageThis is an extensive update of Jeff Cousins' Ada 2022 Overview that was published two years ago this month in the Ada User Journal.
http://www.ada-auth.org/standards/overview22.htmlIt expands upon many topics, adds a few missing topics, and corrects many errors found in the original article. An index also has been added, and the HTML version includes links to all of the mentioned AIs and RM subclauses.
The overview tries to cover all of the significant changes and enhancements found in Ada 2022. It includes many examples, and helps to illustrate how the new features could be used.
Posted on
comp.lang.ada by
Randy Brukardt, ARG Editor.
Read More…2022-09-04 Filed in:
Tools(Under development)
Porion is a continuous integration server and agent that helps automate the building, testing and deployment of software development projects written in any language.
Porion maintains a list of projects with build recipes to build these projects.
It periodically checks for changes in projects and it schedules a build when a project is modified.
Porion uses a build node to build a project and the build node can be the current host or a specific remote host registered for that purpose.
Updates and new features
- Update for AWA development version (2.5.0)
- Add support to user login with AWA
- Add support for notification
See the
project pageThese projects are distributed under the Apache License 2.0
Author : Stéphane Carrez
Read More…