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

Unit test algo cpp 11 #4210

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

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

Commits on Jun 16, 2023

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

Commits on Nov 10, 2023

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

Commits on Nov 18, 2023

  1. Added the following tests:

    1. fill
    2. fill_n
    3. move
    4. move_backward
    Tomerkm committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    903cfa7 View commit details
    Browse the repository at this point in the history