aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/base.h
AgeCommit message (Expand)AuthorFilesLines
8 dayslibstdc++: more #pragma diagnosticJason Merrill1-0/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-01libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]Jonathan Wakely1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08PR71856 try to fix Parallel Mode assertions againJonathan Wakely1-1/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik1-1/+1
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-3/+3
2010-06-13base.h (min, max): Mark inline.Paolo Carlini1-4/+4
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-4/+4
2010-03-22base.h (_PseudoSequence): Do not forward declare.Paolo Carlini1-19/+7
2010-03-22base.h (_Less): Use std::less.Paolo Carlini1-39/+16
2010-01-18base.h (__unary_negate): Correct comment.Johannes Singler1-1/+1
2010-01-12base.h (decode2): Rename to __decode2.Paolo Carlini1-5/+5
2009-12-07re PR libstdc++/42319 (incomplete type char_traits if parallel mode is active)Paolo Carlini1-2/+2
2009-11-09multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate differ...Johannes Singler1-2/+2
2009-11-06user.cfg.in: Adjust includes.Benjamin Kosnik1-7/+7
2009-11-05multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini1-327/+323
2009-10-02base.h: Take integer types from <tr1/cstdint>.Johannes Singler1-2/+2
2009-09-25base.h: Comment on presence of min/max duplicates.Johannes Singler1-4/+3
2009-09-24base.h (_EqualFromLess): Move _Compare template parameter to the end as of ot...Johannes Singler1-2/+1
2009-09-23algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler1-5/+5
2009-09-17algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler1-7/+7
2009-09-16base.h: Correct some comments accidentally changed during uglification.Johannes Singler1-4/+4
2009-09-16base.h (_EqualFromLess): Correct uglification of member variables and method ...Johannes Singler1-3/+3
2009-09-16base.h (_PseudoSequenceIterator, [...]): Replace redundant _Self.Johannes Singler1-10/+6
2009-09-16algobase.h: Uglify internal identifiers.Johannes Singler1-169/+169
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-16/+10
2008-12-16cstdatomic: Remove assert include.Benjamin Kosnik1-19/+1
2008-09-19re PR libstdc++/37470 (parallel/base.h log2 conflicts with math.h)Johannes Singler1-3/+3
2008-07-15find_selectors.h: Correct name for include guard #ifndef.Johannes Singler1-1/+1
2008-06-26base.h (plus, multiplies): Use __typeof__, not typeof.Paolo Carlini1-8/+8
2008-03-26run_doxygen: Remove html_output_dir.Benjamin Kosnik1-1/+6
2008-02-18re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik1-12/+24
2008-02-17re PR libstdc++/35221 (libstdc++ broken)Paolo Carlini1-2/+2
2008-02-15types.h: Move enum parallelism here.Benjamin Kosnik1-4/+35
2008-01-10multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini1-8/+4
2007-11-22re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal...Johannes Singler1-227/+256
2007-10-08base.h: Added plus and multiplies functor for differently typed objects.Johannes Singler1-8/+55
2007-09-17for_each.h: Fixed comment/doxygen markup typos.Johannes Singler1-2/+1
2007-09-14base.h (__gnu_parallel::less<Tp>): Add partial specialization for one argument.Benjamin Kosnik1-3/+21