autoantwort
25b0622d4c
[build] Add Windows CMake CI ( #5516 )
2023-09-17 16:16:52 -07:00
autoantwort
ad4b017321
[ci] Use Ninja for faster builds ( #5626 )
2023-09-15 10:42:57 -07:00
Tyler Veness
26d6e68c8f
[upstream_utils] Add GCEM to CI ( #5483 )
2023-07-31 19:18:32 -07:00
Thad House
b8cdf97621
[build] Prepare for Windows arm64 builds ( #5390 )
...
Builds aren't actually enabled yet due to a bug in Gradle.
2023-07-24 22:46:25 -07:00
Peter Johnson
7ac932996a
[ci] Use PAT for workflow dispatch ( #5442 )
2023-07-12 23:53:21 -07:00
Peter Johnson
efe1987e8b
[ci] Trigger pages repo workflow ( #5441 )
2023-07-12 23:29:56 -07:00
Peter Johnson
701df9eb87
[ci] Change documentation publish to single-commit ( #5440 )
...
Push to different branches for beta/release/development.
The pages repo workflow will do the combine for publishing.
2023-07-12 22:20:22 -07:00
Tyler Veness
652d1c44e3
[wpiutil] Upgrade to macOS 12 to remove concept shims ( #5379 )
...
The macOS deployment target has been upgraded from 10.15 to 11. Also, a
deprecation warning for sprintf() in libuv was suppressed.
2023-06-08 19:59:54 -07:00
Gold856
1ea868081a
[ci] Fix /format command ( #5376 )
2023-06-03 06:43:08 -07:00
Tyler Veness
5fac18ff4a
Update formatting to clang-format 16 ( #5370 )
2023-05-31 22:10:53 -07:00
Ryan Blue
4d28bdc19e
[ci] Update Github Pages deploy action parameters ( #5343 )
2023-05-17 21:02:43 -07:00
Ryan Blue
e0f851871f
[ci] Fix github pages deploy version ( #5342 )
2023-05-17 20:42:52 -07:00
sciencewhiz
96e41c0447
[ci] Update deploy and sshagent actions ( #5338 )
...
Fixes node deprecations
2023-05-16 20:50:03 -07:00
Tyler Veness
52bd5b972d
[wpimath] Rewrite DARE solver ( #5328 )
...
I timed the DARE unit tests, and the new solver is 0 to 100% faster in
all cases (that is, it's at least as fast as Drake's and up to 2x faster
in some cases).
The new solver is also much simpler, takes less time to compile, and
drops the libwpimath.so size from 325 MB to 301 MB.
I think most of the compilation time is coming from the eigenvalue
decompositions used to enforce argument preconditions.
2023-05-14 22:23:00 -07:00
Thad House
b893b3d6d3
[cscore] Add support for USB cameras on macOS ( #4846 )
...
The main restriction is there must be an event loop running on the main thread.
No special action is required for GUI applications, but for non-GUI applications, a
RunOsxRunLoop() function is provided that needs to be called from the main thread.
2022-12-25 07:36:00 -08:00
Tyler Veness
13cdc29382
[ci] Rename comment command from "/wpiformat" to "/format" ( #4755 )
...
It now runs more than just wpiformat.
2022-12-02 18:24:06 -08:00
Ryan Blue
68dba92630
[ci] Update mac and windows builds to Java 17 ( #4750 )
2022-12-02 08:31:38 -08:00
Tyler Veness
23bfc2d9ab
[sim] Remove unmaintained Gazebo support ( #4736 )
2022-12-01 20:46:47 -08:00
Ryan Blue
88bd67e7de
[ci] Update clang repositories to jammy ( #4665 )
2022-11-18 20:42:55 -08:00
Thad House
b7ca860417
[build] Use build cache for sign step ( #4635 )
...
The signing step does not get passed the username and password to the server, so it will just read from the build cache. Then to make sure the tasks are all updated correctly, use if developerid exists as a property to all sign tasks, so it will see the new variable value, and relink. Additionally only update the archives during signing, which will speed up signing.
2022-11-14 19:23:13 -08:00
Tyler Veness
d07267fed1
[ci] Upgrade containers to Ubuntu 22.04 and remove libclang installation ( #4633 )
2022-11-14 14:20:08 -08:00
Thad House
b53ce1d3f0
[build, wpiutil] Switch macos to universal binaries ( #4628 )
2022-11-14 10:36:33 -08:00
Ryan Blue
d122e4254f
[ci] Run spotlessApply after wpiformat in comment command ( #4623 )
2022-11-13 14:07:26 -08:00
PJ Reiniger
fa44a07938
[upstream-utils][mpack] Add upstream util for mpack ( #4500 )
2022-11-04 20:03:49 -07:00
Peter Johnson
b2a0093294
[ci] Revert upgrade of github-pages-deploy-action ( #4521 )
...
It broke publishing
2022-10-25 19:20:30 -07:00
Starlight220
9f36301dc8
[ci] Write wpiformat patch to job summary ( #4519 )
2022-10-25 12:30:43 -07:00
Peter Johnson
dcfa85a5d5
[ci] Build sanitizers with clang-14 ( #4518 )
2022-10-24 22:44:20 -07:00
sciencewhiz
a05b212b04
[ci] Revert changes to wpiformat task from #4501 ( #4508 )
2022-10-23 15:49:59 -07:00
Tyler Veness
f19d2b9b84
[ci] Add NUMBER environment variable to comment command commit script ( #4507 )
2022-10-23 11:34:03 -07:00
Tyler Veness
a28f93863c
[ci] Push comment command commit directly to PR ( #4506 )
2022-10-23 11:17:52 -07:00
Tyler Veness
c9f61669b8
[ci] Fix comment command commit push ( #4505 )
2022-10-23 10:47:15 -07:00
Tyler Veness
dcce5ad3b3
[ci] Update github-script API usage ( #4504 )
2022-10-23 10:15:42 -07:00
PJ Reiniger
b55d5b3034
[ci] Update deprecated github actions ( #4501 )
2022-10-22 21:09:44 -07:00
Tyler Veness
fbdc810887
Upgrade to C++20 ( #4239 )
...
* Use explicit this capture required by C++20
* Use C++20 span
* Replace wpi::numbers with std::numbers
* Fix C++20 clang-tidy warning false positive in fmt
* Remove ciso646 include since C++20 removed that header
* Fix global-buffer-overflow asan warnings in ntcore tests
* Add DIOSetProxy constructor to HAL
* Upgrade MSVC compiler to 2022
* Bump native-utils to 2023.2.7 (changes to std=c++20)
Co-authored-by: Peter Johnson <johnson.peter@gmail.com >
2022-10-15 16:33:14 -07:00
Thad House
396143004c
[ntcore] Add ntcoreffi binary ( #4471 )
...
Co-authored-by: Peter Johnson <johnson.peter@gmail.com >
2022-10-15 01:02:38 -07:00
Peter Johnson
1f45732700
[build] Update to 2023.2.4 native-utils and new dependencies ( #4473 )
...
* Disable class-memaccess warning in Eigen
* Shim NiFpga_OpenHostMemoryBuffer
* Don't deploy .debug files in integration tests
2022-10-14 23:36:47 -07:00
Peter Johnson
77301b126c
[ntcore] NetworkTables 4 ( #3217 )
2022-10-08 10:01:31 -07:00
Peter Johnson
69b7b3dd7d
[ci] Remove the Windows cmake job ( #4425 )
...
This currently is running into space issues due to vcpkg that are
difficult to fix.
2022-09-18 18:24:55 -07:00
Peter Johnson
aa9d7f1cdc
[wpiutil] Import foonathan memory ( #4306 )
2022-09-02 20:32:21 -07:00
Peter Johnson
c8bd6fc5b4
[ci] Fix comment-command (take 2) ( #4395 )
2022-09-02 08:51:07 -07:00
Peter Johnson
fed68b83b4
[ci] Fix comment-command action not running runners ( #4393 )
...
Triggering runners from a push from a runner requires use of a PAT.
https://stackoverflow.com/questions/67550727/push-event-doesnt-trigger-workflow-on-push-paths-github-actions
2022-09-02 08:16:31 -07:00
Tyler Veness
539070820d
[ci] Enable asan for wpinet and wpiutil ( #4369 )
2022-08-21 14:59:07 -07:00
Tyler Veness
340465c929
[ci] Upgrade to clang-format and clang-tidy 14 (NFC) ( #4347 )
2022-08-16 15:25:04 -07:00
Tyler Veness
d25af48797
[ci] Make upstream_utils CI fail on untracked files ( #4339 )
...
This catches issues like update scripts putting new files in a different
directory from the old ones.
2022-07-24 19:34:16 -07:00
Thad House
aa221597bc
[build] Add M1 builds, change arm name, update to 2023 deps ( #4315 )
2022-06-20 12:28:46 -06:00
Tyler Veness
579a8ee229
[ci] Use one worker for Windows release Gradle build ( #4318 )
...
It was running out of heap space.
2022-06-18 22:45:12 -07:00
Connor Worley
a99c11c14c
[wpimath] Replace UKF implementation with square root form ( #4168 )
...
Co-authored-by: Tyler Veness <calcmogul@gmail.com >
2022-06-08 22:19:01 -07:00
Thad House
17752f1337
[ci] Split debug and release Windows builds ( #4277 )
...
Co-authored-by: Tyler Veness <calcmogul@gmail.com >
2022-06-06 17:25:02 -07:00
Peter Johnson
abc605c9c9
[ci] Update workflows to 20.04 base image ( #4271 )
2022-05-27 23:33:33 -07:00
Tyler Veness
db2e1d170e
[upstream_utils] Document how to update thirdparty libraries ( #4253 )
...
Also, add a CI job to ensure the sources in the repo are consistent with
the update scripts.
2022-05-26 09:02:32 -07:00