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

N4071 additional algorithms implemented #1206

Merged
merged 81 commits into from Aug 1, 2014
Merged

N4071 additional algorithms implemented #1206

merged 81 commits into from Aug 1, 2014

Commits on Jul 13, 2014

  1. Copy the full SHA
    39c2f0a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Copy the full SHA
    dad809b View commit details
    Browse the repository at this point in the history
  2. Fixing operator

    hkaiser committed Jul 14, 2014
    Copy the full SHA
    950eade View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Fixing include guard

    hkaiser committed Jul 15, 2014
    Copy the full SHA
    e0bd083 View commit details
    Browse the repository at this point in the history
  2. generate/generate_n added

    Syntaf committed Jul 15, 2014
    Copy the full SHA
    69befc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Starting to implement parallel::mismatch

    Conflicts:
    	hpx/parallel/detail/all_any_none.hpp
    hkaiser committed Jul 17, 2014
    Copy the full SHA
    4b60948 View commit details
    Browse the repository at this point in the history
  2. More parallel::mismatch, adding new files

    Conflicts:
    	hpx/parallel/detail/reduce.hpp
    hkaiser committed Jul 17, 2014
    Copy the full SHA
    0d02a6f View commit details
    Browse the repository at this point in the history
  3. Fixing operator

    hkaiser committed Jul 17, 2014
    Copy the full SHA
    3f4f372 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. started implementation of find

    Syntaf committed Jul 18, 2014
    Copy the full SHA
    edb6bdd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    409c5bd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    311898a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2014

  1. Refactored parallel partitioners, first version of mismatch finished,…

    … adding test for mismatch
    hkaiser committed Jul 20, 2014
    Copy the full SHA
    664399f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'parallel_mismatch' of github.com:STEllAR-GROUP/hpx into…

    … parallel_mismatch
    
    Conflicts:
    	hpx/include/parallel_mismatch.hpp
    	hpx/parallel/detail/all_any_none.hpp
    	hpx/parallel/detail/mismatch.hpp
    	hpx/parallel/detail/reduce.hpp
    	hpx/parallel/util/loop.hpp
    hkaiser committed Jul 20, 2014
    Copy the full SHA
    1c6a9f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. find algorithm changes

    Syntaf committed Jul 21, 2014
    Copy the full SHA
    c39d16f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    15b64e0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f6f3fb0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    161d47b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c3f9c97 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9c567e6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bdb17a3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e398710 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Copy the full SHA
    33c844f View commit details
    Browse the repository at this point in the history
  2. Simplify parallel::find

    hkaiser committed Jul 22, 2014
    Copy the full SHA
    f4d3faf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    88b1073 View commit details
    Browse the repository at this point in the history
  4. fixed merge conflicts

    Syntaf committed Jul 22, 2014
    Copy the full SHA
    754e43a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0d54216 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7b8df87 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ec98146 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a40de5c View commit details
    Browse the repository at this point in the history
  9. Fixing return type handling

    hkaiser committed Jul 22, 2014
    Copy the full SHA
    2377ba3 View commit details
    Browse the repository at this point in the history
  10. Suppressing PVS warnings

    hkaiser committed Jul 22, 2014
    Copy the full SHA
    81b7c10 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Fixed typo causing failures for algorithms with task policy. Simplifi…

    …ed return type handling by using async(sync, ...)
    K-ballo committed Jul 23, 2014
    Copy the full SHA
    d28cff3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ab8f2aa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ec18bd8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    47ddf12 View commit details
    Browse the repository at this point in the history
  5. 1
    Copy the full SHA
    ef21996 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. find_end implemented

    Syntaf committed Jul 25, 2014
    4
    Copy the full SHA
    12c3df2 View commit details
    Browse the repository at this point in the history
  2. fixed find_end not working with forward_iterators, added inputiter te…

    …sting to other find algorithms
    Syntaf committed Jul 25, 2014
    Copy the full SHA
    cf5fd7f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6258283 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. new find_end structure

    Syntaf committed Jul 28, 2014
    Copy the full SHA
    7504f25 View commit details
    Browse the repository at this point in the history
  2. Fixed find_end

    Conflicts:
    	hpx/parallel/detail/find.hpp
    	tests/unit/parallel/findend.cpp
    hkaiser committed Jul 28, 2014
    Copy the full SHA
    a8cdcd7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e85c09b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eae0fe5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    54c39f7 View commit details
    Browse the repository at this point in the history
  6. Adding generation counter to iostreams component ensuring (locality-w…

    …ise) ordering of all output
    hkaiser committed Jul 28, 2014
    Copy the full SHA
    2077cb9 View commit details
    Browse the repository at this point in the history
  7. Fixing wrong include

    hkaiser committed Jul 28, 2014
    Copy the full SHA
    0993ca3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    05032d5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9094b22 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3ec3f03 View commit details
    Browse the repository at this point in the history
  11. Fixed future wait assertions

    K-ballo authored and hkaiser committed Jul 28, 2014
    Copy the full SHA
    679b065 View commit details
    Browse the repository at this point in the history
  12. Removing unneeded typedefs

    hkaiser committed Jul 28, 2014
    Copy the full SHA
    6a1de2c View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    e9619ea View commit details
    Browse the repository at this point in the history
  14. library path is now configurable (again)

    gentryx authored and hkaiser committed Jul 28, 2014
    Copy the full SHA
    3016722 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    ad79729 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    2eb7a4d View commit details
    Browse the repository at this point in the history
  17. fixed minor mistake in doku

    Finomnis authored and hkaiser committed Jul 28, 2014
    Copy the full SHA
    1fcfcd4 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    a6384dc View commit details
    Browse the repository at this point in the history
  19. Removing non-existing test

    hkaiser committed Jul 28, 2014
    Copy the full SHA
    7a49d8e View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    0f040b6 View commit details
    Browse the repository at this point in the history
  21. Typo fixes

    hkaiser committed Jul 28, 2014
    Copy the full SHA
    ff630e4 View commit details
    Browse the repository at this point in the history
  22. Implementing new launch policy for (local) async: hpx::launch::fork. …

    …This is equivalent to hpx::launch::async except that it enforces continuation stealing instead of the (default) child stealing.
    hkaiser committed Jul 28, 2014
    Copy the full SHA
    f44d959 View commit details
    Browse the repository at this point in the history
  23. Fixing comments to match code

    hkaiser committed Jul 28, 2014
    Copy the full SHA
    7e350e7 View commit details
    Browse the repository at this point in the history
  24. Rename threads::thread_priority_critical_once to threads::thread_prio…

    …rity_boost. Make sure that child thread is scheduled on same core as parent.
    hkaiser committed Jul 28, 2014
    Copy the full SHA
    d2ae806 View commit details
    Browse the repository at this point in the history
  25. Fixed more comments

    hkaiser committed Jul 28, 2014
    Copy the full SHA
    05f6b16 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    08499f0 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    b2d31b4 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    74c0f0b View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    7d40aec View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Copy the full SHA
    d80ff0a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0d43738 View commit details
    Browse the repository at this point in the history
  3. Adding short description of all implemented parallel algorithms, fix …

    …docs for equal to actually show up
    hkaiser committed Jul 29, 2014
    Copy the full SHA
    b5d587c View commit details
    Browse the repository at this point in the history
  4. More docs tweaking

    hkaiser committed Jul 29, 2014
    Copy the full SHA
    3438045 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    45d7a43 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    81cbbc8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bc16614 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2e5385f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Copy the full SHA
    91dff9f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. Copy the full SHA
    386e760 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. Merge branch 'master' into n3960

    Conflicts:
    	hpx/lcos/local/recursive_mutex.hpp
    	hpx/parallel/util/partitioner.hpp
    hkaiser committed Aug 1, 2014
    Copy the full SHA
    5dcb3e5 View commit details
    Browse the repository at this point in the history
  2. Fixing failing tests

    hkaiser committed Aug 1, 2014
    Copy the full SHA
    6203892 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9c0cee8 View commit details
    Browse the repository at this point in the history