cpp-dotenv
cpp-dotenv copied to clipboard
Loads environment variables from .env files for C++ projects.
Thanks for a great library! I noticed that if the .env file does not exist, it is silently ignored and there is no way to check if the file was...
First of all thanks a lot for making this library, we like it a lot in [blockpulsar.com](https://blockpulsar.com) This PR fixes MacOS build for this library, which I believe is because...
I would like to report a bug: I tried to build with MSVC2019 but it failed because of extensive use of 'or' instead of '||' and 'and' instead of '&&'...
This pr modifies the cmakelists to allow for the library to be built into a shared library. By setting the cmake option DOETENV_SHARED_LIB to yes the library is built as...
please... thanks
Building with clang fails because of the naming collision between the namespace `dotenv` and the class `dotenv`. Version ``` clang version 10.0.0-4ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin ```...
I agree that testing needs to be done, I am happy to start it up. There are some questions and some discussion on this that will need to be done...
Tested compilation and working with both gcc and clang, there seem to be no issues.