Tyler Veness c0ecde302f Replaced instances of std::unique_lock with std::lock_guard where possible
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
2015-10-04 13:20:11 -07:00
2015-05-20 16:22:17 -04:00
2015-09-19 17:40:32 -04:00
2015-05-20 16:22:17 -04:00
2014-04-01 11:18:29 -04:00
2015-08-20 11:22:42 -04:00
2015-07-01 15:44:17 -04:00
2015-08-18 10:39:25 -04:00
2014-03-03 11:30:55 -05:00
2015-08-20 11:22:42 -04:00
2015-08-18 10:39:25 -04:00
2015-08-18 10:39:25 -04:00
2015-05-20 16:22:17 -04:00
2015-09-19 17:40:32 -04:00
2015-09-21 18:14:18 -04:00
Description
WPILib - FRC Robotics Library
467 MiB
Languages
C++ 53.8%
Java 32.7%
Python 6.6%
C 2.6%
Jinja 1.7%
Other 2.5%