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

[WIP] Fixing and improving algorithms with view expressions #410

Open
wants to merge 192 commits into
base: development
Choose a base branch
from

Commits on Mar 18, 2017

  1. Extending n-dim view tests

    fuchsto committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    eea0c28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949fb7b View commit details
    Browse the repository at this point in the history
  3. Skipping WIP test case

    fuchsto committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    8586b3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92e2a34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09c0a77 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Minor, added notes

    fuchsto committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    6a7de46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0513c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

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

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    8d61420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b431e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b07b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fa405e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Merge branch 'development' of github.com:dash-project/dash into feat-…

    …192-nviews
    
    Conflicts:
    	dash/include/dash/pattern/SeqTilePattern.h
    fuchsto committed May 20, 2017
    Configuration menu
    Copy the full SHA
    71e62bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0245217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f24fb0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    f7aa958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dbd69c View commit details
    Browse the repository at this point in the history
  3. Cleanup in dash::copy

    fuchsto committed May 23, 2017
    Configuration menu
    Copy the full SHA
    5d31f88 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    fuchsto committed May 23, 2017
    Configuration menu
    Copy the full SHA
    90595ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9a9c21 View commit details
    Browse the repository at this point in the history
  6. Updated CartesianTest

    fuchsto committed May 23, 2017
    Configuration menu
    Copy the full SHA
    86ec450 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

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

Commits on May 25, 2017

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

    fuchsto committed May 25, 2017
    Configuration menu
    Copy the full SHA
    a99d710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    155bd30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19b5939 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat-192-nviews' of github.com:dash-project/dash into f…

    …eat-192-nviews
    
    Conflicts:
    	dash/include/dash/algorithm/Copy.h
    fuchsto committed May 25, 2017
    Configuration menu
    Copy the full SHA
    671f566 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0b18cc View commit details
    Browse the repository at this point in the history
  7. Added ex.02.array-views

    fuchsto committed May 25, 2017
    Configuration menu
    Copy the full SHA
    25c93b5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Fixing dash::make_range

    fuchsto committed May 26, 2017
    Configuration menu
    Copy the full SHA
    950e25a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Configuration menu
    Copy the full SHA
    a3253c8 View commit details
    Browse the repository at this point in the history
  2. Fixing dash::make_range

    fuchsto committed May 30, 2017
    Configuration menu
    Copy the full SHA
    1bb8fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f4dfc View commit details
    Browse the repository at this point in the history
  4. Fixing dash::make_range

    fuchsto committed May 30, 2017
    Configuration menu
    Copy the full SHA
    f275c06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f089d View commit details
    Browse the repository at this point in the history
  6. Fixed pointer ranges

    fuchsto committed May 30, 2017
    Configuration menu
    Copy the full SHA
    bd91cd4 View commit details
    Browse the repository at this point in the history
  7. Fixing dash::make_range

    fuchsto committed May 30, 2017
    Configuration menu
    Copy the full SHA
    c880aab View commit details
    Browse the repository at this point in the history
  8. Fixing dash::make_range

    fuchsto committed May 30, 2017
    Configuration menu
    Copy the full SHA
    12ad36b View commit details
    Browse the repository at this point in the history
  9. Fixed dash::make_range

    fuchsto committed May 30, 2017
    Configuration menu
    Copy the full SHA
    368de77 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    f9ee3b1 View commit details
    Browse the repository at this point in the history
  2. Cleanup in ex.02.array-views

    fuchsto committed May 31, 2017
    Configuration menu
    Copy the full SHA
    6ae01cf View commit details
    Browse the repository at this point in the history
  3. Update LocalPattern.h

    fuchsto authored May 31, 2017
    Configuration menu
    Copy the full SHA
    e1f7a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1a9219 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0ad61e View commit details
    Browse the repository at this point in the history
  6. Minor fix in NView test

    fuchsto committed May 31, 2017
    Configuration menu
    Copy the full SHA
    c170d7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8325b0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1382b48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63da3cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d02589 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    d90ee38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a7b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a1512 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3877796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b5a790 View commit details
    Browse the repository at this point in the history
  6. Extended ex.02.array-copy

    fuchsto committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    876f55e View commit details
    Browse the repository at this point in the history
  7. Extended ex.02.array-copy

    fuchsto committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    911851f View commit details
    Browse the repository at this point in the history
  8. Extended ex.02.array-copy

    fuchsto committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    d87c51d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Cleanup in view headers

    fuchsto committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    7e15ff7 View commit details
    Browse the repository at this point in the history
  2. Iterator range adapter types

    fuchsto committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    f12b797 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Iterator range adapter types

    fuchsto committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    83327b4 View commit details
    Browse the repository at this point in the history
  2. Iterator range adapter types

    fuchsto committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    15c9f5d View commit details
    Browse the repository at this point in the history
  3. Range ostream operators

    fuchsto committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    e3b0aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05d77c1 View commit details
    Browse the repository at this point in the history
  5. extending ex.02.array-copy

    fuchsto committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    5fce765 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Fixed compiler errors

    fuchsto committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    85c19ce View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Configuration menu
    Copy the full SHA
    088fff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09ca07f View commit details
    Browse the repository at this point in the history
  3. hscale, fixed compiler error

    fuchsto committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    527199c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7701ef4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fb2762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32d51f3 View commit details
    Browse the repository at this point in the history
  7. Fixed make_range

    fuchsto committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    ca6de54 View commit details
    Browse the repository at this point in the history
  8. Fixed make_range

    fuchsto committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    514e47c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Extended nview, copy tests

    fuchsto committed Jun 7, 2017
    2 Configuration menu
    Copy the full SHA
    acccf22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e869352 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    50fae61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9004ab View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Fixing n-dim make_range

    fuchsto committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    e46d541 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Configuration menu
    Copy the full SHA
    37fc1d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b99972 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Cleanup dash::origin

    fuchsto committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    16cad8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0551b0 View commit details
    Browse the repository at this point in the history
  3. Fixes in iterator range types

    fuchsto committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    767967d View commit details
    Browse the repository at this point in the history
  4. Updating nview tests

    fuchsto committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    ae89a88 View commit details
    Browse the repository at this point in the history
  5. Updating nview tests

    fuchsto committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    aeffeca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef50faf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3da8a24 View commit details
    Browse the repository at this point in the history
  8. Fixing n-dim. local views

    fuchsto committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    24bec10 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

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

