summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/base.h
Commit message (Expand)AuthorAgeFilesLines
* user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik2011-08-071-1/+1
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-3/+3
* base.h (min, max): Mark inline.Paolo Carlini2010-06-131-4/+4
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-031-4/+4
* base.h (_PseudoSequence): Do not forward declare.Paolo Carlini2010-03-221-19/+7
* base.h (_Less): Use std::less.Paolo Carlini2010-03-221-39/+16
* base.h (__unary_negate): Correct comment.Johannes Singler2010-01-181-1/+1
* base.h (decode2): Rename to __decode2.Paolo Carlini2010-01-121-5/+5
* re PR libstdc++/42319 (incomplete type char_traits if parallel mode is active)Paolo Carlini2009-12-071-2/+2
* multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate differ...Johannes Singler2009-11-091-2/+2
* user.cfg.in: Adjust includes.Benjamin Kosnik2009-11-061-7/+7
* multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini2009-11-051-327/+323
* base.h: Take integer types from <tr1/cstdint>.Johannes Singler2009-10-021-2/+2
* base.h: Comment on presence of min/max duplicates.Johannes Singler2009-09-251-4/+3
* base.h (_EqualFromLess): Move _Compare template parameter to the end as of ot...Johannes Singler2009-09-241-2/+1
* algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler2009-09-231-5/+5
* algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler2009-09-171-7/+7
* base.h: Correct some comments accidentally changed during uglification.Johannes Singler2009-09-161-4/+4
* base.h (_EqualFromLess): Correct uglification of member variables and method ...Johannes Singler2009-09-161-3/+3
* base.h (_PseudoSequenceIterator, [...]): Replace redundant _Self.Johannes Singler2009-09-161-10/+6
* algobase.h: Uglify internal identifiers.Johannes Singler2009-09-161-169/+169
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-16/+10
* cstdatomic: Remove assert include.Benjamin Kosnik2008-12-161-19/+1
* re PR libstdc++/37470 (parallel/base.h log2 conflicts with math.h)Johannes Singler2008-09-191-3/+3
* find_selectors.h: Correct name for include guard #ifndef.Johannes Singler2008-07-151-1/+1
* base.h (plus, multiplies): Use __typeof__, not typeof.Paolo Carlini2008-06-261-8/+8
* run_doxygen: Remove html_output_dir.Benjamin Kosnik2008-03-261-1/+6
* re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik2008-02-181-12/+24
* re PR libstdc++/35221 (libstdc++ broken)Paolo Carlini2008-02-171-2/+2
* types.h: Move enum parallelism here.Benjamin Kosnik2008-02-151-4/+35
* multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini2008-01-101-8/+4
* re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal...Johannes Singler2007-11-221-227/+256
* base.h: Added plus and multiplies functor for differently typed objects.Johannes Singler2007-10-081-8/+55
* for_each.h: Fixed comment/doxygen markup typos.Johannes Singler2007-09-171-2/+1
* base.h (__gnu_parallel::less<Tp>): Add partial specialization for one argument.Benjamin Kosnik2007-09-141-3/+21
* Add parallel mode.Johannes Singler2007-09-111-0/+358