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
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-10-15Cleanup: Use DNA defaults for grease pencil modifiersHans Goudey
2020-10-14Cleanup: Use DNA defaults for fluid modifierHans Goudey
2020-10-08Add DNA defaults for MovieClip.Bastien Montagne
2020-10-05CMake: include DNA_modifier_defaults.hCampbell Barton
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-06-16CMake: Fix compilation errors related on missing dna_type_offsets.hSergey Sharybin
2020-05-20Fix Windows build after recent guardedalloc changesBrecht Van Lommel
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-09-11DNA: defaults for ID typesCampbell Barton
2019-09-09DNA: use defaults for Object, Mesh, MaterialCampbell Barton
2019-09-09DNA: initial DNA defaults supportCampbell Barton
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-15CMake: sort file listCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-02DNA: add error for DNA computed struct sizes and member offsets mismatch.Brecht Van Lommel
2019-02-16DNA: support DNA type & name aliasesCampbell Barton
2019-02-12makesdna: add shared utility moduleCampbell Barton
2019-02-12makesdna: use memarena for string allocationsCampbell Barton
2019-02-12DNA: support versioning structs & struct membersCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-05-31Add Asan support for clang on windows.Ray Molenkamp
2018-02-18Cleanup: split GHash helpers from implementationCampbell Barton
2016-07-14CMake: per-target CFLAG & CXXFLAG supportCampbell Barton
2016-06-28writefile: replace most struct lookups /w constantsCampbell Barton
2016-06-22readfile: use BLI_endian_switchCampbell Barton
2015-09-02CMake: use generator expressionsCampbell Barton
2015-05-17CMake: correct file listingCampbell Barton
2015-03-19GHash - code reorganization, performance enhancements, add a few missing util...Bastien Montagne
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-08fix for recent commit, WITH_GUARDEDALLOC wasn't enabled for makesrna, makesdna.Campbell Barton
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-02enable cmake building makesdna with ghashCampbell Barton
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-02-22cmake was using dna source list with the variable out of scope, possibly caus...Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton