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

Add back port of std::span #21

Merged
merged 24 commits into from
Jan 7, 2020
Merged

Add back port of std::span #21

merged 24 commits into from
Jan 7, 2020

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    f1df3be View commit details
    Browse the repository at this point in the history
  2. Fix assertion

    rnburn committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b45ebcf View commit details
    Browse the repository at this point in the history
  3. Add a span test.

    rnburn committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    8818721 View commit details
    Browse the repository at this point in the history
  4. Fix constructors

    rnburn committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b80bbde View commit details
    Browse the repository at this point in the history
  5. Fill out span tests

    rnburn committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    6803ac0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    61bd8ca View commit details
    Browse the repository at this point in the history
  2. s/ASSERT_DEATH/EXPECT_DEATH/

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    ba3af2a View commit details
    Browse the repository at this point in the history
  3. Add bracket operator test

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    f21d3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8288d12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10845da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f13b4e View commit details
    Browse the repository at this point in the history
  7. Fix typo.

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    a7348d7 View commit details
    Browse the repository at this point in the history
  8. Add assignment test

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    ffbffbc View commit details
    Browse the repository at this point in the history
  9. Add iteration test

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    b23e282 View commit details
    Browse the repository at this point in the history
  10. Add data/size functions

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    0b42f8c View commit details
    Browse the repository at this point in the history
  11. Add array overloads

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    e2f4069 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b49add View commit details
    Browse the repository at this point in the history
  13. Reformat

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    f9d7fbf View commit details
    Browse the repository at this point in the history
  14. Fix typo

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    9e6f2a7 View commit details
    Browse the repository at this point in the history
  15. Fix typo

    rnburn committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    adf2c81 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Fix enable_if condition

    rnburn committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    576686d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    caf21d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    0d568bf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    2d0079e View commit details
    Browse the repository at this point in the history