Skip to content

Tags: WPIRoboticsProjects/GRIP

Tags

v1.6.0-rc4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Publish javadocs with GitHub Actions (#968)

v1.6.0-rc3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use material design theme (#941)

v1.6.0-rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add publish task to azure (#963)

* Add publish task to azure

* Fix typo

* more typos

* Fix job title

* update connection name

v1.6.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create gradle-wrapper-validation.yml (#957)

* Create gradle-wrapper-validation.yml

* Add `pull_request` to list of triggers

v1.5.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix various issues with generated C++ (#798)

* Fix various issues with generated C++

Closes #797

* frc namespace, add override keyword

* Capital 'P' in 'Process'

* Fix integer division in filterContours

Closes #810

* Remove include for contrib module

* Clean up generated doc comments

* Capitalize C++ getter methods

All public C++ functions should be PascalCase now

v1.5.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Set default codegen dir to ~/GRIP (#778)

Fixes #776

v1.5.1-rc1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix WPILib VisionPipeline import (#766)

v1.5.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Split project settings and app settings into separate classes (#724)

* Split project settings and app settings into separate classes

Move port validation to GripServer and common CLI to the helper class
Make project settings reflect command-line port option
No longer serializes the server port. Use the command-line option or the settings dialog to set it. Fixes #708
Enable projects to be uploaded via HTTP in UI mode

* Move *BeanInfo classes to UI module. Fixes #717

* Ignore all unknown tags in save files

v1.5.0-rc3

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix code generation with Windows native app (#694)

Closes #684

v1.5.0-rc2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix massive memory leak in previews (#679) (#680)

* Fix massve memory leak in lines previews

* Fix memory leak in blobs preview