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-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-18Fix T55503: File browser filter not working correctly.Bastien Montagne
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-17Cleanup: remove unused BLI_rebase_pathCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-17BLI_path: add string size debug defineCampbell Barton
2018-06-17CMake: add missing headersCampbell Barton
2018-06-15Cleanup: some more G.main removal.Bastien Montagne
2018-06-11path_util: avoid overflow w/ strtoll useCampbell Barton
2018-06-11Fix T55140: opened image doesn't show up in movie clip editorPhilipp Oeser
2018-06-06Fix BLI_ASSERT_UNIT macro w/ non-finite numbersCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-27Fix restrict error in BLI_str_format_byte_unitCampbell Barton
2018-05-26Threads: add spinlock hit for hyperthreading processors on Windows.Brecht Van Lommel
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-05-24Fix T55137: Compilation failing on non-x86-64 architecturesLukas Stockner
2018-05-14Cleanup: quiet GCC -Wtype-limitsCampbell Barton
2018-05-14BLI_utildefines: re-ordering array delete macroCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Cleanup: move unit char/short/float to functionsCampbell Barton
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-04-30BLI Color: YUV to/from rgb colorspace optionAaron Carlisle
2018-04-24BLI BVHTree Walk DFS: Decreases the size of the stack space used for the recu...Germano
2018-04-23BLI_math: avoid assert with non-finite numbersCampbell Barton
2018-04-21Cleanup: variable namingCampbell Barton
2018-04-21BLI_bitmap: 2D triangle drawing functionCampbell Barton
2018-04-21BLI math: clamped barycentric weight calculationCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Added lock-free single linked list implementationSergey Sharybin
2018-04-05BLI_string_utf8: macros that de-duplicate sizeof argCampbell Barton
2018-04-05BLI_string: macros that de-duplicate sizeof argCampbell Barton
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