Releases: nasa/fprime-tools
v3.5.0
Summary
Bug fixes and minor features to be released alongside F Prime v3.5.0
What's Changed
- CR 2375: TimeType.to_readable should display microsecond precision. by @Ahmad-Bamba in #197
- Fix inappropriate use of stdout. Fixes: nasa/fprime#2630 by @LeStarch in #198
- Add link to CMake API in
new
-generated code by @thomas-bc in #201 - Add
fpp-to-dict
wrapper command by @thomas-bc in #200 - Fix for forced purge on non existing directories by @JohanBertrand in #202
- Uncomment noop functions from topology template by @mosa11aei in #206
- Minor fix in comment of deployment Topology.cpp by @mosa11aei in #205
- Swap
regCommands()
andconfigTopology
+ Move Buffmgr and Framing setup to front by @Lex-ari in #208 - Fix for old clang-format by @JohanBertrand in #199
- added dash to list of invalid characters by @keck-in-space in #209
- prettyprinting: Remove excess indent by @mosa11aei in #211
- Update function calls for comDriver headers by @Lex-ari in #213
- Adding phase configure to manual cookiecutter. nasa/fprime#2820 by @LeStarch in #212
- Use fprime-util to generate subtopologies by @mosa11aei in #203
- Update library_locations for _fprime_packages by @mosa11aei in #210
- Add fpp-to-json utilities by @mosa11aei in #207
- Replace decode errors on unknown bytes by @LeStarch in #214
- Remove PacketsSpec.xml from sources in new deployments by @kevin-f-ortega in #215
- Remove systemResources versions from Packets.xml by @thomas-bc in #218
- Allow empty new component by @thomas-bc in #219
- add force option to generate that will call purge before generating, … by @csmith608 in #217
- Update cookiecutter templates and remove deprecated functionality ahead of v3.5.0 release by @thomas-bc in #221
- Add setup-python to publishing workflow by @thomas-bc in #222
New Contributors
- @Ahmad-Bamba made their first contribution in #197
- @JohanBertrand made their first contribution in #202
- @mosa11aei made their first contribution in #206
- @Lex-ari made their first contribution in #208
- @keck-in-space made their first contribution in #209
- @kevin-f-ortega made their first contribution in #215
- @csmith608 made their first contribution in #217
Full Changelog: v3.4.4...v3.5.0
Release v3.5.0 Alpha 1
For testing prior to release v3.5.0
Full Changelog: v3.4.4...v3.5.0a1
Release v3.4.5 Alpha 1: NASA Inaugural Build
Inaugural build on NASA to prove the build configuration.
What's Changed
- CR 2375: TimeType.to_readable should display microsecond precision. by @Ahmad-Bamba in #197
- Fix inappropriate use of stdout. Fixes: nasa/fprime#2630 by @LeStarch in #198
- Add link to CMake API in
new
-generated code by @thomas-bc in #201 - Add
fpp-to-dict
wrapper command by @thomas-bc in #200 - Fix for forced purge on non existing directories by @JohanBertrand in #202
- Uncomment noop functions from topology template by @mosa11aei in #206
- Minor fix in comment of deployment Topology.cpp by @mosa11aei in #205
- Swap
regCommands()
andconfigTopology
+ Move Buffmgr and Framing setup to front by @Lex-ari in #208 - Fix for old clang-format by @JohanBertrand in #199
- added dash to list of invalid characters by @keck-in-space in #209
- prettyprinting: Remove excess indent by @mosa11aei in #211
New Contributors
- @Ahmad-Bamba made their first contribution in #197
- @JohanBertrand made their first contribution in #202
- @mosa11aei made their first contribution in #206
- @Lex-ari made their first contribution in #208
- @keck-in-space made their first contribution in #209
Full Changelog: v3.4.4...v3.4.5a1
Release v3.4.4
Hotfix release correcting a bug in the deployment templates (fprime-util new --deployment
) that has been introduced by the FPP 2.1.0 upgrade.
What's Changed
Full Changelog: v3.4.3...v3.4.4
Release v3.4.3
What's Changed
- Fix/enum representation types by @JackNWhite in #184
New Contributors
- @JackNWhite made their first contribution in #184
Full Changelog: v3.4.2...v3.4.3
Release v3.4.2
What's Changed
- Add Python 3.12 to CI by @thomas-bc in #189
- Add Ninja support by @thomas-bc in #188
- Add version check command by @0x48piraj in #190
- Fix new project submodule update by @thomas-bc in #191
- Drop AcConstants.ini support by @thomas-bc in #192
- Verify cookiecutter input for invalid characters by @thomas-bc in #193
- Refactor build directory purging logic by @IvoBrandao in #194
- Pre-release changes by @thomas-bc in #195
New Contributors
- @0x48piraj made their first contribution in #190
- @IvoBrandao made their first contribution in #194
Full Changelog: v3.4.1...v3.4.2
Release v3.4.1
What's Changed
- Add issue creation redirects by @thomas-bc in #182
- Remove leak target by @thomas-bc in #187
- Upgrade pip during project creation by @thomas-bc in #185
- Add pyproject.toml by @thomas-bc in #181
- Adding in subtopology support by @LeStarch in #183
- Update PR template by @thomas-bc in #186
Full Changelog: v3.4.0...v3.4.1
Release v3.4.0
What's Changed
- Update required tools check by @thomas-bc in #170
- Fix arguments order for generate stage by @SMorettini in #165
- Moving gcov clean to cmake by @LeStarch in #172
- Fixing parallel builds by @LeStarch in #173
- Remove startup/shutdown call for TcpServer by @thomas-bc in #168
- Reimplement
impl
with fpp-to-cpp by @thomas-bc in #171 - Remove Python 3.7 support by @thomas-bc in #175
- Add new module command by @thomas-bc in #174
- Restricting visualization to current project if possible by @LeStarch in #176
- Always print output when refreshing cache by @thomas-bc in #177
- Add project submodule initialization by @thomas-bc in #178
- Update deployment cookiecutter by @thomas-bc in #179
- Run FppUtility in
cwd=context
by @thomas-bc in #180
New Contributors
- @SMorettini made their first contribution in #165
Full Changelog: v3.3.4...v3.4.0
Release v3.4.0a1: FPP v2.0.0 Support -- Alpha 1
This enables more efficient impl generation through FPP v2.0.0. It also fixes a long-standing bug affecting the parallel jobs flag when building through fprime-util
.
What's Changed
- Update required tools check by @thomas-bc in #170
- Fix arguments order for generate stage by @SMorettini in #165
- Moving gcov clean to cmake by @LeStarch in #172
- Fixing parallel builds by @LeStarch in #173
- Remove startup/shutdown call for TcpServer by @thomas-bc in #168
- Reimplement
impl
with fpp-to-cpp by @thomas-bc in #171
New Contributors
- @SMorettini made their first contribution in #165
Full Changelog: v3.3.4...v3.4.0a1
Release v3.3.4
What's Changed
- Update issue posting instructions by @thomas-bc in #163
- Update cookiecutter for new driver interfaces by @thomas-bc in #167
- Update CMake -D flags handling by @thomas-bc in #166
- Install venv unless explicitly requested by @thomas-bc in #169
Full Changelog: v3.3.3...v3.3.4