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
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-04-02Build: fixes for the Intel compiler versions 2016, 2017, 2018.Milan Jaros
2018-03-31BLI_sort_utils: add pointer sorting callbackCampbell Barton
2018-03-28Cleanup: typo in function nameCampbell Barton
2018-03-28BLI_array: utility to check memory is zerodCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-20Fix BLI_assert for MSVCCampbell Barton
2018-03-20Fix compile error with MSVC2013 - Can't use __func__ (from BLI_assert) in inl...Joshua Leung
2018-03-19Cleanup: type conversion warningCampbell Barton
2018-03-18Cleanup: kdopbvh, only set parent nodes onceCampbell Barton
2018-03-16Add Truecolor ANSI console constantsSergey Sharybin
2018-03-16Hash: Add utility function to convert address to rgb valuesSergey Sharybin
2018-03-15BLI_assert: extract from BLI_utildefinesCampbell Barton
2018-03-15Missed last commitCampbell Barton
2018-03-15BLI_math: don't use asserts in inline APICampbell Barton
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-02-26Cleanup: typosCampbell Barton
2018-02-23Cleanup: header guards & styleCampbell Barton
2018-02-18Cleanup: group BLI_ghash_utils.c API in BLU_ghash.hCampbell Barton
2018-02-18Cleanup: split GHash helpers from implementationCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-15Cleanup: Style, braces with macrosSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-15Blenlib: Assert when attempting to rotate point around vector and store resul...Sergey Sharybin
2018-02-15Cleanup: styleCampbell Barton
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-14Math utils: Add clamping functionsSergey Sharybin
2018-02-08Mesh: concave quad supportCampbell Barton
2018-02-01Fix: msvc build error with bli_fileops.hRay Molenkamp
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-22Fix windows building (log10)Dalai Felinto
2018-01-21Cleanup: BLI_kdopbvh avoid negative array accessCampbell Barton
2018-01-21Cleanup: styleCampbell Barton
2018-01-19Fixup for integer digits commitDalai Felinto
2018-01-19Util function to determine number of digits from an integerDalai Felinto
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-14Cleanup: BLI_ghashCampbell Barton
2018-01-11Cleanup typo in comment.Bastien Montagne
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-10Task scheduler: Use more const qualifiersSergey Sharybin
2018-01-10math utils: Add size_t version of min and max functionsSergey Sharybin
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-09Task scheduler: Use single thread branch when range fits into single chunkSergey Sharybin
2018-01-09Task scheduler: Fix wrong tasks calculation when chunk size is too bigSergey Sharybin
2018-01-09Task scheduler: Use const qualifiers in parallel rangeSergey Sharybin
2018-01-09Task scheduler: Avoid over-allocation of tasks for parallel rangesSergey Sharybin