pybind11/pybind11
Jerome Robert 1259db6fd9
Fix Pybind11Extension on mingw64 (#2921)
* Pybind11Extension add the "/EHsc /bigobj /std:c++14" flags on Windows.
  This is good for Visual C++ but not for Mingw.
* According
  https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-python2/0410-MINGW-build-extensions-with-GCC.patch
  sysconfig.get_platform() is the way to check for a Mingw64
2021-04-02 10:26:17 -07:00
..
__init__.py feat: setup.py redesign and helpers (#2433) 2020-09-16 17:13:41 -04:00
__main__.py feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
_version.py fix: corrected dev versioning 2021-01-26 22:42:14 -05:00
_version.pyi feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
commands.py feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
py.typed feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
setup_helpers.py Fix Pybind11Extension on mingw64 (#2921) 2021-04-02 10:26:17 -07:00
setup_helpers.pyi feat: way to only recompile changed files (#2643) 2020-11-11 11:45:28 -05:00