文章 Giannis Nikiteas
Fpm version 0.8.0 released
- 07 April 2023
- 分类: release
This release introduces support for enabling and disabling language features in fpm, such as implicit typing or default source form. By default, fpm now tries to disable implicit typing rules, implicit external interfaces and assumes the source form is always free. The options can be overwritten in the manifest for each project.
Fpm 0.7.0 版本发布
- 26 October 2022
- 分类: release
此版本在 fpm.toml
清单中引入了预处理器支持,允许预处理器宏、文件后缀和应该运行预处理器的目录。此功能是 Arteev Raina 的 Google Summer of Code 2022 项目的一部分。此外,除了 Fortran 和 C 之外,fpm 现在还能够编译 C++ 源文件。最后,添加了在 fpm.toml
清单中定义编译器配置文件的能力,尽管配置文件设置当前未在构建过程中使用。