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

Issue #779: remove NonCopyable and shallow copy operations in Array<> #821

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2022

  1. int[2] arrays removal

    even1024 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b0a254f View commit details
    Browse the repository at this point in the history
  2. bool & char array separated

    even1024 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    7a385c9 View commit details
    Browse the repository at this point in the history
  3. bool & char array separated

    even1024 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    8fc764e View commit details
    Browse the repository at this point in the history
  4. int array separated

    even1024 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    dfbdbd6 View commit details
    Browse the repository at this point in the history
  5. memcmp

    even1024 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    7708663 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. pop eliminate

    even1024 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    e633d84 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. working on push

    even1024 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    c6a5c75 View commit details
    Browse the repository at this point in the history
  2. working on push

    even1024 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    fb98799 View commit details
    Browse the repository at this point in the history
  3. working on push

    even1024 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    0e00453 View commit details
    Browse the repository at this point in the history
  4. working on push

    even1024 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    3e6cbf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. perfect forwarding

    even1024 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    6c8a63c View commit details
    Browse the repository at this point in the history
  2. clang fix

    even1024 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    213367d View commit details
    Browse the repository at this point in the history
  3. clang fix

    even1024 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    11300fe View commit details
    Browse the repository at this point in the history
  4. destructor fix

    even1024 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    14d2bef View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. destructor fix

    even1024 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d25066b View commit details
    Browse the repository at this point in the history
  2. clang fix

    even1024 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    668b129 View commit details
    Browse the repository at this point in the history
  3. clang fix

    even1024 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    85d900e View commit details
    Browse the repository at this point in the history
  4. working to eliminate push

    even1024 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    285e088 View commit details
    Browse the repository at this point in the history
  5. clang fix

    even1024 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a4d71d8 View commit details
    Browse the repository at this point in the history
  6. working to eliminate push.

    even1024 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c6f1e47 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. working to eliminate push.

    even1024 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    250521f View commit details
    Browse the repository at this point in the history
  2. clang fix

    even1024 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5112239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e3636 View commit details
    Browse the repository at this point in the history
  4. push elimination

    even1024 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d223ac9 View commit details
    Browse the repository at this point in the history
  5. clang fix

    even1024 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    84674e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. bingo fix

    even1024 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    64ebaf9 View commit details
    Browse the repository at this point in the history
  2. bingo fix

    even1024 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b1fccae View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. constructors fix

    even1024 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d33132d View commit details
    Browse the repository at this point in the history
  2. clang fix

    even1024 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b0995b5 View commit details
    Browse the repository at this point in the history
  3. clang fix

    even1024 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    14ef685 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. copy and concat

    even1024 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7b24408 View commit details
    Browse the repository at this point in the history
  2. push back

    even1024 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c9fb4dc View commit details
    Browse the repository at this point in the history
  3. push back

    even1024 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c0f5fe0 View commit details
    Browse the repository at this point in the history
  4. push back

    even1024 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ba50cc6 View commit details
    Browse the repository at this point in the history
  5. push back

    even1024 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    be6ae99 View commit details
    Browse the repository at this point in the history
  6. push back

    even1024 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c8cc428 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. only resize

    even1024 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    2437e12 View commit details
    Browse the repository at this point in the history
  2. double

    even1024 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4127c18 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. array.h

    even1024 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    53ee0d8 View commit details
    Browse the repository at this point in the history
  2. basic types

    even1024 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5571727 View commit details
    Browse the repository at this point in the history
  3. basic types 1

    even1024 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    8a37651 View commit details
    Browse the repository at this point in the history
  4. basic types 1

    even1024 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    dede3bd View commit details
    Browse the repository at this point in the history