aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/pstl/algorithm_impl.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-10libstdc++: pstl: port away from is_trivialGiuseppe D'Angelo1-3/+6
2024-09-27libgcc, libstdc++: Make declarations no longer TU-local [PR115126]Nathaniel Shead1-1/+1
2023-06-26libstdc++: Synchronize PSTL with upstreamThomas Rodgers1-1349/+1481
2023-02-16libstdc++: Fix non-reserved names in PSTL headersJonathan Wakely1-14/+14
2020-10-21libstdc++: Rebase include/pstl to current upstreamThomas Rodgers1-63/+118
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers1-299/+208
2019-04-19Improve implementation of parallel equal()Thomas Rodgers1-0/+57
2019-04-13Uglify identifiers missed in previous commit(s)Thomas Rodgers1-11/+11
2019-04-11Replace direct PSTL uses of assert() with a macroThomas Rodgers1-5/+5
2019-04-09Add PSTL internal namespace qualificationsThomas Rodgers1-213/+214
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers1-0/+3661