Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-12-10 | libstdc++: pstl: port away from is_trivial | Giuseppe D'Angelo | 1 | -3/+6 |
2024-09-27 | libgcc, libstdc++: Make declarations no longer TU-local [PR115126] | Nathaniel Shead | 1 | -1/+1 |
2023-06-26 | libstdc++: Synchronize PSTL with upstream | Thomas Rodgers | 1 | -1349/+1481 |
2023-02-16 | libstdc++: Fix non-reserved names in PSTL headers | Jonathan Wakely | 1 | -14/+14 |
2020-10-21 | libstdc++: Rebase include/pstl to current upstream | Thomas Rodgers | 1 | -63/+118 |
2019-06-07 | Synchronize libstdc++ PSTL with upstream LLVM PSTL | Thomas Rodgers | 1 | -299/+208 |
2019-04-19 | Improve implementation of parallel equal() | Thomas Rodgers | 1 | -0/+57 |
2019-04-13 | Uglify identifiers missed in previous commit(s) | Thomas Rodgers | 1 | -11/+11 |
2019-04-11 | Replace direct PSTL uses of assert() with a macro | Thomas Rodgers | 1 | -5/+5 |
2019-04-09 | Add PSTL internal namespace qualifications | Thomas Rodgers | 1 | -213/+214 |
2019-03-21 | Integrate C++17 parallel algorithms | Thomas Rodgers | 1 | -0/+3661 |