Skip to content

REDHAWK 1.10.2

Compare
Choose a tag to compare
@ryanbauman ryanbauman released this 22 Jul 16:07
· 70 commits to master since this release

The effort in REDHAWK Version 1.10.2 focused on fixing bugs and improving the reliability
of the IDE.

IDE Fixes and Improvement

  • Ports can now be added to Services that have an interface that inherits from CF::PortSupplier
  • Fixed issue that caused Services/Devices with execparams to fail to launch in the Sandbox
  • Fixed issue with the code generation for control panels that caused compilation errors
  • Improved performance by eliminating redundant CORBA checks of Components and Devices in the Sandbox
  • Fixed an issue that caused the IDE to release Components/Waveforms in a Domain at shutdown if they had been edited in the Chalkboard
  • Improved the IDE so it now performs a build clean before a full build after code generation has been performed
  • Improved code generation for C++ projects so that it uses the build.sh in the root of the project for build operations instead of the build.sh in the implementation folder