summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-0343-43/+43
* Update copyright years.Jakub Jelinek2021-01-0443-43/+43
* libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely2020-11-041-0/+15
* libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]Jonathan Wakely2020-09-011-2/+3
* libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely2020-05-071-0/+4
* libstdc++: Make relational operators work with const guarded iterators (PR 92...Jonathan Wakely2020-05-071-12/+12
* Revert "Use const for template argument."Martin Liska2020-05-061-2/+2
* Use const for template argument.Martin Liska2020-05-051-2/+2
* Update copyright years.Jakub Jelinek2020-01-0143-43/+43
* Avoid reserved identifier in include/parallel/multiway_merge.hRainer Orth2019-10-031-2/+2
* Make some new algorithms work in parallel modeJonathan Wakely2019-10-011-0/+5
* Make some parallel mode algorithms usable in constexpr contextsJonathan Wakely2019-10-012-1/+45
* Fix non-reserved names in Parallel Mode headersJonathan Wakely2019-10-014-26/+26
* PR libstdc++/77936 remove unused variableJonathan Wakely2019-09-301-2/+0
* Fix markup for Parallel Mode docsJonathan Wakely2019-05-021-10/+9
* PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely2019-01-032-2/+2
* Update copyright years.Jakub Jelinek2019-01-0143-43/+43
* Update copyright years.Jakub Jelinek2018-01-0343-43/+43
* Update copyright years.Jakub Jelinek2017-01-0143-43/+43
* PR71856 try to fix Parallel Mode assertions againJonathan Wakely2016-12-081-1/+5
* algo.h: Generalize usage of std::__iterator_category.François Dumont2016-09-251-1163/+1004
* libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely2016-07-138-49/+52
* Update copyright years.Jakub Jelinek2016-01-0443-43/+43
* Update copyright years.Jakub Jelinek2015-01-0543-43/+43
* numeric.h: Do not use default arguments in function template redeclarations (...Jonathan Wakely2014-11-041-6/+3
* algo.h: Do not use default arguments in function template redeclarations (def...Paolo Carlini2014-11-031-23/+12
* user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely2014-06-141-3/+3
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0243-43/+43
* algobase.h (mismatch, equal): Provide parallel version for N3671 overloads.François Dumont2013-10-011-23/+142
* algo.h (__find_switch): Use __binder2nd.Paolo Carlini2013-09-301-1/+3
* predefined_ops.h: New.François Dumont2013-09-271-0/+35
* memoryfwd.h: New.Benjamin Kosnik2013-03-082-2/+2
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0343-44/+43
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-048-8/+8
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-102-2/+2
* re PR libstdc++/54754 ([parallel mode] 'make check-parallel' only works on x8...Jonathan Wakely2012-10-091-127/+43
* re PR libstdc++/34106 ([parallel mode] Atomic operations compatibility layer ...Jonathan Wakely2012-09-291-169/+14
* PR libstdc++/51798 continuedRichard Henderson2012-02-131-6/+9
* PR libstdc++/51798 continued.Benjamin Kosnik2012-02-101-7/+10
* user.cfg.in: Add macros, directories.Benjamin Kosnik2011-12-101-0/+1
* user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik2011-08-079-27/+26
* re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini2011-05-275-11/+23
* re PR libstdc++/48750 (for_each_template_random_access_ed has unbalanced new/...Paolo Carlini2011-05-037-35/+77
* 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-04-287-66/+29
* re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini2011-04-287-29/+66
* multiway_merge.h: Uglify equally_split and equally_split_point throughout.Paolo Carlini2011-04-249-24/+24
* re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler2011-02-111-0/+1
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-306-90/+90
* numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler2011-01-263-12/+14
* re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler2011-01-243-13/+16