Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-10TBB: fix deprecation warnings with newer TBB versionsBrecht Van Lommel
2021-01-22Fix T84745: more build errors with TBB 2021Brecht Van Lommel
2021-01-15Fix T84745: build error with TBB 2021Brecht Van Lommel
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-14Fix: Broken build with TBB disabled.Ray Molenkamp
2020-05-14Fix T76553: Blender Freezes When Playing Back AnimationJeroen Bakker
2020-05-09Fix T76427: edit mesh undo hanges when building without TBBBrecht Van Lommel
2020-05-09Cleanup: spellingCampbell Barton
2020-05-05Tasks: support build with TBB version 2017Brecht Van Lommel
2020-04-30Cleanup: unused variable warningsCampbell Barton
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-21CleanUp: Remove thread_id from `TaskFreeFunction`Jeroen Bakker
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel