aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/parallel-for.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdbsupport: Replace gdb::invoke_result with std::invoke_resultLancelot Six1-5/+4
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-3/+1
2023-01-17Avoid submitting empty tasks in parallel_for_eachTom Tromey1-0/+30
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-30gdbsupport: add wrapper around result_of and invoke_resultSimon Marchi1-5/+5
2022-08-05[gdbsupport] Add task size parameter in parallel_for_eachTom de Vries1-22/+91
2022-07-21[gdbsupport] Fix type of parallel_for_each_debugTom de Vries1-1/+1
2022-07-18[gdbsupport] Improve thread scheduling in parallel_for_eachTom de Vries1-0/+8
2022-07-18[gdbsupport] Add parallel_for_each_debugTom de Vries1-1/+23
2022-07-14[gdbsupport] Add sequential_for_eachTom de Vries1-0/+23
2022-05-10Fix --disable-threading buildTom Tromey1-2/+2
2022-04-12gdbsupport: use result_of_t instead of result_of in parallel-for.hSimon Marchi1-3/+3
2022-04-12Return vector of results from parallel_for_eachTom Tromey1-25/+117
2022-04-12Add batching parameter to parallel_for_eachTom Tromey1-6/+12
2022-04-12Allow thread-pool.h to work without threadsTom Tromey1-7/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-14Move gdbsupport to the top levelTom Tromey1-0/+86