test timer driver is working again
authorFred T. Hamster <fred@feistymeow.org>
Sun, 8 Feb 2026 20:43:44 +0000 (15:43 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Sun, 8 Feb 2026 20:43:44 +0000 (15:43 -0500)
commita54a021b1cf8d3e7f3405ed88a06ef38e3103970
tree054965ab935119383b37b031c2a3a6d24926be84
parentd3116573e427734b0b99a1d5bb006d5d4f1d8e0b
test timer driver is working again

had to bring back some old windoze code for it, in event_extensions.  this will not build for real yet on windows, but that's a task for another day.
the tester is working great on linux!
15 files changed:
nucleus/library/application/event_extensions.cpp [new file with mode: 0644]
nucleus/library/application/event_extensions.h [new file with mode: 0644]
nucleus/library/application/makefile
nucleus/library/application/windoze_helper.cpp
nucleus/library/application/windoze_helper.h
nucleus/library/tests_application/aa-readme.txt [deleted file]
nucleus/library/tests_application/aa_readme.txt [new file with mode: 0644]
nucleus/library/tests_application/makefile
nucleus/library/tests_application/test_timer_driver.cpp [deleted file]
nucleus/library/tests_timely/makefile
nucleus/library/tests_timely/test_earth_time.cpp
nucleus/library/tests_timely/test_stopwatch.cpp
nucleus/library/tests_timely/test_timer_driver.cpp [new file with mode: 0644]
nucleus/library/timely/timer_driver.cpp
scripts/buildor/upgrade_hoople_to_feistymeow.sh