Files
allwpilib/tools/wpical
Gold856 54b0239984 [wpical] Fix race conditions and unnecessary alignment (#9033)
Alignment code isn't needed since C++17.

Bazel tests were segfaulting and asan traced this to use-after-frees
related to some of the atomic booleans. Worker threads are now joined to
ensure the thread is completely stopped and destroyed before the atomic
boolean is freed. The primary camera calibration thread also has had its
finished flag moved to a shared_ptr to ensure it lives long enough.
2026-06-28 16:55:01 -07:00
..
2025-11-07 23:09:21 -08:00