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 std::array-like class #146

Merged
merged 28 commits into from
May 2, 2024
Merged

Add std::array-like class #146

merged 28 commits into from
May 2, 2024

Commits on Feb 23, 2024

  1. Add std::array-like class

    adayton1 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6cf241f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add tests for camp::array

    adayton1 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ca69ead View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

    adayton1 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    55459a1 View commit details
    Browse the repository at this point in the history
  3. Fix test case

    adayton1 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fc579fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f3fd8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    51a2a9d View commit details
    Browse the repository at this point in the history
  2. Clean up a few tests

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aef4b24 View commit details
    Browse the repository at this point in the history
  3. Improve less than operator test case

    Co-authored-by: Jason Burmark <MrBurmark@users.noreply.github.com>
    adayton1 and MrBurmark authored May 1, 2024
    Configuration menu
    Copy the full SHA
    27ee387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ba48a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    767c384 View commit details
    Browse the repository at this point in the history
  6. Add comment

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4d53fe9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f9c75b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2188b3 View commit details
    Browse the repository at this point in the history
  9. Simplify operator<

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e4f24cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14f8849 View commit details
    Browse the repository at this point in the history
  11. Clean up

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5335d16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3a9675 View commit details
    Browse the repository at this point in the history
  13. More clean up

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    88ef1ea View commit details
    Browse the repository at this point in the history
  14. More clean up

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    662c8d8 View commit details
    Browse the repository at this point in the history
  15. Clean up copyright stuff

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e42483d View commit details
    Browse the repository at this point in the history
  16. More copyright clean up

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a3650c3 View commit details
    Browse the repository at this point in the history
  17. Add missing noexcepts

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5d8a1f5 View commit details
    Browse the repository at this point in the history
  18. Iterator clean up

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e484eda View commit details
    Browse the repository at this point in the history
  19. Try to fix testing

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    28360ac View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4b4f145 View commit details
    Browse the repository at this point in the history
  21. Figured out int_seq

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5754256 View commit details
    Browse the repository at this point in the history
  22. Update .gitignore

    adayton1 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    049a3e0 View commit details
    Browse the repository at this point in the history