Skip to content

Commit d2b8ce0

Browse files
gnikitmilancurcicawvwgk
authored
docs: release v0.7.0 news (#86)
* docs: release v0.7.0 news * docs: fpm release v0.7.0 news * Update pages/news/2022/10-26-fpm-version-0.7.0.md Co-authored-by: Milan Curcic <[email protected]> * Update translation files * ci(debug): macos fix to 11 (cherry picked from commit c4efce5) Co-authored-by: Milan Curcic <[email protected]> Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 325f74b commit d2b8ce0

File tree

10 files changed

+2434
-671
lines changed

10 files changed

+2434
-671
lines changed

locale/cs/LC_MESSAGES/index.po

Lines changed: 159 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: fpm \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-09-08 13:56+0200\n"
11+
"POT-Creation-Date: 2022-10-29 10:44+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -657,6 +657,7 @@ msgid ""
657657
msgstr ""
658658

659659
#: ../../pages/news/2022/06-19-fpm-version-0.6.0.md:19
660+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:29
660661
msgid "Changelog"
661662
msgstr ""
662663

@@ -786,6 +787,163 @@ msgid ""
786787
"lang/fpm/pull/708))"
787788
msgstr ""
788789

790+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:7
791+
msgid "Fpm version 0.7.0 released"
792+
msgstr ""
793+
794+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:9
795+
msgid ""
796+
"This release introduces preprocessor support in the `fpm.toml` manifest, "
797+
"allowing for preprocessor macros, file suffixes and directories where the "
798+
"preprocessor should run. This feature was implemented as part of Arteev "
799+
"Raina's Google Summer of Code 2022 project. Furthermore, fpm has now the "
800+
"ability to compile C++ source files in addition to Fortran and C. Finally, "
801+
"the ability to define compiler profiles in the `fpm.toml` manifest has been "
802+
"added, although the profile settings are not currently used in the build "
803+
"process."
804+
msgstr ""
805+
806+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:16
807+
msgid ""
808+
"Find the full release notes [here](https://github.com/fortran-"
809+
"lang/fpm/releases/tag/v0.7.0)."
810+
msgstr ""
811+
812+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:18
813+
msgid ""
814+
"Many thanks to Lewis McMillan ([@lewisfish](https://github.com/lewisfish)), "
815+
"Damian Rouson ([@rouson](https://github.com/rouson)), Giannis Nikiteas "
816+
"([@gnikit](https://github.com/gnikit)), Laurence Kedward "
817+
"([@LKedward](https://github.com/LKedward)), Sebastian Ehlert "
818+
"([@awvwgk](https://github.com/awvwgk)), Zuo Zhihua "
819+
"([@zoziha](https://github.com/zoziha)), Jakub Jelínek "
820+
"([@kubajj](https://github.com/kubajj)), Arteev Raina "
821+
"([@arteevraina](https://github.com/arteevraina)) for contributing patches to "
822+
"this release."
823+
msgstr ""
824+
825+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:31
826+
msgid ""
827+
"feat: added basic preprocess table configuration by in <https://github.com"
828+
"/fortran-lang/fpm/pull/715>"
829+
msgstr ""
830+
831+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:32
832+
msgid ""
833+
"Add homebrew installation instructions to README.md by in <https://github.com"
834+
"/fortran-lang/fpm/pull/718>"
835+
msgstr ""
836+
837+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:33
838+
msgid ""
839+
"Some cleanups and minor fixes by in <https://github.com/fortran-"
840+
"lang/fpm/pull/701>"
841+
msgstr ""
842+
843+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:34
844+
msgid ""
845+
"feat: ability to read macros from manifest by in <https://github.com/fortran-"
846+
"lang/fpm/pull/720>"
847+
msgstr ""
848+
849+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:35
850+
msgid ""
851+
"Support for dependency path relative to the fpm.toml it’s written in by in "
852+
"<https://github.com/fortran-lang/fpm/pull/719>"
853+
msgstr ""
854+
855+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:36
856+
msgid ""
857+
"feat: added support for C++ files compilation by in <https://github.com"
858+
"/fortran-lang/fpm/pull/733>"
859+
msgstr ""
860+
861+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:37
862+
msgid "Fix executables linking by in <https://github.com/fortran-lang/fpm/pull/743>"
863+
msgstr ""
864+
865+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:38
866+
msgid ""
867+
"Change git directory using work-tree / git-dir by in <https://github.com"
868+
"/fortran-lang/fpm/pull/747>"
869+
msgstr ""
870+
871+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:39
872+
msgid ""
873+
"Fix #734: First resolve dependencies, then resolve programs by in "
874+
"<https://github.com/fortran-lang/fpm/pull/737>"
875+
msgstr ""
876+
877+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:40
878+
msgid ""
879+
"docs(README): improve Homebrew references by in <https://github.com/fortran-"
880+
"lang/fpm/pull/745>"
881+
msgstr ""
882+
883+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:41
884+
msgid "Minor fix for `fpm new` by in <https://github.com/fortran-lang/fpm/pull/739>"
885+
msgstr ""
886+
887+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:42
888+
msgid ""
889+
"docs: updated example packages README with new packages that were added by in"
890+
" <https://github.com/fortran-lang/fpm/pull/740>"
891+
msgstr ""
892+
893+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:43
894+
msgid "Enable profiles in toml by in <https://github.com/fortran-lang/fpm/pull/653>"
895+
msgstr ""
896+
897+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:44
898+
msgid ""
899+
"Updated URL to manifest file in help section by in <https://github.com"
900+
"/fortran-lang/fpm/pull/755>"
901+
msgstr ""
902+
903+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:45
904+
msgid "Fix compilation with NAG by in <https://github.com/fortran-lang/fpm/pull/753>"
905+
msgstr ""
906+
907+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:46
908+
msgid ""
909+
"Fixes #756: add judgement of macros allocation status by in "
910+
"<https://github.com/fortran-lang/fpm/pull/762>"
911+
msgstr ""
912+
913+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:47
914+
msgid ""
915+
"In the default case of command line subcommands, stop `fpm` running in time "
916+
"by in <https://github.com/fortran-lang/fpm/pull/728>"
917+
msgstr ""
918+
919+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:48
920+
msgid ""
921+
"Disallow C-style escaping for IBM XL compiler by in <https://github.com"
922+
"/fortran-lang/fpm/pull/764>"
923+
msgstr ""
924+
925+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:49
926+
msgid ""
927+
"bug: C preprocessor does not propagate directives to executables by in "
928+
"<https://github.com/fortran-lang/fpm/pull/775>"
929+
msgstr ""
930+
931+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:50
932+
msgid ""
933+
"bug: macros don't propage to C executables by in <https://github.com/fortran-"
934+
"lang/fpm/pull/779>"
935+
msgstr ""
936+
937+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:51
938+
msgid ""
939+
"Enable cpp preprocessor flag for dependencies by in <https://github.com"
940+
"/fortran-lang/fpm/pull/783>"
941+
msgstr ""
942+
943+
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:52
944+
msgid "Bump version to 0.7.0 by in <https://github.com/fortran-lang/fpm/pull/785>"
945+
msgstr ""
946+
789947
#: ../../pages/registry/index.rst:4
790948
msgid ""
791949
"Welcome to the package registry for the Fortran package manager. All "

0 commit comments

Comments
 (0)