0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 01, 2024 — Oct 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Put the examples in a directory just for them.
rcaputo
as Rocco Caputo
More... about 16 years ago
Fix a warning that META.yml was missing.
rcaputo
as Rocco Caputo
More... about 16 years ago
Add a quick round of documentation, and edit some code and examples for brevity.
rcaputo
as Rocco Caputo
More... about 16 years ago
Begin documentation.
rcaputo
as Rocco Caputo
More... about 16 years ago
Allow setup attribute option to contain constructor parameters.
rcaputo
as Rocco Caputo
More... about 16 years ago
Update requirements from local, paper notes. Vim outliner says I'm 54% done. :)
rcaputo
as Rocco Caputo
More... about 16 years ago
Give the fourth sortie a new name. It's 53% done now!
rcaputo
as Rocco Caputo
More... about 16 years ago
Support POE components that require registration, such as POE::Component::IRC.
rcaputo
as Rocco Caputo
More... about 16 years ago
Support posting events to POE components from stages.
rcaputo
as Rocco Caputo
More... about 16 years ago
Rename example 11 to follow a new class of component interface examples. The goal is to show how POE::Stage can talk to POE components.
rcaputo
as Rocco Caputo
More... about 16 years ago
Postbacks solved. Mark it off the list.
rcaputo
as Rocco Caputo
More... about 16 years ago
Support POE::Components that wish to be given postbacks.
rcaputo
as Rocco Caputo
More... about 16 years ago
Describe this example, and add stricture.
rcaputo
as Rocco Caputo
More... about 16 years ago
Go into more detail about how to interface to existing POE components, Sessions and Wheels.
rcaputo
as Rocco Caputo
More... about 16 years ago
Propose an alternate name. Consider the caveats of forking to start a new session.
rcaputo
as Rocco Caputo
More... about 16 years ago
Note that MDNS may be used to find remote objects.
rcaputo
as Rocco Caputo
More... about 16 years ago
Fix tab damage.
rcaputo
as Rocco Caputo
More... about 16 years ago
We're 41% complete so far.
rcaputo
as Rocco Caputo
More... about 16 years ago
Create a "setup" attribute trait that works kinda like default, but happens at BUILD time. Works around initializer, builder and default constraints.
rcaputo
as Rocco Caputo
More... about 16 years ago
Port the TTL examples from poetalk to POE::Stage emitters and observers. The new versions fail for the same reasons as before: There is no clock to drive "electrical" signal propagation, so non-trivial recursive circuits fire out of order. The results are unstable and incorrect.
rcaputo
as Rocco Caputo
More... about 16 years ago
Cache event and role to avoid some overhead in repeated emit() calls. Add (and comment out) experimental edge-detection code. This avoids re-emitting a message when an emitter is set to its current value.
rcaputo
as Rocco Caputo
More... about 16 years ago
Add the capability for an object member (attribute) to emit messages when altered.
rcaputo
as Rocco Caputo
More... about 16 years ago
Remove hardcoded 'child' attribute name. D'oh! Thanks again, Sartak.
rcaputo
as Rocco Caputo
More... about 16 years ago
Cosmetic whitespace change.
rcaputo
as Rocco Caputo
More... about 16 years ago
Hide POE::Kernel->run() behind Stage->run_all().
rcaputo
as Rocco Caputo
More... about 16 years ago
Add an Observer trait. Stages are automatically observed when they are stored in attributes with this trait. The observation role is the attribute name by default.
rcaputo
as Rocco Caputo
More... about 16 years ago
Fix a comment. D'oh.
rcaputo
as Rocco Caputo
More... about 16 years ago
Refactor to use call_gate() more. Hoist signal parameters outside the delivery loop, thanks to Matt Trout.
rcaputo
as Rocco Caputo
More... about 16 years ago
Check off new accomplishments, and add new requirements that came up.
rcaputo
as Rocco Caputo
More... about 16 years ago
Add a signal watcher class, and port POE::Wheel wrappers forward.
rcaputo
as Rocco Caputo
More... about 16 years ago