Files
test/source/blender/blenlib
Bastien Montagne d617de965e Fix (unreported) broken BLI_task's forloop func in case we have less iterations that workers.
When called with very small range, `BLI_task_parallel_range_ex()` would generate a zero `chunk_size`,
leading to some infinite looping in `parallel_range_func` due to `parallel_range_next_iter_get` returning
true without actually increasing the counter!

So now, we ensure `chunk_size` and `num_tasks` are always at least 1 (and avoid generating too much tasks too).
2015-12-28 00:37:07 +01:00
..
2015-10-10 17:35:30 +02:00
2012-07-04 20:47:12 +00:00
2015-12-24 01:52:54 +11:00
2015-02-14 08:00:41 +11:00
2015-11-26 12:38:31 +11:00
2014-08-07 14:42:47 +10:00
2015-04-04 10:37:38 +11:00
2015-12-15 18:16:41 +11:00
2015-08-25 08:50:53 +10:00
2015-10-17 16:04:54 +11:00
2015-10-17 00:03:29 +11:00
2015-06-19 20:19:37 +10:00
2015-12-24 20:05:45 +11:00
2015-12-21 13:02:38 +11:00
2013-10-31 14:10:01 +00:00