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

Replace uses of endbr64 with _CET_ENDBR from cet.h #990

Merged
merged 5 commits into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    cc78bdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31bb2f2 View commit details
    Browse the repository at this point in the history
  3. align read only sections on masm/windows to 64 bytes

    Avoid conflicts where alignment is specified later in the underlying
    assembly.
    busterb committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    37cff9e View commit details
    Browse the repository at this point in the history
  4. delete checked-in tap-driver.sh

    it is autogenerated, so don't keep it in tree
    busterb committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ff0300c View commit details
    Browse the repository at this point in the history
  5. fix file comparison failures testing with WSL + CMake

    Using FC on Windows through a WSL mount assumes all filenames are UPPERCASE.
    So make the filenames UPPERCASE in the first place.
    busterb committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1f0e198 View commit details
    Browse the repository at this point in the history