mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
c0ecde302ff8dac46f843840caaa810d2899ac86
If a lock is used with a mutex that doesn't need to be unlocked again before the lock is destroyed, std::lock_guard can be more efficient than std::unique_lock due to less overhead. This commit also removes a redundant set of curly braces in PIDController.cpp intended to constrain a lock's scope. Change-Id: Idd692ce439528ddb319a4c62c40c7351a664eb97
Modified the test scripts to run as admin rather than lvuser until we have the passwd issue resolved
Description
WPILib - FRC Robotics Library
Languages
C++
53.8%
Java
32.7%
Python
6.6%
C
2.6%
Jinja
1.7%
Other
2.5%