Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MSVC MT/MD incompatibility in PYBIND11_BUILD_ABI #4953

Merged
merged 22 commits into from
Nov 10, 2024

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    607812a View commit details
    Browse the repository at this point in the history
  2. Update comment about which PR

    isuruf committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    71b0e9e View commit details
    Browse the repository at this point in the history
  3. Use msvc major version

    isuruf committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d1695f1 View commit details
    Browse the repository at this point in the history
  4. Use _MSC_VER/100

    isuruf committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4c6c344 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix figuring out MD vs MT

    isuruf committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    543b08f View commit details
    Browse the repository at this point in the history
  2. Add some test runs

    isuruf committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e7a559d View commit details
    Browse the repository at this point in the history
  3. Skip one test

    isuruf authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    12a6478 View commit details
    Browse the repository at this point in the history
  4. Fix preprocessor

    isuruf committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    10dd08a View commit details
    Browse the repository at this point in the history
  5. simplify code

    isuruf committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    72b6d2a View commit details
    Browse the repository at this point in the history
  6. fix if

    isuruf committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9ce2def View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. support only msvc 19

    isuruf committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1d2f952 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    0131c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3415a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b5c3b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Fix MT vs MD

    isuruf authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a3944f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b54a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    713b427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a3770 View commit details
    Browse the repository at this point in the history
  3. Update include/pybind11/detail/internals.h

    Co-authored-by: Robert Maynard <[email protected]>
    rwgk and robertmaynard authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ef6c3f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    fa75ca0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    823a77b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    4819606 View commit details
    Browse the repository at this point in the history