summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel
Commit message (Expand)AuthorAgeFilesLines
* random_shuffle.h: (sequential_random_shuffle) Copy data back.Johannes Singler2008-07-091-0/+3
* base.h (plus, multiplies): Use __typeof__, not typeof.Paolo Carlini2008-06-261-8/+8
* random_shuffle.h: (parallel_random_shuffle_drs) Get the actual number of thre...Johannes Singler2008-06-052-4/+5
* parallel_mode.xml: Documented the new choices, factoring out common tags.Johannes Singler2008-05-164-196/+347
* quicksort.h: (parallel_sort_qs_conquer) Explicitly request number of threads ...Johannes Singler2008-05-071-4/+1
* 2008-05-06 Johannes Singler <singler@ira.uka.de>Johannes Singler2008-05-062-78/+120
* quicksort.h: Reformat,Johannes Singler2008-04-236-789/+1210
* 2008-04-23 Johannes Singler <singler@ira.uka.de>Johannes Singler2008-04-232-163/+164
* re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind())Johannes Singler2008-04-079-2338/+2429
* run_doxygen: Remove html_output_dir.Benjamin Kosnik2008-03-261-1/+6
* set_operations.h: Removed superfluous set_intersection.Johannes Singler2008-03-201-14/+0
* re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik2008-02-1823-524/+469
* re PR libstdc++/35221 (libstdc++ broken)Paolo Carlini2008-02-176-59/+67
* random_number.h: Use TR1's mersenne_twister.Benjamin Kosnik2008-02-161-335/+20
* types.h: Remove enum parallelism.Benjamin Kosnik2008-02-161-54/+0
* types.h: Move enum parallelism here.Benjamin Kosnik2008-02-157-138/+185
* auto_ptr.h: Fix comment typos.Ralf Wildenhues2008-01-315-7/+7
* list_partition.h: Formatting fixes, inline tweaks.Paolo Carlini2008-01-156-21/+21
* tree.h: Remove.Paolo Carlini2008-01-141-3939/+0
* multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini2008-01-1031-3385/+3865
* iterator.h: Reformat to 80 columns; adjust some inline specifiers.Paolo Carlini2008-01-0914-2948/+3517
* re PR libstdc++/34095 (parallel mode: segfault in std::sort)Paolo Carlini2008-01-017-17/+17
* re PR libstdc++/34636 (Parallel sort fails)Paolo Carlini2008-01-011-14/+2
* partial_sum.h: Include new.Benjamin Kosnik2007-12-156-10/+11
* multiway_merge.h: Destruct only elements that were have been constructed before.Johannes Singler2007-11-287-234/+265
* re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal...Johannes Singler2007-11-2220-3304/+3890
* re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini2007-11-152-31/+29
* multiway_merge.h: More robust finding of an arbitrary existing element inside...Johannes Singler2007-11-141-18/+27
* re PR libstdc++/33892 ([libstdc++ v3 parallel mode] Parallel mode algorithms ...Johannes Singler2007-11-024-42/+76
* multiway_merge.h: Removed Timing<inactive_tag>Johannes Singler2007-10-256-355/+0
* re PR libstdc++/33578 (__gnu_parallel::yield means what?)Danny Smith2007-10-101-2/+10
* re PR libstdc++/33633 (-D_GLIBCXX_DEBUG vs ext/hash_*)Benjamin Kosnik2007-10-102-4/+4
* PR libstdc++/33485 continued.Wolfgang Bangerth2007-10-091-1/+2
* PR libstdc++/33489 continued.Benjamin Kosnik2007-10-0910-126/+115
* base.h: Added plus and multiplies functor for differently typed objects.Johannes Singler2007-10-084-21/+81
* re PR libstdc++/33489 (parallel v3: not default constructible issues)Benjamin Kosnik2007-10-082-8/+18
* parallel_mode.html: Added reference to MCSTL.Johannes Singler2007-10-085-0/+36
* re PR libstdc++/33487 (parallel v3: more functions not in right namespace)Benjamin Kosnik2007-10-069-803/+1392
* algorithmfwd.h: Spacing.Benjamin Kosnik2007-09-282-2/+2
* for_each.h: Fixed comment/doxygen markup typos.Johannes Singler2007-09-1712-44/+43
* base.h (__gnu_parallel::less<Tp>): Add partial specialization for one argument.Benjamin Kosnik2007-09-144-8/+27
* all_pedantic_errors.cc: New.Benjamin Kosnik2007-09-141-2/+1
* find.h: Doxygen fixups.Benjamin Kosnik2007-09-121-1/+1
* Add parallel mode.Johannes Singler2007-09-1145-0/+17901