Greg Utas
Greg Utas
This issue used to be an open-ended question, but each `Thread` now tracks the mutex on which it is blocked, and each `SysMutex` tracks the thread that is holding it....
If an exception is constructed on a heap, what happens if the heap was out of memory? This is a particular risk with an `AllocationException`. If an exception is constructed...
Extend the `Warning` enum to support any of the following: - [ ] use of `typedef` (for conversion to `using` type alias) - [ ] data member has `set` function...
Create a configuration file to support - [ ] suppressing specific `>check` warnings - [ ] defining `INDENT_SIZE` - [ ] defining `LINE_LENGTH_MAX` - [ ] defining the standard file...
Enhance `Editor` (`>fix`) by implementing functions that currently invoke `Unimplemented`. The notes that previously appeared in this issue have been moved to the source code.
This issue is now tracked on a dedicated [page](../blob/master/docs/RSC-Cpp11-Exclusions.md).
`InitThread` and `Thread` now schedule all threads as the result of #126 and #127. The remaining work items are - provide a default timewheel - add a command for creating...
Create a separate Service Node (_sn_ directory) that runs the POTS basic call and supplementary services software. Afterwards, an integrated Operations/Control Node will remain. See ["Networking"](../blob/master/docs/RSC-Software-Design.pdf). This should be the...
Create a separate Access Node (_an_ directory) that runs the POTS shelf. See ["Networking"](../blob/master/docs/RSC-Software-Design.pdf). This should be the second phase in distributing the POTS application, after #37.
Create a separate Routing Node (_rn_ directory) that is queried to determine the Service Node to which a CIP IAM should be sent. See ["Networking"](../blob/master/docs/RSC-Software-Design.pdf). This should be the first...