Tags: WPIRoboticsProjects/GRIP
Tags
Add publish task to azure (#963) * Add publish task to azure * Fix typo * more typos * Fix job title * update connection name
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
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
PreviousNext