Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-07-28
| ||
| 23:05 | Merging zangle integration back onto the trunk. Leaf check-in: a84d46945f user: andrewm tags: trunk | |
| 23:03 | Completing integration of zangle with the build procedures. Closed-Leaf check-in: 8e5188c32c user: andrewm tags: zangle-integrate | |
| 18:07 | Begin integration of zangle with the mtoc build process. check-in: 0eba278f84 user: andrewm tags: zangle-integrate | |
|
2026-07-27
| ||
| 23:39 | First cut at zangle. check-in: 515c298e28 user: andrewm tags: trunk | |
| 20:56 | Copy editing. check-in: 1365d8fc41 user: andrewm tags: trunk | |
|
2026-07-26
| ||
| 22:48 | Copy editing. check-in: a03ecbd224 user: andrewm tags: trunk | |
| 19:29 | Copy editing. check-in: eb21f64073 user: andrewm tags: trunk | |
| 15:01 | Copy editing. check-in: 3c9e6d8190 user: andrewm tags: trunk | |
|
2026-07-24
| ||
| 00:20 | Checkpoint for zangle development. check-in: 9843c5e8c5 user: andrewm tags: trunk | |
|
2026-07-23
| ||
| 17:59 | Checkpoint on zangle development. check-in: e32d7e0eb9 user: andrewm tags: trunk | |
|
2026-07-22
| ||
| 00:20 | Checkpoint on zangle work. check-in: ca3e91fcda user: andrewm tags: trunk | |
|
2026-07-21
| ||
| 20:14 | Checkpoint on zangle work. check-in: b301ab015c user: andrewm tags: trunk | |
|
2026-07-19
| ||
| 19:47 | Working on zangle. check-in: 49b4f05d5f user: andrewm tags: trunk | |
| 16:37 | Copy editing. check-in: d354ab720d user: andrewm tags: trunk | |
| 00:33 | Initial commit for "zangle" a tangle program for asciidoctor files written in Zig. check-in: e8b7b77693 user: andrewm tags: trunk | |
|
2026-07-15
| ||
| 00:19 | Diagram copy editing. check-in: ad08ec0306 user: andrewm tags: trunk | |
|
2026-07-14
| ||
| 20:31 | Checkpoint. Brushing up details of the Bouncy Button / Blinky LED application. check-in: b68d6f5e82 user: andrewm tags: trunk | |
| 15:18 | Copy editing. check-in: f0187a9699 user: andrewm tags: trunk | |
|
2026-07-13
| ||
| 22:00 | Copy editing. check-in: bb7d6fa19d user: andrewm tags: trunk | |
|
2026-07-12
| ||
| 23:41 | Copy editing. check-in: a928324b15 user: andrewm tags: trunk | |
| 00:43 | Checkpoint. Updated timer queue unit tests. check-in: 459c269688 user: andrewm tags: trunk | |
|
2026-07-10
| ||
| 23:37 | Checkpoint. Further code clean up. check-in: aabe4da119 user: andrewm tags: trunk | |
| 21:56 | Checkpoint. Code clean up and work on the lighting application. Tested on actual hardware. Things working as expected. check-in: 1c3396e6c6 user: andrewm tags: trunk | |
| 21:52 | Changed the manner in which timer queue elements were allocated. Previously, a bit set was used and the first unallocated element was selected. This can result in a race condition where the element expires and is freed, but before it can be acted on in the background, another create request arrives. That results in the same element being allocated to the second request. This means the element number is being reused and is not unique in the background. The chosen solution was to cycle through all the elements during allocation and _not_ just take the smallest element number. This gives time for the background to react, althought it does _not_ guarantee the element id number is unique to the background. Considered a number of alternatives like requiring another system call for the background code to "free" the timer queue element. This is more complicated and opens the possibility of loosing timer queue elements. Also considered using a "generation" counter for each element, much like is used for relvar tuple storage. Discarded as too complicated. check-in: c2e62da97c user: andrewm tags: trunk | |
| 01:15 | Copy editing. check-in: 56afb8664b user: andrewm tags: trunk | |
|
2026-07-07
| ||
| 18:15 | Corrections to the weather station application to account for changes in the device notification issued by the timer queue. check-in: 71944617c4 user: andrewm tags: trunk | |
|
2026-07-06
| ||
| 00:25 | Checkpoint. Further work on the 0.17-dev changes. Can build both native and target unit tests. Need further work on the native version of the lighting app. Target version builds but not yet tested. check-in: a613ca5967 user: andrewm tags: trunk | |
|
2026-07-03
| ||
| 19:23 | Checkpoint. Able to build target executable for Lighting application. Updated Zig compiler to 0.17.0-dev.1158+1d1193aa7. A lot of small changes to update from 0.16. check-in: 8c7401f409 user: andrewm tags: trunk | |
|
2026-07-01
| ||
| 21:58 | Checkpoint. Continued adding tests and copy editing docs. check-in: b9fc697604 user: andrewm tags: trunk | |
|
2026-06-27
| ||
| 18:55 | Checkpoint. Button / LED example is now properly bridged. check-in: b52b8d9f0b user: andrewm tags: trunk | |
|
2026-06-26
| ||
| 00:23 | Checkpoint. Reorganizing code in the button / led example. check-in: ebb248853d user: andrewm tags: trunk | |
|
2026-06-25
| ||
| 21:48 | Adjacency matrix rework complete. Merging changes back onto the trunk. check-in: e5979dce0d user: andrewm tags: trunk | |
| 18:32 | Copy editing. Closed-Leaf check-in: 9ea2d18eb8 user: andrewm tags: adj-matrix-rework | |
|
2026-06-23
| ||
| 22:19 | Checkpoint. Bouncy button / blinky LED limping along on the Linux interface. check-in: 1d232e3a0d user: andrewm tags: adj-matrix-rework | |
|
2026-06-16
| ||
| 23:41 | Checkpoint. Continuing work on generalization code. check-in: 3a0d7c2cbf user: andrewm tags: adj-matrix-rework | |
| 00:04 | Checkpoint. Continuing rework of generalization adjacency matrices. check-in: 5777b58a8c user: andrewm tags: adj-matrix-rework | |
|
2026-06-15
| ||
| 17:27 | Copy editing. check-in: 33c38b5864 user: andrewm tags: adj-matrix-rework | |
|
2026-06-14
| ||
| 23:33 | Checkpoint. Adjacency matrices were reworked to simplfy the interface types and, for generalizations, remove comptime parameters as much as possible. Deferred event dispatch was affected and it has also been reworked. check-in: c77429d76e user: andrewm tags: adj-matrix-rework | |
|
2026-06-13
| ||
| 21:49 | Copy editing. check-in: 31d2e6788b user: andrewm tags: adj-matrix-rework | |
| 19:34 | Checkpoint. binary_relations.zig passing unit tests. Generalization rework mainly complete. check-in: ed7a78b065 user: andrewm tags: adj-matrix-rework | |
| 16:35 | Checkpoint. Association adjacency matrix rework is done. Moving on to generalizations. check-in: eb5fb316a8 user: andrewm tags: adj-matrix-rework | |
|
2026-06-11
| ||
| 22:50 | Create new branch named "adj-matrix-rework" check-in: e8b949d3ec user: andrewm tags: adj-matrix-rework | |
| 22:49 | Checkpoint. Preparing to branch for adjacency matrix rework. check-in: f743a67fa9 user: andrewm tags: trunk | |
|
2026-06-08
| ||
| 17:43 | Merging state-model-event-payload branch back onto the trunk. check-in: 27fa7205ea user: andrewm tags: trunk | |
| 17:40 | Copy editing. Closed-Leaf check-in: 17421786f2 user: andrewm tags: state-model-event-payload | |
| 00:18 | Checkpoint. Reorganized tangled output. check-in: 693db58439 user: andrewm tags: state-model-event-payload | |
|
2026-06-07
| ||
| 00:00 | Checkpoint. Additional work on execution control and delayed events timing. check-in: 854ab47591 user: andrewm tags: state-model-event-payload | |
|
2026-06-06
| ||
| 18:05 | Continuing work on the system level code. Reworked the Linux file descriptor registry and execution control to use an iterator design on the polled file descriptors. check-in: e1508bf4be user: andrewm tags: state-model-event-payload | |
|
2026-06-05
| ||
| 22:28 | Copy editing. check-in: dab7fbbe56 user: andrewm tags: state-model-event-payload | |
|
2026-06-04
| ||
| 23:55 | Checkpoint. Converted the timing interface code that is used by delayed events to use a RelVar to hold the mapping from delayed event to timing handle. check-in: d5e16f9841 user: andrewm tags: state-model-event-payload | |