]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/pstl
openmp: Add support for iterators in 'target update' clauses (C/C++)
[thirdparty/gcc.git] / libstdc++-v3 / include / pstl /
2025-07-14  Jonathan Wakelylibstdc++: Protect PSTL headers against overloaded...
2025-05-06  Jonathan Wakelylibstdc++: Fix <numeric> parallel algos for move-only...
2024-12-13  Jonathan Wakelylibstdc++: Fix -Wreorder warning in <pstl/parallel_back...
2024-12-10  Giuseppe D'Angelolibstdc++: pstl: port away from is_trivial
2024-12-03  Jonathan Wakelylibstdc++: Fix parallel std::exclusive_scan [PR108236]
2024-09-26  Nathaniel Sheadlibgcc, libstdc++: Make declarations no longer TU-local...
2024-09-22  Jonathan Wakelylibstdc++: add default template parameters to algorithms
2024-09-15  Jonathan Wakelylibstdc++: Make PSTL algorithms accept C++20 iterators...
2024-06-13  Jonathan Wakelylibstdc++: Fix unwanted #pragma messages from PSTL...
2024-06-06  Alexandre Oliva[libstdc++] add _GLIBCXX_CLANG to workaround predefined...
2024-03-19  Jonathan Wakelylibstdc++: Suppress deprecation messages from <tbb...
2023-07-03  Jonathan Wakelylibstdc++: Enable OpenMP 5.0 pragmas in PSTL headers
2023-06-30  Hans-Peter Nilssonlibstdc++: Re-apply PR108672 fix (avoid use of naked...
2023-06-26  Thomas Rodgerslibstdc++: Synchronize PSTL with upstream
2023-02-16  Jonathan Wakelylibstdc++: Fix non-reserved names in PSTL headers
2023-02-04  Hans-Peter Nilssonlibstdc++: Avoid use of naked int32_t in unseq_backend_...
2022-11-06  Patrick Palkalibstdc++: Declare const global variables inline
2022-03-18  Jonathan Wakelylibstdc++: Reduce header dependencies from PSTL headers...
2021-02-23  Jakub Jelineklibstdc++: Fix up parallel_backend_serial.h [PR97549]
2020-10-21  Thomas Rodgerslibstdc++: Rebase include/pstl to current upstream
2019-12-11  Thomas RodgersRestore enable_if lost during original import of pstl
2019-06-25  Jakub Jelinekpstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define...
2019-06-07  Thomas RodgersSynchronize libstdc++ PSTL with upstream LLVM PSTL
2019-05-21  Thomas RodgersLWG 3062 - Unnecessary decay_t in is_execution_policy_v
2019-05-17  Jonathan WakelyFix uses of non-reserved names for template parameters
2019-04-20  Thomas RodgersCleanup algorithm implementations
2019-04-19  Thomas RodgersImprove implementation of parallel equal()
2019-04-13  Thomas RodgersUglify identifiers missed in previous commit(s)
2019-04-11  Thomas RodgersReplace direct PSTL uses of assert() with a macro
2019-04-09  Thomas RodgersAdd PSTL internal namespace qualifications
2019-03-21  Thomas RodgersIntegrate C++17 parallel algorithms