Fixed or suppressed many (but not all) compiler warnings.
Made major improvement to Mikroelektronika Click board support,
especially for BeagleBone target platforms.
Fixed or suppressed many (but not all) compiler warnings.
Made major improvement to Mikroelektronika Click board support,
especially for BeagleBone target platforms.
* SDLAda-2.5.5 release
Latest revision update to 2.5.5.
* Fix the package names and distribution.
* Fix the package names and distribution.
* Remove the depends stuff to see if it builds without it, can always come back.
* Try again to get at least debian based oses to compile with the correct depends.
* Fix type, missing ticks.
* AMove the available distributions section to before actions.
* Another attempt to get this right.
* Final attempt, remove all that depends-on stuff, think that's for other crates.
Add external hints for the various oses.
* Remove all other OSes from external bar debian and ubuntu.
* Add a hint.
* Remove the external stuff.
I give up on trying to get this thing to depend on the C libs, for now.
* Finally back on track?
Removed all the old external/depends-on stuff.
* Finally back on track?
Removed all the old external/depends-on stuff.
* Temporary fix to get around CI/CD until I can sort out a fix.
* Add fix for msys2.
Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
* Add files via upload
* ashell: Force use of GCC 11.2.4 until 'florist_blady' fixes 'unnecessary with of ancestor' warning, which was introduced in later versions of GCC.
* ashell: Add spawn_server to project-files.
* ashell: Disable availability on 'msys2' distributions.
Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
* Migrate to Alire build.
First version contains base classs, string tools, trace and getopt.
* Offer the MOS-6502 programs for addition to the main index.
* Try to patch in the missing dependency.
* Specify GNAT version more precicily.
* use ada2022 tag.
Co-authored-by: Martin Krischik <martin@iMac.local>
[SMerrony]
* Usability: Implement key auto-repeat (Issue #8)
* Usability: Make the Backspace key work the same as DEL
* Usability: Increase history to 2000 lines
* Issue: Remove template title labels when collapsing template
-- SMerrony <merrony@gmail.com> Sun, 04 Dec 2022 10:00:00 +0200
dashera (0.13.2) stable; urgency=low
[SMerrony]
* Build: Remove call to Set_Monospace in Gui so GtkAda v21 still works
* Build: Reintroduce non-Alire build config
* Docs: Update README.md to include non-Alire build
* Usability: Add more info to message when Telnet fails to connect
-- SMerrony <merrony@gmail.com> Sun, 20 Nov 2022 10:00:00 +0200
dashera (0.13.1) stable; urgency=low
[SMerrony]
* Issue: Fix File|Send (Text) File not sending new-lines
* Issue: Fix#7 (Hold not working) by sending Ctrl-S/Q
* Usability: Move terminal Resize menu item back to Emulation menu
* Usability: Move Load F-Key Template to View menu
* Usability: Add new Hide F-Key Template menu item
* Performance: Small improvements in Crt.Draw_Crt
-- SMerrony <merrony@gmail.com> Wed, 16 Nov 2022 10:00:00 +0200
* Add Alire support for NCursesAda source version.
* Add M4 dependency.
Windows is not supported for now.
* Leave M4 definition available for all OS.
* Enable m4 package for all package managers
Co-authored-by: GHA <actions@github.com>