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
2014-09-08Merge branch 'master' into soc-2014-viewport_fxsoc-2014-viewport_fxAntony Riakiotakis
2014-08-16CommentsCampbell Barton
2014-06-27Merge branch 'master' of git.blender.org:blender into soc-2014-viewport_fxJason Wilkins
2014-06-26Fix for MSVC where __func__ is not defined unless you accidentally include BL...Jason Wilkins
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-10-09Fix compilation error after recent libmv changeSergey Sharybin
2013-10-09Move guarded objetc allocation to a guardedalloc headerSergey Sharybin
2013-09-01use strict flags for guarded allocCampbell Barton
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-08-03add versions of MEM_reallocN, MEM_recallocN which take a string arg so new al...Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-03-18style cleanupCampbell Barton
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-11add MEM_recallocN(), so bytes are ensured to be zero'd when growing.Campbell Barton
2012-07-31Fix warnings on old apple GCC compiler due to no support for alloc_size attri...Brecht Van Lommel
2012-07-14header comment cleanup, explain whats the difference between confusingly name...Campbell Barton
2012-07-14use gcc attributes for BLI alloc functionsCampbell Barton
2012-07-08correct use of __attribute__((nonnull))Campbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-08use alloc_size attribute for guarded alloc functions with gcc.Campbell Barton
2012-06-27style cleanup: header comments, use more doxy compat formattingCampbell Barton
2012-06-25Guardedalloc/C++: delete is valid on a NULL pointer, add a check so MEM_freeNBrecht Van Lommel
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and fix...Nathan Letwory
2011-02-21doxygen: some code shuffle to prevent clashing file names, ensure MEM_guarded...Nathan Letwory
2011-02-21doxygen: add guardedalloc and AVINathan Letwory
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-01-15misc edits, no functional changesCampbell Barton
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-04-30use size_t for MEM_allocN_len as well as some of its callersCampbell Barton
2010-04-29Amendment to r28508 (Make Blender malloc be 64 bit ready)Nathan Letwory
2010-04-29Make Blender malloc wrapper be 64 bit ready.Guillermo S. Romero
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Guardedalloc: added MEM_reallocN function to do simple alloc/memcpy/free,Brecht Van Lommel
2009-11-11Debug tools: new function MEM_testN(void*)Martin Poirier
2009-11-11New function:Martin Poirier
2009-09-22SVN maintenance.Guillermo S. Romero
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want