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 (Collapse)Author
2020-02-05CMake: remove non-standard package search pathsCampbell Barton
Reduce the number of possible locations used to find libraries, to simplify troubleshooting. Only keep '*_ROOT_DIR' and the path used by 'install_deps.sh'.
2018-10-03Fix T54287: memory not freed after rendering on Linux.Brecht Van Lommel
With new jemalloc versions memory allocated by threads that then become inactive is not longer automatically freed. Instead we have to enable a background thread to do it. Some testing is needed to find out of this is sufficient, because the background thread only runs periodically.
2018-06-10Cleanup: trailing space in CMake filesCampbell Barton
2017-11-18CMake: remove solaris pathCampbell Barton
2015-02-14CMake: Add search path for jemalloc which corresponds to own and studio setupSergey Sharybin
2011-06-20- add example for python rna property updateCampbell Barton
- edit the copyright for blender specific cmake find modules
2011-06-19cmake: add find jemalloc moduleCampbell Barton