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-06-05Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-05Check ftell return valuesCampbell Barton
2015-05-19Merge branch 'master' into gooseberryAntony Riakiotakis
2015-05-17CMake: correct file listingCampbell Barton
2015-05-14Merge branch 'master' into gooseberrySergey Sharybin
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-04-08Merge branch 'alembic' into gooseberryLukas Tönne
2015-04-08DNA file for strands types.Lukas Tönne
2015-03-26New ID datablock 'CacheLibrary', for managing physical cache archivesLukas Tönne
2015-03-23New ID datablock 'CacheLibrary', for managing physical cache archivesLukas Tönne
2015-03-20Merge branch 'master' into gooseberryAntony Riakiotakis
2015-03-19GHash - code reorganization, performance enhancements, add a few missing util...Bastien Montagne
2015-02-13Painstakingly merge branch 'master' into gooseberryAntony Riakiotakis
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-01-02Merge branch 'master' into gooseberrySergey Sharybin
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-11Merge branch 'wiggly-widgets' into gooseberryAntony Riakiotakis
2014-12-05Rename Cage to RectTransform, add DNA for struct that will be used forAntony Riakiotakis
2014-11-20SCons: Proper solution for local symbols mapSergey Sharybin
2014-11-20SCons: Remove duplicate PLATFORM_LINKFLAGS from makesdna and makesrnaSergey Sharybin
2014-11-04Use own file for GPU option types.Antony Riakiotakis
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-06-06Code cleanup: remove redundant void*->int->bool cast on NULL pointerCampbell Barton
2014-05-01Code cleanup: replace long long with int64_t & doxy formatting.Campbell Barton
2014-04-29Code cleanup: don't use unnecessary .exe extension in scons, simplify code.Lawrence D'Oliveiro
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-01-20Fix for incorrect use of DNA_struct_find_nrCampbell Barton
2013-12-26correction to last commitCampbell Barton
2013-12-26Correct alloc string and comment in makesdnaCampbell Barton
2013-12-23Make makesdna capable of detecting 32bit alignment issues on 64bit platformSergey Sharybin
2013-12-15Minor optimization for strlen and memcpy calls for reading blend filesSv. Lockal
2013-12-04Compiler Warnings: disallow 'long' in DNA, its not reliably 64bit (gcc only)Campbell Barton
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-07-13correct bad allocation sizes, unwrap was over-allocating, makesdna was under ...Campbell Barton
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
2013-03-26Freestyle changes:Sergey Sharybin
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17New feature:Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-22Workaround for compilation error introduced in r54755Sergey Sharybin
2013-02-22patch [#34103] Add explanatory comments to dna_genfile.[ch]Campbell Barton