Thad House
6e8f8be370
Make C++ examples able to run GradleRIO unit tests ( #1490 )
...
Closes #1484
2018-12-17 09:26:20 -08:00
Tyler Veness
bedef476fd
Replace IterativeRobot in examples with TimedRobot ( #1310 )
...
Fixes #1309 .
2018-09-19 21:41:08 -07:00
Tyler Veness
d89b7dd412
Move CameraServer and WPILib headers into their own folder
...
The old headers were moved into folders because doing so avoids polluting
the system include directories.
Folder names were also normalized to lowercase.
2018-07-22 19:40:57 -07:00
Tyler Veness
c89678971c
Replaced the START_ROBOT_CLASS() macro with a template function ( #1050 )
...
The START_ROBOT_CLASS() macro's main() now calls this function through a
deprecated proxy function to encourage users to switch.
2018-05-16 19:54:39 -07:00
Thad House
cff475c1fc
Moves C++ templates and examples to match gradle setup ( #1065 )
2018-05-15 21:25:24 -07:00
Tyler Veness
6729a7d6b1
Run wpiformat on merged repo ( #1021 )
2018-05-13 17:09:56 -07:00
Tyler Veness
0ef9803363
Update copyright year to 2018 ( #864 )
...
Also fix a few files with incorrect line endings.
2018-01-02 11:20:21 -06:00
Tyler Veness
45d48d6b5a
Cleaned up C++ examples ( #672 )
2017-11-03 13:22:56 -07:00
Tyler Veness
0291a95f68
Add cpp examples ( #659 )
...
* Added C++ robot project examples and set up sub .clang-format for them
* Ran formatter
2017-10-17 21:37:58 -07:00