8000 Comparing v0.5.0...v0.5.1 · scala-native/scala-native · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scala-native/scala-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: scala-native/scala-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 9 commits
  • 26 files changed
  • 3 contributors

Commits on Apr 11, 2024

  1. Towards 0.5.1

    WojciechMazur committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    495a9e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d257b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 14, 2024

  1. Support mingw compiler (#3869)

    * Add OS compat targeting windows gnu
    In contrast to UnixCompat, this generates code with dso_local.
    
    Depending on whether the target OS is 32 bit or 64 bit, the `__gxx_personality_v0` and
    `__gxx_personality_seh0` personality is used, respectively.
    
    * Make registry functions available when using mingw
    Currently, mingw is only missing the `SE_REGISTRY_WOW64_64KEY`.
    
    * Use standard complex types with mingw
    * Use `%S` instead of `%ws` format specifier
    
    The `w` argument size modifier prefix is a Microsoft extension and does not work
    with mingw-msvcrt (but when using ucrt).
    
    However, `%S` is equivalent to `%ws` for (sn)printf.
    avdv authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    cb745e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    d83e5fa View commit details
    Browse the repository at this point in the history
  2. fix: Handle exceptions when reporting warnings in Scala 3 compiler pl…

    …ugin (#3872)
    
    * Handle exceptions when reporting warnings in ScalaNativePlugin when using incomplete Context
    
    * Disable fatal warning when testing deprecated plugin settings
    WojciechMazur authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    74f06ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14f96d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    71f409a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57afc44 View commit details
    Browse the repository at this point in the history
Loading
0