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

workaround for std::tmpfile() returning nullptr o Windows #45

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    63d3824 View commit details
    Browse the repository at this point in the history
  2. Formatting adjusted

    MichalLeonBorsuk committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    86aad7a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    94b0b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96d606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d94266c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc7dbd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d284fea View commit details
    Browse the repository at this point in the history
  6. 0ULL=> 0UL

    (long long changed in C++20?)
    MichalLeonBorsuk committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b0be8fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0269da1 View commit details
    Browse the repository at this point in the history
  8. replaced 0UL to static_cast<uint64_t>(0)

    as Windows seems to differ from Linux in C++20 in the interpretation
    Michal Borsuk committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fb080db View commit details
    Browse the repository at this point in the history