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-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
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
2010-12-16last commit to fix warnings didnt set them at all, not it works as it should.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2008-12-31Finally got CMake compilation to work.Nicholas Bishop
2008-04-29== mmap for win32 ==Andrea Weikert
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-12-07CMake: Move genrated dna.c and cmake_blender_libs.txt to binary directories t...Jacques Beuarain
2006-11-18CMake: Fix post build action for makesdna on other systems. This was broken d...Jacques Beuarain
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain