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

Move out globalization code from runtime #98495

Merged
merged 23 commits into from
Mar 15, 2024

Commits on Feb 15, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    2bc47da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13bbd39 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    7c018d9 View commit details
    Browse the repository at this point in the history
  2. remove icu related code

    mkhamoyan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    89eb51f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bbf718 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fix windows failure

    mkhamoyan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f2593d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix windows build

    mkhamoyan committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8d8c511 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

    mkhamoyan committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d86b67b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    914797e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Make System.Globalization.Native compile as C on recent MSVC

    We can now use __typeof__ in recent MSVC and some small tweaks to how
    the function pointers are defined.
    
    Also fix the PDB not getting copied next to the .dll and disable
    validating the .so file which doesn't apply to Windows.
    akoeplinger committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ab25074 View commit details
    Browse the repository at this point in the history
  2. Fix compiler warning

    akoeplinger committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f06fb02 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    17f9171 View commit details
    Browse the repository at this point in the history
  2. revert type changes

    mkhamoyan committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    25f7ce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a136ec6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. revert MSVC_VERSION checks

    mkhamoyan committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9a57685 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    787beda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d448f View commit details
    Browse the repository at this point in the history