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

Symbol visibility is now invariant in regards to __cuda_std__ definition #1832

Merged

Commits on Jun 10, 2024

  1. Explicitly ensure all chrono types have default visibility

    Now that steady_clock and system_clock have default visibility, dependent types such as sys_time also have default
    visibility as was requested by the usage of `_LIBCUDACXX_INLINE_VISIBILITY`.
    robertmaynard committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a3a2171 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    0278f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f72d7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc0f2e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    51e2527 View commit details
    Browse the repository at this point in the history
  2. Just drop _LIBCUDACXX_FUNC_VIS

    miscco committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ece8312 View commit details
    Browse the repository at this point in the history
  3. Do not mess with the docs

    miscco committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9388448 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    miscco committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5a42713 View commit details
    Browse the repository at this point in the history