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

Added to tests the file unit-algorithm.cpp (c++ 11) functions from algorithm library #4044

Merged
merged 10 commits into from
Jun 11, 2023

Commits on Jun 2, 2023

  1. Added to the file unit-algorithm.cpp (c++ 11) the following functions…

    … that were missing:
    
    1. iota
    2. copy
    3. copy if
    4. copy n
    Tomerkm committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c021718 View commit details
    Browse the repository at this point in the history
  2. fixed error compile linux

    Tomerkm committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    741e606 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    01e313e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccce0b1 View commit details
    Browse the repository at this point in the history
  3. removed vector std

    Tomerkm committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    9c7247f View commit details
    Browse the repository at this point in the history
  4. move up

    Tomerkm committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    b4fd9e5 View commit details
    Browse the repository at this point in the history
  5. removed float check

    Tomerkm committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    b4312a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. formated the file using tests/src/unit-algorithms.cpp

    make amalgamat
    Tomerkm committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    e3b114e View commit details
    Browse the repository at this point in the history
  2. canceled comments

    Tomerkm committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    6706a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae144ba View commit details
    Browse the repository at this point in the history