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

Drop Unused Threadqueue and Topology Options #283

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    0198c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ff57a View commit details
    Browse the repository at this point in the history
  3. Require autoconf 2.71 since that's the only one that can configure pr…

    …operly for the apple M1 chips which we support. This should give us a warning and hopefully prevent running into sandialabs#262 again.
    insertinterestingnamehere committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3448a58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08bf7b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4072f9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4758d15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc8cdc5 View commit details
    Browse the repository at this point in the history
  8. Get rid of QINLINE macro for toggling inline behavior. The inline key…

    …word in C has nothing to do with actual inlining and is all about linkage.
    insertinterestingnamehere committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f150394 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    204869a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Get rid of option to disable hardware atomics.

    Also get rid of detection for different sizes of atomic intrinsics.
    All the compilers we currently use support them and we'll be
    replacing them with C11 atomics soon anyway.
    Also prefer intrinsics to our hand-implemented versions
    since our versions will be removed soon too.
    insertinterestingnamehere committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e00942e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf21a8 View commit details
    Browse the repository at this point in the history