54 Commits

Author SHA1 Message Date
Rod Kay
b02c1a92f7 all: Fix simple warnings and cosmetics. 2025-09-21 11:39:31 +10:00
Rod Kay
fac32b4dcb lace: Update gpr to add 'jobs' source folder. 2025-06-07 17:11:41 +10:00
Rod Kay
c7199a6181 lace: Add basic job manager. 2025-06-07 17:00:12 +10:00
Rod Kay
9dcac72ad5 lace.demo.event.distributed: Add gprclean to 'builder.sh' and update 'polyorb.confs' in 'lan' test. 2025-06-01 14:39:47 +10:00
Rod Kay
fd77a4569c lace.demo.event.distributed: Update example. 2025-05-31 20:44:05 +10:00
Rod Kay
c70aec24f2 lace.events: Fix bugs. 2024-10-30 11:39:32 +11:00
Rod Kay
2a17b624c1 lace.events: Add event sequence to ensure events are processed in order. 2024-10-16 19:37:49 +11:00
Rod Kay
3077f2a4cd lace.event: Add 'Containers' package. 2024-10-10 20:48:42 +11:00
Rod Kay
ad38c1ec3d lace.event: Add event sequence to subjects. 2024-10-10 20:25:35 +11:00
Rod Kay
37e3e74783 lace.event: Rid 'null_Event'. 2024-10-07 16:36:32 +11:00
Rod Kay
47b04dcc8f lace_environ: Add 'lace' as a project dependency. 2024-09-20 06:55:11 +10:00
Rod Kay
2556755436 lace.events: Rename 'destruct' to 'destroy'. 2024-09-16 22:54:42 +10:00
Rod Kay
875d556ab2 lace.make_subject.destroy: Destroy the 'Sender' if it has been enabled. 2024-09-16 22:54:14 +10:00
Rod Kay
7898ee5f20 lace.events: Add 'event_Sender'. 2024-09-16 22:45:31 +10:00
Rod Kay
2a2872495d lace.dice.d6: Add more stock dice. 2024-09-14 00:45:45 +10:00
Rod Kay
cf536c084d lace.event_connector: Rid debug code. 2024-09-08 12:39:49 +10:00
Rod Kay
f93efaaa7c lace.event_connector.destruct: Revamp 'all_Connectors_are_idle'. 2024-09-04 20:29:08 +10:00
Rod Kay
90051c141c lace.event_connector.destruct: Wait til all connectors are idle before exiting. 2024-09-04 20:02:10 +10:00
Rod Kay
e56a7eec1f lace.event: Add an event connector to speed up remote connections. 2024-08-28 17:28:25 +10:00
Rod Kay
29443925c5 lace.make_observer.rid: Handle storage_Error locally. 2024-08-23 12:49:48 +10:00
Rod Kay
623da5803b lace.event_emitter: Allow recovery from exceptions in tasks. 2024-08-21 09:12:03 +10:00
Rod Kay
2a82dc5fda lace.event_emitter: Adjust output of error messages when tasks crash. 2024-08-19 11:41:39 +10:00
Rod Kay
cd004acd69 lace.event.subject: Add event emitter to lessen lag when using DSA. 2024-08-18 11:04:16 +10:00
Rod Kay
56d8ff97e4 lace.text.forge: Use Stream_IO instead of Text_IO when storing a string in a file to avoid the extra LF which Text_IO places at the end of a line when the file is closed. 2024-08-09 21:16:27 +10:00
Rod Kay
85b923610f lace: Separate the environ packages from core lace into their own gnat project file. 2024-03-11 11:55:00 +11:00
Rod Kay
5d39177e87 math: Add 'almost_Equals' function. 2024-01-16 14:11:19 +11:00
Rod Kay
ee2108ad2b math.algebra.linear.d3: Handle case in 'unProject' where 'world_Position (4) = 0.0'. 2024-01-09 16:56:47 +11:00
Rod Kay
4e2dc0d1b3 math.linear.d3: 'Add Line/Plane Intersections'. 2023-12-31 21:12:12 +11:00
Rod Kay
acab7a546e lace.make_subject: Cosmetics. 2023-12-20 17:59:08 +11:00
Rod Kay
4eb4eecb55 lace.events: Add 'fetch' function to 'safe_subject_Map_of_safe_events'. 2023-12-08 17:14:45 +11:00
Rod Kay
dbe487c074 lace.events: Optimise. 2023-12-08 14:42:45 +11:00
Rod Kay
6a1d544e10 math.testsuite: Fix bad syntax in geometry_2d test. 2023-10-23 14:36:29 +11:00
Rod Kay
85a269be38 lace.text: Fix several bugs. 2023-10-17 15:49:12 +11:00
Rod Kay
bbf195bbe5 lace.environ.paths: Rid incorrect 'check's of destination paths. 2023-10-17 15:47:40 +11:00
Rod Kay
6a4f1c148c lace: Add 'wide_Text'. 2023-07-13 22:05:36 +10:00
Rod Kay
eb17c310f1 lace: Add a simple stack generic. 2023-05-01 21:18:04 +10:00
Rod Kay
2a3231830e lace: Add fast pools. 2023-05-01 21:17:41 +10:00
Rod Kay
c69e792ddc lace.event.Logger.text: Code cosmetics. 2023-04-20 14:50:11 +10:00
Rod Kay
27ab3950bc lace.event.Logger.text: Cosmetics for log messages. 2023-04-20 14:48:42 +10:00
Rod Kay
50f5c2f6b2 lace.environ.paths: Use 'shell.Directories' instead of 'shell.Directory_Iteration'. 2023-04-20 10:15:19 +10:00
Rod Kay
c3a536b37b lace.gpr: Re-enable 'ashell'. 2022-11-12 13:25:37 +11:00
Rod Kay
eafc137c69 lace.environ.*: Cosmetics. 2022-11-12 12:55:23 +11:00
Rod Kay
6147cb0366 lace.environ.os_commands: Use 'unsafe' aShell commands. 2022-11-11 16:48:22 +11:00
Rod Kay
4675fa37c8 lace.text.cursor: Fix bug in the 'peek' function. 2022-09-29 17:55:37 +10:00
Rod Kay
3fd3c580eb lace.text.forge: Rid <CR> in line terminators. 2022-09-23 13:37:50 +10:00
Rod Kay
aeb0822348 lace.text.cursor: Fix bug in the 'advance' procedure. 2022-08-28 22:33:58 +10:00
Rod Kay
66e650b86d lace.text.forge: Remove unneeded handling of <CR> line terminators. 2022-08-28 22:32:27 +10:00
Rod Kay
792830405d lace.text.forge: Add a procedure to store a string in a file. 2022-08-28 22:30:59 +10:00
Rod Kay
dd7b02578f lace.text.cursor: Add 'match_Case' parameters. 2022-08-16 14:31:32 +10:00
Rod Kay
147b7ae4c4 lace.text.forge: Rid 'CR' from line endings. 2022-08-16 14:30:18 +10:00