Artur Wojcik
Artur Wojcik
On Windows, the symbol must be exported from the DLL for the test to see the function while dynamically loading the library.
Unfortunately, automatic target registration does not work on Windows. The linker will not add a specified DLL as a dependency if at least a symbol from the dynamic library is...
The PR fixes handling environment variables on Windows and adds some improvements to the interface. Below are the updated functions * `env::value(VAR)` reads a value from VAR or returns the...
The character `:` is reserved on Windows and cannot be used for constructing a path except when it follows a drive letter.