Releases: nasa/fpp
Releases · nasa/fpp
v1.2.0 Test Pre-Release a1
Pre-release for integrated testing with F Prime.
v1.1.0 (C++ Types)
This release adds direct C++ code generation for structs, arrays, and enums. It also fixes several bugs. For a summary of the work done in this release, see the C++ Types milestone.
v1.1.0 Test Pre-Release a7
Incorporate recent code changes.
v1.1.0 Test Pre-Release a6
Fix code for selecting tar.
v1.1.0 Test Pre-Release a5
Update Mac OS version on GitHub. Work around a bug in BSD tar on Mac OS.
v1.1.0 Test Pre-Release a4
Test changes to release script.
v1.1.0 Test Pre-Release a3
Fixes GraalVM build.
v1.1.0 Test Pre-Release a2
Include recent FPP updates in the integrated testing.
v1.1.0 Test Pre-Release a1
This release is for integrated testing of v1.1.0 with F Prime.
Release v1.0.2
New Features
- Migrate to Scala 3
- Improve code generation for topology C++
- Improve scripts and add documentation for generating native builds
- Add automation scripts for supporting F Prime releases. Formerly these scripts were located at https://github.com/fprime-community/fprime-fpp.
What's Changed
- removes copyright notice in generated files. by @LeStarch in #115
- Renamed
enum
asenumeration
to avoid conflict with Scala3 where enum is a reserved keyword. by @NicolasRouquette in #121 - Fixes small typos in wiki by @legounicycler in #124
- making fpp install location movable by @LeStarch in #125
- Scala 3 migration by @bocchino in #126
- Scala3 migration2 by @NicolasRouquette in #122
- Python Wrapper Package and Automatic Building of Packages by @LeStarch in #128
New Contributors
- @NicolasRouquette made their first contribution in #121
Full Changelog: v1.0.1...v1.0.2