pybind11/.github/workflows
Jerome Robert c80e059345 fix: Mingw64 corrected and add a CI job to test it (#3132)
* mingw64 platform string is like mingw_xxx not "mingw"

See https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-python/0099-Change-the-get_platform-method-in-sysconfig-and-dist.patch

* Mingw: Do not dllexport exceptions

This is a fix for errors like:

D:/a/pybind11/pybind11/include/pybind11/detail/common.h:735:23: error: 'dllexport' implies default visibility, but 'class pybind11::builtin_exception' has already been declared with a different visibility
  735 | class PYBIND11_EXPORT builtin_exception : public std::runtime_error {
      |                       ^~~~~~~~~~~~~~~~~

* GHA: Test Mingw64 build

* fix: avoid thin binaries on mingw

* fix: drop lto on MinGW

* Mingw64: disable PYBIND11_DEPRECATED

It trigger many warnings for unknown reasons

Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
2021-07-30 13:58:16 -04:00
..
ci.yml fix: Mingw64 corrected and add a CI job to test it (#3132) 2021-07-30 13:58:16 -04:00
configure.yml chore(deps): bump jwlawson/actions-setup-cmake from 1.8 to 1.9 (#3000) 2021-05-13 23:19:51 -04:00
format.yml Updating and slightly enhancing instructions for running clang-tidy. (#3055) 2021-06-22 15:12:58 -07:00
labeler.yml ci: correct types statement 2020-11-03 11:59:29 -05:00
pip.yml chore(deps): bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#2851) 2021-02-09 17:00:16 -05:00