aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/pstl
AgeCommit message (Expand)AuthorFilesLines
2023-02-16libstdc++: Fix non-reserved names in PSTL headersJonathan Wakely8-47/+47
2023-02-04libstdc++: Avoid use of naked int32_t in unseq_backend_simd.h, PR108672Hans-Peter Nilsson1-1/+1
2022-11-06libstdc++: Declare const global variables inlinePatrick Palka1-4/+4
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely2-3/+3
2021-02-23libstdc++: Fix up parallel_backend_serial.h [PR97549]Jakub Jelinek1-8/+0
2020-10-21libstdc++: Rebase include/pstl to current upstreamThomas Rodgers13-779/+1586
2019-12-11Restore enable_if lost during original import of pstlThomas Rodgers2-2/+2
2019-06-25pstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define to OpenMP 5.0 pragmas e...Jakub Jelinek1-2/+6
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers22-746/+686
2019-05-21LWG 3062 - Unnecessary decay_t in is_execution_policy_vThomas Rodgers1-0/+6
2019-05-17Fix uses of non-reserved names for template parametersJonathan Wakely2-7/+7
2019-04-20Cleanup algorithm implementationsThomas Rodgers1-7/+7
2019-04-19Improve implementation of parallel equal()Thomas Rodgers2-1/+58
2019-04-13Uglify identifiers missed in previous commit(s)Thomas Rodgers3-14/+15
2019-04-11Replace direct PSTL uses of assert() with a macroThomas Rodgers4-20/+18
2019-04-09Add PSTL internal namespace qualificationsThomas Rodgers7-272/+275
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers22-0/+10956