bitpit
bitpit copied to clipboard
WiP: Initial support for the MSVC compiler
Supporting Windows MSVC compiler would require:
- [x] Removing GCC/LLVMisms from CMake scripts
- [ ] Ensuring C++ codes builds with
cl
- [ ] Probably more...
This is a very early patch that only allows native Windows+MSVC build to at least pass the configuration step. If the project is interested in MSVC support I'll continue to send patches.
This is a very early patch that only allows native Windows+MSVC build to at least pass the configuration step. If the project is interested in MSVC support I'll continue to send patches.
Adding support for native Windows+MSVC builds would be greatly appreciated. Unfortunately I don't have easy access to MSVC, however @roccoarpa or @alessandro-alaia should be able to test and review the changes. If adding support for MSVC requires changes in some bitpit modules, I will gladly help with the required changes.
The closed pulls https://github.com/optimad/bitpit/pull/264 and https://github.com/optimad/bitpit/pull/282 maybe cover also this requests? Can we close it after the MSVC compliant modifications already merged, @andrea-iob , @mablanchard?
I'm closing the pull request. There were no updates from quite some time. Feel free to reopen this pull request or create a new one if there is any progress.