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
2016-01-20error in last commitCampbell Barton
2016-01-20Cleanup: naming conventionCampbell Barton
2016-01-19BLI_array_utils: add binary and/or functionsCampbell Barton
2016-01-18Ignore const qualifier when comparing typesCampbell Barton
2016-01-18Cleanup: styleCampbell Barton
2016-01-16Cleanup: BLI_task foreach looper API doc.Bastien Montagne
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-16Cleanup: stdbool no longer optional, remove checksCampbell Barton
2016-01-13Polyfill2d: improve sweep clipping logicCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2016-01-09Smoke (fire): Move spectrum code from C++ (intern/) to C code (BLI)Kévin Dietrich
2016-01-08Math Lib: use x-span for fill_poly_v2i_n callbackCampbell Barton
2016-01-04BLI_task threaded looper: do not assert when start == stop.Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-31Cleanup: warningCampbell Barton
2015-12-30Grr, forgot those ones in previous commit...Bastien Montagne
2015-12-30BLI_task: change BLI_task_parallel_range_ex() to just take a bool whether to ...Bastien Montagne
2015-12-29Building w/o OpenMP now works againCampbell Barton
2015-12-29Fix memleaks in our gtests.Bastien Montagne
2015-12-29BLI_math_statistics: switch from OMP to BLI_task.Bastien Montagne
2015-12-28BLI_kdopbvh: switch from OMP to BLI_task.Bastien Montagne
2015-12-28Some fixes from coverity (only one really nasty, in paint_proj).Bastien Montagne
2015-12-28Correct recent error passing NULL to fcloseCampbell Barton
2015-12-28Fix (unreported) broken BLI_task's forloop func in case we have less iteratio...Bastien Montagne
2015-12-24Add STACK_CLEAR macroCampbell Barton
2015-12-23Remove BLI_buffer calloc optionCampbell Barton
2015-12-23Fix BLI_buffer_reinit not clearing static flagCampbell Barton
2015-12-23Fix error in BLI_buffer_reinitCampbell Barton
2015-12-23Math Lib: clamp closest_to_line_segment_v# when segment has no lengthCampbell Barton
2015-12-23Remove feof check for file readingCampbell Barton
2015-12-21BLI_storage: Split text/binary version of mem-from-file funcsCampbell Barton
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-15Cleanup: math lib namingCampbell Barton
2015-12-15Cleanup: math lib namingCampbell Barton
2015-12-15Cleanup: consistent naming for closest_to_line apiCampbell Barton
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-12-12Correct own mistake in 3e499c1aCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-11Math Lib: 2d ray-segment intersection functionCampbell Barton
2015-12-10Begin to add some MSVC 2015 supportMartijn Berger
2015-12-10Use 'peek' instead of 'last' for stack macroCampbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09CMake: include eigen as a system headerCampbell Barton
2015-12-09Math Lib: add axis_dominant_v3_ortho_singleCampbell Barton
2015-12-07Added a comment to our use of the term 'adjoint' in BLI_math.Lukas Tönne
2015-12-07BLI_linklist: add alloca append macroCampbell Barton
2015-12-07Minor changes needed for standalone mathutilsCampbell Barton
2015-12-06BKI_kdtree: add a find that takes filter callbackCampbell Barton