1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
doc update More... over 19 years ago
doc update More... over 19 years ago
create signal_create() and signal_destroy(); write test program for them; allow data to be set even if call is 0 in timer_create(); fix a minor typo in timer_resched() and timer_destroy(); skip already deleted timers in timer_destroy(); update documentation for timer_create() to reflect change in semantics with call/data More... over 19 years ago
doc update More... over 19 years ago
doc update More... over 19 years ago
fix some minor doxygen warnings; finish writing t_timer_fcns; add entries for t_timer_fcns to test-harness.dat More... over 19 years ago
doc update More... over 19 years ago
doc update More... over 19 years ago
begin implementing tests for timer_*() functions--so far, we have timer_create() (full coverage) and as a consequence node_swap() and _timer_heapify_up() are largely tested. Test program includes temporary routine for printing the timer tree; not sure if I'm going to keep it or get rid of it... More... over 19 years ago
documentation update More... over 19 years ago
documentation update More... over 19 years ago
Flesh out the timer interface and fix a couple of minor problems More... over 19 years ago
documentation update More... over 19 years ago
documentation update More... over 19 years ago
begin creating timer interface More... over 19 years ago
stomp a minor warning in event_destroy.c (uninitialized variable); update test-harness.c to a version that logs warnings for test programs that exit abnormally and that can understand C and C++-style comments More... over 19 years ago
documentation update More... over 19 years ago
documentation update More... over 19 years ago
add code to look up generator descriptors and to allocate and release a generator; add all the free code to event_destroy(); add a generator release function pointer to generator descriptor More... over 19 years ago
documentation update More... over 19 years ago
documentation update More... over 19 years ago
stomp a couple of warnings and add one more level of verification to event_init(); fix up some minor documentation items; update test suite to include engine tests so that all tests pass More... over 19 years ago
memory cleanup More... over 19 years ago
documentation update More... over 19 years ago
documentation update More... over 19 years ago
rename engine "process" method to engine "poll" method, which is closer to its actual function; add engine_activate() to activate components of an event engine; add EV_ENGINE_INIT() to initialize an ev_engine_t; make event_init() test to see that all components have been initialized; update todo items More... over 19 years ago
compile event_attr_engine.c; fix minor compile problem with it More... over 19 years ago
documentation update More... over 19 years ago
documentation update More... over 19 years ago
add some initializations to test program for event_init() to exercise some untested pathways in event_init(); add flags argument to _ev_debug(); use _ev_debug() in ev_return() so we can see the actual code returned; add test cases for _ev_debug(); add application-registered engines to attributes; implement code pathways in event_init() to search modules list, including initializing libltdl More... over 19 years ago