| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-01 | Add LogForException APIs to pass stack trace information separate from the ↵ | Rusty Wagner | |
| message | |||
| 2025-04-25 | std::function<bool(size_t,size_t)> ==> ProgressFunction | Glenn Smith | |
| 2025-03-31 | Emphasize BackgroundThread owner lifetimes in docs | Glenn Smith | |
| This contract is hard to use safely, and the docs did not do a good enough job explaining how to do it, partially due to all of our internal code not doing a good enough job using it. Big introspection commit Fixing All The Things to come soon(ish). | |||
| 2024-02-07 | Debug warn on starting a BackgroundThread with no owner | Glenn Smith | |
| 2023-08-28 | Fix BackgroundThread::then not forwarding qt signals | Glenn Smith | |
| 2023-01-03 | Fix UAF chance in BackgroundThread | Glenn Smith | |
| If a the owning object is deleted in between the m_owner check and a main thread action being run, the action was not cancelled properly. | |||
| 2023-01-03 | Make ProgressTask cancel if its owner is deleted | Glenn Smith | |
| # Conflicts: # ui/progresstask.h | |||
| 2022-11-19 | Fix issues with building using Visual Studio 2022 | Rusty Wagner | |
| 2022-11-10 | Several documentation improvements and fixes | kat | |
| - Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs | |||
| 2022-08-21 | Fix ProgressTask/BackgroundThread docs | kat | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2022-01-21 | Fix race in BackgroundThread | Glenn Smith | |
| 2022-01-21 | Reimplement progresstask with std::condition_variable | Glenn Smith | |
| 2022-01-17 | OptionsDialog/SettingsView + ProgressTask fixes | Glenn Smith | |
| 2021-12-27 | ProgressTask and BackgroundThread from libCollaboration | Glenn Smith | |
