summaryrefslogtreecommitdiff
path: root/examples/background_task
AgeCommit message (Collapse)Author
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2024-05-23Fix building background_task example plugin on headlessMason Reed
2024-05-22Add background task example pluginMason Reed
Clarify BackgroundTask functionality (skip-note, skip-ci) Providing clear documentation so it is understood that background tasks do not manage the execution of said the task. Add background_task plugin to examples section