Austin Shalit
|
6e7c7374fd
|
[build] Globally Exclude PMD.TooManyMethods (#2793)
This was not a useful check, as every time we hit it, we simply excluded it.
|
2020-10-22 20:53:48 -07:00 |
|
sciencewhiz
|
f758af826d
|
[wpilib] Use misspell to find more spelling errors (NFC) (#2679)
|
2020-09-02 19:41:05 -07:00 |
|
Prateek Machiraju
|
416288061a
|
[build] Fix Gradle build on macOS 11.0 Big Sur (#2656)
|
2020-08-29 20:29:49 -07:00 |
|
Peter Johnson
|
5cf4c16f5b
|
[wpilibj] Suppress serialVersionUID warnings (#2618)
These are all classes (e.g. Exception classes) which will never be serialized.
|
2020-07-26 17:06:17 -07:00 |
|
Tyler Veness
|
22c0e2813a
|
[build] Upgrade CI to clang-format 10.0 (#1961)
MacOS no longer ships 6.0, and Arch Linux's mesa GPU drivers are no longer compatible with LLVM 6.0.
|
2020-06-27 20:39:00 -07:00 |
|
sciencewhiz
|
42da07396c
|
Add missing references to f in PIDSubsystem javadoc (#2318)
|
2020-01-31 19:18:17 -08:00 |
|
Austin Shalit
|
ee8475d21f
|
Run wpiformat (#2270)
|
2020-01-13 12:19:08 -08:00 |
|
Thad House
|
cb66bcca3c
|
Add callback handlers for LiveWindow (#2053)
Fixes #2223
|
2020-01-12 22:37:24 -08:00 |
|
Peter Johnson
|
ab9647ff5b
|
CommandScheduler: Don't store NetworkTableEntry
|
2020-01-10 23:42:18 -08:00 |
|
Peter Johnson
|
9abce8eb06
|
Fix subsystem LiveWindow usage (#2202)
|
2019-12-29 21:28:38 -06:00 |
|
Thad House
|
9bcff37b93
|
Add HAL specific version of wpi_setError (#2055)
Cleans up error writing, and allows fewer headers to be included in many of the wpilibc cpp files.
This removes all usages of the hal/HAL.h header.
|
2019-11-08 22:53:20 -08:00 |
|
Peter Johnson
|
f5b4be16db
|
Old C++ Command: Make GetName et al public (#2042)
These used to be effectively public due to SendableBase, and are public
in the Java version.
|
2019-11-05 20:53:40 -08:00 |
|
Thad House
|
509819d83f
|
Split the two command implementations into separate libraries (#2012)
This will allow us at the user code side to determine to include old commands, new commands or both.
|
2019-11-01 21:58:54 -07:00 |
|