Commits on Jun 26, 2017

  1. added unit test for local blocks

    Roger Kowalewski committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    bef690a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Adding chunked view concepts

    fuchsto committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    7dde45c View commit details
    Browse the repository at this point in the history
  2. Adding chunked view concepts

    fuchsto committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    95e4934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4065273 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Merge branch 'development' of github.com:dash-project/dash into feat-…

    …192-nviews
    
    Conflicts:
    	dash/include/dash/algorithm/Copy.h
    	dash/include/dash/iterator/GlobViewIter.h
    fuchsto committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    6b34c09 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Configuration menu
    Copy the full SHA
    43f14f9 View commit details
    Browse the repository at this point in the history
  2. Tentative switch to c++14

    fuchsto committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    729564b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat-192-nviews' of github.com:dash-project/dash into f…

    …eat-192-nviews
    
    Conflicts:
    	dash/include/dash/algorithm/Copy.h
    	dash/include/dash/iterator/GlobViewIter.h
    fuchsto committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    2a7bda3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bc3b41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aab38b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25f1847 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    43e7454 View commit details
    Browse the repository at this point in the history
  2. Added pipe utils

    fuchsto committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    9037281 View commit details
    Browse the repository at this point in the history
  3. Added local() pipeable

    fuchsto committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    acb61a8 View commit details
    Browse the repository at this point in the history
  4. Added sub, domain pipeables

    fuchsto committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    c4f1f0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    393adbe View commit details
    Browse the repository at this point in the history
  6. Minor

    fuchsto committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    068077c View commit details
    Browse the repository at this point in the history
  7. Added missing (c) header

    fuchsto committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    cdd90c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Cleanup in view examples

    fuchsto committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    dff4a8b View commit details
    Browse the repository at this point in the history
  2. Extending view examples

    fuchsto committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    c46b3a0 View commit details
    Browse the repository at this point in the history
  3. Extending view examples

    fuchsto committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    c23cc85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c502ef2 View commit details
    Browse the repository at this point in the history
  5. Intermediate fix

    fuchsto committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    d78ac8d View commit details
    Browse the repository at this point in the history
  6. Extending view examples

    fuchsto committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    b08f6db View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Extending view examples

    fuchsto committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    d40995d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Extending view examples

    fuchsto committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    ab20737 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Configuration menu
    Copy the full SHA
    813dc57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0abbeac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbf926 View commit details
    Browse the repository at this point in the history
  4. Cleanup dash::expand

    fuchsto committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    d460493 View commit details
    Browse the repository at this point in the history
  5. Cleanup dash::expand

    fuchsto committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    52b1bce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87e3703 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05be952 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8840fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d38dd86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75e7da7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e7fb8c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Configuration menu
    Copy the full SHA
    f038f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d63ec View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    7ab8b40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf8cea View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

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

    fuchsto committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    1b064a1 View commit details
    Browse the repository at this point in the history
  3. Fixing Matrix.local

    fuchsto committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    0631e79 View commit details
    Browse the repository at this point in the history
  4. Fixed MatrixTest.CopyRow

    fuchsto committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    d54a020 View commit details
    Browse the repository at this point in the history
  5. Fixed typo in dash::copy

    fuchsto committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    83a3e71 View commit details
    Browse the repository at this point in the history
  6. Fixed matrix unit tests

    fuchsto committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    d417278 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b68573b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e32fa0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d013cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c76907e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4460c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8184295 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b929af View commit details
    Browse the repository at this point in the history
  14. Fixing n-dim local sub-views

    fuchsto committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    7043632 View commit details
    Browse the repository at this point in the history
  15. Renamed example

    fuchsto committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    f2d8197 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8a5d6f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    a2cf66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ea390e View commit details
    Browse the repository at this point in the history
  3. Extending examples

    fuchsto committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    fb919fa View commit details
    Browse the repository at this point in the history
  4. Fixing matrix | sub | local

    fuchsto committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    81b88a9 View commit details
    Browse the repository at this point in the history
  5. Extending examples

    fuchsto committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    2d7d283 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34205b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Cleanup in examples

    fuchsto committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    3a5b9e9 View commit details
    Browse the repository at this point in the history
  2. Cleanup in examples

    fuchsto committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    0ab4cb7 View commit details
    Browse the repository at this point in the history
  3. Cleanup in examples

    fuchsto committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    0900d1d View commit details
    Browse the repository at this point in the history
  4. Cleanup in examples

    fuchsto committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    8de7bf6 View commit details
    Browse the repository at this point in the history
  5. Cleanup in examples

    fuchsto committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    285dea4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Fixes for SuperMIC

    fuchsto committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    d3de745 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    dd591ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056a436 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    96614c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b3211 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    82710d9 View commit details
    Browse the repository at this point in the history
  2. Adding matrix view tests

    fuchsto committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    944b275 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a49cb64 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Adding matrix view tests

    fuchsto committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    57f8a35 View commit details
    Browse the repository at this point in the history
  2. Adding matrix view tests

    fuchsto committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    14cfcc6 View commit details
    Browse the repository at this point in the history
  3. Adding matrix view tests

    fuchsto committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    5f23f01 View commit details
    Browse the repository at this point in the history
  4. Adding matrix view tests

    fuchsto committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    2571daf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    60b074e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9904630 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sup-build-tools-directory' of github.com:dash-project/d…

    …ash into feat-192-nviews
    fuchsto committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    55f584c View commit details
    Browse the repository at this point in the history
  4. Cleanup in examples

    fuchsto committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    9fddf12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2e6b73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    345e008 View commit details
    Browse the repository at this point in the history
  7. Fixes for clang

    fuchsto committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    3e1f92f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    3d0e030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    829422c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Intermediate

    fuchsto committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    e95cb75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ac8f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f88c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c82b403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79d9553 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

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

