Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Backport C++17 type_traits and cuda::std::byte to C++14 #44

Closed
wants to merge 16 commits into from

Commits on Oct 30, 2020

  1. backport c++17 type_traits to c++14

    trxcllnt authored and jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    845e93b View commit details
    Browse the repository at this point in the history
  2. backport c++17 std::byte to c++14

    trxcllnt authored and jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e64aa03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3750860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15e3a10 View commit details
    Browse the repository at this point in the history
  5. backport type_identity.

    jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    953bf39 View commit details
    Browse the repository at this point in the history
  6. Backport is_bounded_array.

    jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    490fe9f View commit details
    Browse the repository at this point in the history
  7. Backport type_traits tests.

    jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    40a0305 View commit details
    Browse the repository at this point in the history
  8. Comment closing endif.

    jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    6567675 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b9e15c View commit details
    Browse the repository at this point in the history
  10. Force C++11 mode in nvcc in the check for the pipeline path.

    Bug 200646774
    griwes authored and jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    d7895fb View commit details
    Browse the repository at this point in the history
  11. Docs:

    - Shard the Jekyll metadata from `_config.yml` into each of the individual
      markdown files.
    - Copy-edit, reformat, and add links to synchronization library documentation.
    - Fill in docs for `<utility>`.
    - Remove development model section until we get around to it.
    brycelelbach authored and jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    ce4c544 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    814cb13 View commit details
    Browse the repository at this point in the history
  13. Fix endif comment.

    jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    ea3c285 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    186c8ef View commit details
    Browse the repository at this point in the history
  15. correct endif comment.

    jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    2f212ba View commit details
    Browse the repository at this point in the history
  16. Use unsupported instead of xfail in bytes.pass.cpp upstream libc++ test.

    I backported std::byte to work in C++14. Because this
    test used XFAIL, the test now unexpectedly passes
    instead of fails. I updated to use UNSUPPORTED
    instead to avoid an unexpected pass.
    jrhemstad committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    21a186b View commit details
    Browse the repository at this point in the history