* External crates for MuntsOS Embedded Linux cross-toolchain metapackages.
* muntsos_beaglebone release 1.0.0
You can prepare an Alire program project to target MuntsOS Embedded
Linux on a BeagleBone board with just "alr with muntsos_beaglebone".
* muntsos_raspberrypi1 release 1.0.0
You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 1 board with just "alr with muntsos_raspberrypi1".
* muntsos_raspberrypi2 release 1.0.0
You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 2 board with just "alr with muntsos_raspberrypi2".
* muntsos_raspberrypi3 release 1.0.0
You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 3 board with just "alr with muntsos_raspberrypi3".
* muntsos_raspberrypi4 release 1.0.0
You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 4 board with just "alr with muntsos_raspberrypi4".
* Replace CE with latest FSF from Alire
Also remove extra installations that are now automatically performed by the
setup-alire action.
* Remove now-redundant workflow cases
Keypadder runs on your desktop machine and provides a mobile/tablet-friendly
web page that you use from a tablet or phone to send frequently-used, awkward,
or difficult-to-remember key combinations to the currently-focused desktop application.
* New release tash-8.7.1.
The main change in this release is replacing options.gpr, which was
not distinguished enough and could conflict with other crates. It was
never intended to be used outside this crate, and the function is
replaced by tcl_tk_options.gpr.
* New crate scripted_testing-2.0.0.
This crate supports scriptable integration testing, where the mocked
environment of the software being tested can be scripted. The
supported scripting language is Tcl.
It's intended to add some automation to the development of mocking
support, probably using libadalang to generate stubs.
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