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

Revert "Make shared libraries be able to link to MSVC static runtime libraries, so that VC runtime is not required." #6914

Merged
merged 9 commits into from Nov 20, 2019

Commits on Nov 19, 2019

  1. Copy the full SHA
    7471a0a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Copy the full SHA
    bc0e3c9 View commit details
    Browse the repository at this point in the history
  2. Expand the section on C# Proto2 support

    Co-Authored-By: ObsidianMinor <ObsidianMinor@users.noreply.github.com>
    rafi-kamal and ObsidianMinor committed Nov 20, 2019
    Copy the full SHA
    7ab5173 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2ac5df2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d0dbd19 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2b6acbd View commit details
    Browse the repository at this point in the history
  6. Revert "Make shared libraries be able to link to MSVC static runtime …

    …libraries, so that VC runtime is not required."
    
    This reverts commit 129a7c8. We are
    seeing errors when building Python release artifacts in Windows:
    " error LNK2038: mismatch detected for 'RuntimeLibrary': value
    'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in
    descriptor.obj".
    rafi-kamal committed Nov 20, 2019
    Copy the full SHA
    677b77f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ad72345 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    481f676 View commit details
    Browse the repository at this point in the history