Tyler Veness
ad0859a8c9
[docs] Add missing JavaDocs ( #6125 )
2024-01-01 22:56:23 -08:00
Tyler Veness
a71adef316
[wpiutil] Clean up circular_buffer iterator syntax ( #6020 )
2023-12-08 13:38:56 -08:00
Tyler Veness
0f9ebe92d9
[wpimath] Add generic circular buffer class to Java ( #5969 )
...
The original is now called DoubleCircularBuffer.
2023-11-30 21:12:23 -08:00
Tyler Veness
42b6d4e3f7
Use defaulted comparison operators in C++ ( #4723 )
...
Comparison operators which compared against every class member variable
now use C++20's default comparison operators.
Also remove operator!= that in C++20 is now auto-generated from operator==.
2022-11-27 21:01:01 -08:00
Tyler Veness
f8fc2463ee
[wpilibc, wpiutil] Clean up includes (NFC) ( #3426 )
2021-06-10 00:00:06 -07:00
Tyler Veness
82856cf816
[wpiutil] Improve wpi::circular_buffer iterators ( #3410 )
...
The implementation of wpi::circular_buffer has been effectively replaced
with a dynamically sized copy of wpi::static_circular_buffer with a
resize() member function.
2021-06-05 21:08:12 -07:00
Peter Johnson
8f1f64ffb6
Remove year from file copyright message (NFC) ( #2972 )
...
Also update copyright to include "and other WPILib contributors" and clarify
license referral language to not be restricted to FIRST teams.
2020-12-26 14:12:05 -08:00
Oblarg
05b7593e66
C++ circular_buffer: support types not implicitly convertible from int ( #2350 )
...
Also fixes two cases of returning a reference to a constant.
2020-02-08 13:35:21 -08:00
Tyler Veness
e3d86fee46
Move circular buffer class from wpilib to wpiutil ( #1840 )
2019-08-24 21:35:19 -07:00