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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-04-18Cleanup: missing headersCampbell Barton
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-06-08BLI_array_store: move helper functions into their own APICampbell Barton
2016-05-30Add BLI_array_store copy-on-write APICampbell Barton
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09CMake: include eigen as a system headerCampbell Barton
2015-10-20BLI: add new 'memory_utils' module with func checking a whole memory chunk is...Bastien Montagne
2015-07-13Add BLI_math_statistics, where stats tool shall be!Bastien Montagne
2015-07-13Add BLI_math_solver, where non-linear solvers should be.Bastien Montagne
2015-06-12CMake: remove commentCampbell Barton
2015-06-11Replace linked-list insert-sort with merge-sortCampbell Barton
2015-05-17CMake: correct file listingCampbell Barton
2015-04-21Math Lib: handling bits handling into own fileCampbell Barton
2015-04-04Cleanup: move filelist out of storageCampbell Barton
2015-04-04CMake: treat inline C files as headersCampbell Barton
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-01-09BLI: add 'A*' (AStar) shortest path solver algorithm.Bastien Montagne
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-07Correct defines for binrelocCampbell Barton
2014-12-02Use atomic operations in task poolSergey Sharybin
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-09-25Move typecheck macros into own headerCampbell Barton
2014-08-27Add a reusable dial mechanism to get rotations around a center and anAntony Riakiotakis
2014-06-28CMake: update source filesCampbell Barton
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-04-18CMake was missing headerCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-03-25Code cleanup: rename BLI_math_easing to BLI_easingCampbell Barton
2014-03-21Patch T22084: Robert Penner Easing Equations for FCurvesJoshua Leung
2014-02-13Mask: add option to detect self intersectionsCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-15Fix for icon generation with MSVCCampbell Barton
2013-11-30Geometry API: polyfill2d, ear clipping polygon filling functions.Campbell Barton
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-09-10add 2d convex hull utility function, BLI_convexhull_2d(), and python api math...Campbell Barton
2013-09-06sorting utility functions for simple cases - sorting pointers by float for ex...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne