2016-10-18 Filed in:
ToolAdaDep
An
ASIS-based application to help you understand what uses what in your projects; very useful in reorganizing packages. AdaDep tells, for each package used by a module, which elements from the package are actually used
AdaSubst
An
ASIS-based applications to help you reorganize your projects. AdaSubst performs semantic substitutions, i.e. substitutions that take Ada rules into account. With AdaSubst, you can change an identifier, or move elements from a package to another one, and change automatically all previous modules to account for the change. AdaSubst also offers functions for removing use clauses (and fixing all identifiers accordingly) and removing representation clauses.
http://www.adalog.fr/en/components.htmlFrom Jean-Pierre Rosen
Read More…2016-10-08 Filed in:
Tech LibraryChanges in '52', 08-Oct-2016:
- UnZip.Streams: all procedures have an additional (optional)
Ignore_Directory parameter. - Zip.Compress has the following new methods with improved compression:
- LZMA_3, Preselection_1 (replaces Preselection), Preselection_2.
- Preselection methods use now entry name extension and size for improving compression, while remaining 1-pass methods.
http://gautiersblog.blogspot.com/search/label/Ada From Gautier
Read More…2016-10-03 Filed in:
Tech LibraryThick bindings for the Linux joystick API are available at:
https://github.com/alkhimey/Ada_Joystick From
Artium Read More…