Commits on Dec 14, 2017

  1. Configuration menu
    Copy the full SHA
    0c0961f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c67bde2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Merge branch 'development' of github.com:dash-project/dash into feat-…

    …192-nviews
    
    Conflicts:
    	CMakeLists.txt
    	dart-impl/mpi/src/dart_communication.c
    	dash/include/dash/Iterator.h
    	dash/include/dash/Types.h
    	dash/include/dash/algorithm/Copy.h
    	dash/include/dash/view/ViewTraits.h
    fuchsto committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    30f40b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of github.com:dash-project/dash into feat-…

    …192-nviews
    
    Conflicts:
    	CMakeExt/CompilerFlags.cmake
    	CMakeLists.txt
    	dash/CMakeLists.txt
    	dash/examples/CMakeLists.txt
    	dash/include/dash/Iterator.h
    	dash/include/dash/Types.h
    	dash/include/dash/algorithm/Copy.h
    	dash/include/dash/algorithm/Transform.h
    	dash/include/dash/iterator/GlobIter.h
    	dash/test/algorithm/CopyTest.cc
    fuchsto committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    6bed0a9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat-192-nviews' of github.com:dash-project/dash into f…

    …eat-192-nviews
    
    Conflicts:
    	CMakeLists.txt
    	dart-impl/mpi/src/dart_communication.c
    	dash/include/dash/Types.h
    	dash/include/dash/algorithm/Copy.h
    	dash/include/dash/view/Domain.h
    fuchsto committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    b157125 View commit details
    Browse the repository at this point in the history
  4. Fixing build after merge

    fuchsto committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    ead6e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5bcd07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dab958 View commit details
    Browse the repository at this point in the history