Posts by Simon Rowe
Fpm version 0.6.0 released
- 19 June 2022
- Category: release
This release introduces a better visualization for the build output, compiler output is only shown on error to keep the standard output clean for successful builds. Furthermore, fpm can now detect unused modules and avoids compiling modules that are not needed for an application, which improves the compilation speed with large dependencies like stdlib. When creating a new project with fpm the author information are now taken from the git configuration to avoid using placeholders in the manifest. Several more bug fixes and plenty of improvements went into this version as well.
Verze Fpm 0.5.0 vydána
- 21 November 2021
- Category: release
V této verzi jsme opravili velké množství chyb a výrazně vylepšili nástroje související s fpm, jako je například Continous Delivery a instalační program pro Windows. Mezi nové funkce patří možnost lepšího výběru kompilátoru/linkeru a vylepšený backend sestavování (testy se sestavují pouze v případě potřeby, závislosti pro linkování jsou správně sledovány).