Tyler Veness
|
2c94d0ba2f
|
Cleaned up integer type usage in the HAL (#192)
Replaced all uses of built-in types except char with stdint.h typedefs and all unsigned types with signed in the HAL
|
2016-09-06 19:39:28 -07:00 |
|
Tyler Veness
|
0cb288ffba
|
Fixes warnings thrown by cpplint.py (#154)
* Fixed cpplint.py [runtime/int] warnings
* Fixed cpplint.py [readability/casting] warnings
* Fixed cpplint.py [readability/namespace] warnings
* Fixed cpplint.py [readability/braces] warnings
* Fixed cpplint.py [whitespace/braces] warnings
* Fixed cpplint.py [runtime/explicit] warnings
* Fixed cpplint.py [runtime/printf] warnings
* Fixed cpplint.py [readability/inheritance] warnings
* Fixed cpplint.py [whitespace/tab] warnings
* Fixed cpplint.py [build/storage_class] warnings
* Fixed cpplint.py [readability/multiline_comment] warnings
* Fixed cpplint.py [whitespace/semicolon] warnings
* Fixed cpplint.py [readability/check] warnings
* Fixed cpplint.py [runtime/arrays] warnings
* Ran format.py
|
2016-07-10 17:47:44 -07:00 |
|
Thad House
|
b637b9ee4c
|
Prepends all HAL functions with HAL_ (#146)
|
2016-07-09 00:24:26 -07:00 |
|
Thad House
|
4a3e3a6324
|
Changes DigitalSource API for HAL ease of use (#144)
|
2016-07-07 21:43:55 -07:00 |
|
Thad House
|
36ac37db8c
|
Moves Encoders to Handles and Moves WPILib Encoders to HAL (#124)
|
2016-07-03 15:22:22 -07:00 |
|