bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

WiP: Initial support for the MSVC compiler

Open mablanchard opened this issue 4 years ago • 3 comments

Supporting Windows MSVC compiler would require:

  • [x] Removing GCC/LLVMisms from CMake scripts
  • [ ] Ensuring C++ codes builds with cl
  • [ ] Probably more...

mablanchard avatar Feb 19 '21 18:02 mablanchard

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.

mablanchard avatar Feb 19 '21 18:02 mablanchard

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.

andrea-iob avatar Feb 22 '21 10:02 andrea-iob

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?

edoardolombardi avatar May 27 '22 13:05 edoardolombardi

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.

andrea-iob avatar Jan 12 '23 08:01 andrea-iob