davidpfister
davidpfister
### Description The Sleep function does not even compile on Windows using ifort (ia-32 2021.5.0). One gets fatal error LNK1120: 1 unresolved external error LNK2019: unresolved external symbol _Sleep It...
### Description The original [issue](https://github.com/FluidNumerics/feq-parse/issues/20#issue-2099252637) appeared when building the project [feq-parse](https://github.com/FluidNumerics/feq-parse) with the following configuration ``` Version: 0.10.0, alpha Program: fpm(1) Description: A Fortran package manager and build system Home...
On version 0.11, the function basic_log10 is not exported. See the dumpbin export ```txt 32154 7D99 000F3DA0 basic_loads 32155 7D9A 000F3EA0 basic_log 32156 7D9B 000F3F10 basic_loggamma 32157 7D9C 000F3F80 basic_lowergamma...
### Description Quite often I use cpp macro for defining assert functions in unit tests. Every now and then I end up we a very long line and because this...
### Description I am trying to compile a code performing some SHA1 hashing. The code contains the following data ```fortran data(h0_ref(i), i=1, 5) / & z'67452301', & z'EFCDAB89', & z'98BADCFE',...
I was experimenting response file for fpm and running command like `fpm @build` from a powershell terminal on Windows. The issue is that `@` has a special meaning in powershell...
### Description While building and running [fpm-modules](https://github.com/davidpfister/fpm-modules), I noticed that my code stopped working while it used to work with version v0.12.0. According to the runtime error, the 'cache.toml cannot...
I want to use the JSON output from `--show-ast` --json in a third-party application. More specifically, the JSON file (generated on Windows) is used in a C# application on Windows....