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
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-28Fix buffer overrun calculating unique namesCampbell Barton
2014-12-28BLI_string_utf8: add BLI_strncpy_utf8_rlenCampbell Barton
2014-12-27Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
2014-12-26optimize interp_weights_poly_v2, v3Campbell Barton
2014-12-26optimize interp_weights_poly_v2, v3Campbell Barton
2014-12-26cleanup: use cross_tri_v2 when area isn't needed.Campbell Barton
2014-12-18cleanup: use const for smallhash & minor editsCampbell Barton
2014-12-17Fix triangulating concave quadsCampbell Barton
2014-12-17Docs: comments (hash table & beauty fill)Campbell Barton
2014-12-10Fixes for compilation with msvcSergey Sharybin
2014-12-09Smallhash: add support for iterating value pointersCampbell Barton
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-09Add edgehash remove, clear functions, Heap clearCampbell Barton
2014-12-09Cleanup: simplify heap popminCampbell Barton
2014-12-09Cleanup: remove unused pointer in HeapCampbell Barton
2014-12-06CMake: remove redundant include dirCampbell Barton
2014-12-02Followup to previous linked list commitSergey Sharybin
2014-12-02Use atomic operations in task poolSergey Sharybin
2014-12-02Use more unique allocation strings for new links in the listSergey Sharybin
2014-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-12-01Fix T42588: Absolute paths not cleaned on win32Campbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-21Task scheduler: Add an option to limit number of threads per poolSergey Sharybin
2014-11-20Fix T42638: Roll angle inconsistent flip in edit mode.Bastien Montagne
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16BLI_listbase: Add BLI_listbase_count_ex (sets a limit)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Cleanup: headersCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-11-04Cleanup: spelling (D831)Campbell Barton
2014-11-03Optimization of parallel rangeSergey Sharybin
2014-10-31Fix T42344: EWA filter produces blured resultsSergey Sharybin
2014-10-30Complementary fix for rB8054372: Follow the common naming scheme byLukas Tönne
2014-10-30Math Lib: pseudoinverse_m4_m4 changed input matrixCampbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix for mat3_to_rot_size modifying input matrixCampbell Barton
2014-10-30Fix negate_m3 (taking 4x4 matrix)Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-23Cleanup: spellingCampbell Barton
2014-10-23Checked each of my (jwilkins) XXX notes.Jason Wilkins