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

Prepare beta 1.49.0 #79132

Merged
merged 21 commits into from
Nov 18, 2020
Merged

Prepare beta 1.49.0 #79132

merged 21 commits into from
Nov 18, 2020

Commits on Nov 17, 2020

  1. this is beta 1.49.0

    pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    1bac1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e881b4e View commit details
    Browse the repository at this point in the history
  3. Avoid installing external LLVM dylibs

    If the LLVM was externally provided, then we don't currently copy artifacts into
    the sysroot. This is not necessarily the right choice (in particular, it will
    require the LLVM dylib to be in the linker's load path at runtime), but the
    common use case for external LLVMs is distribution provided LLVMs, and in that
    case they're usually in the standard search path (e.g., /usr/lib) and copying
    them here is going to cause problems as we may end up with the wrong files and
    isn't what distributions want.
    
    This behavior may be revisited in the future though.
    Mark-Simulacrum authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a01256f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2101eca View commit details
    Browse the repository at this point in the history
  5. Update RELEASES.md for 1.48.0

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a9ace8c View commit details
    Browse the repository at this point in the history
  6. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    b77adff View commit details
    Browse the repository at this point in the history
  7. Update RELEASES.md

    Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
    2 people authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    bc41092 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
    Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
    Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
    4 people authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c321d6a View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Camelid <camelidcamel@gmail.com>
    Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
    3 people authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    5921bca View commit details
    Browse the repository at this point in the history
  10. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    51d9591 View commit details
    Browse the repository at this point in the history
  11. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    dc8d2eb View commit details
    Browse the repository at this point in the history
  12. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    949043e View commit details
    Browse the repository at this point in the history
  13. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    2317b82 View commit details
    Browse the repository at this point in the history
  14. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    70d23b1 View commit details
    Browse the repository at this point in the history
  15. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c571271 View commit details
    Browse the repository at this point in the history
  16. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    53597c7 View commit details
    Browse the repository at this point in the history
  17. Update RELEASES.md

    XAMPPRocky authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    2f3b6e1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7886a6 View commit details
    Browse the repository at this point in the history
  19. Add test to ensure that no DOS backline (\r\n) doesn't create extra b…

    …ackline in source rendering
    GuillaumeGomez authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d2df222 View commit details
    Browse the repository at this point in the history
  20. Update fulldeps test

    Mark-Simulacrum authored and pietroalbini committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    6142bf6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7477867 View commit details
    Browse the repository at this point in the history