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

<valarray>: Implement copies for slice_array, gslice_array, mask_array, and indirect_array #988

Merged
merged 24 commits into from
Jul 30, 2020

Commits on Jul 4, 2020

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

    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    563960d View commit details
    Browse the repository at this point in the history
  3. one missed case

    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    a445153 View commit details
    Browse the repository at this point in the history
  4. Seems correct implementation of assignments

    Though sub-optimal
    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    e10ba6a View commit details
    Browse the repository at this point in the history
  5. missing ref

    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    7c1ef11 View commit details
    Browse the repository at this point in the history
  6. Complete test

    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    8c97417 View commit details
    Browse the repository at this point in the history
  7. test warnings fix

    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    974ccb2 View commit details
    Browse the repository at this point in the history
  8. optimize

    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    b776945 View commit details
    Browse the repository at this point in the history
  9. whitespace

    AlexGuteniev committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    7d4b040 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Optimize mask_array::operator=

    Mostly to use `_Start_off` and `_Next_off` in microsoft#991
    AlexGuteniev committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    e4afd4b View commit details
    Browse the repository at this point in the history
  2. clang format

    AlexGuteniev committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    ae46fb4 View commit details
    Browse the repository at this point in the history
  3. _Right

    AlexGuteniev committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    662fbe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Update stl/inc/valarray

    Co-authored-by: S. B. Tam <[email protected]>
    AlexGuteniev and cpplearner authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    dd3d547 View commit details
    Browse the repository at this point in the history
  2. Update stl/inc/valarray

    Co-authored-by: S. B. Tam <[email protected]>
    AlexGuteniev and cpplearner authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    243bb3a View commit details
    Browse the repository at this point in the history
  3. Update stl/inc/valarray

    Co-authored-by: S. B. Tam <[email protected]>
    AlexGuteniev and cpplearner authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    5e7a331 View commit details
    Browse the repository at this point in the history
  4. Update stl/inc/valarray

    Co-authored-by: S. B. Tam <[email protected]>
    AlexGuteniev and cpplearner authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    8b84713 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Merge remote-tracking branch 'upstream/master' into valarray

    # Conflicts:
    #	tests/std/test.lst
    AlexGuteniev committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    c5a2ba7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

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

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    471720c View commit details
    Browse the repository at this point in the history
  2. review comments

    AlexGuteniev committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    caf1fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a12d38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    454246e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

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