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-05-20doxygen: corrections/updatesCampbell Barton
2014-06-27warning fix: use of __restrict was inconsistent in BLI_dynstr between declara...Jason Wilkins
2014-06-14BLI_dynstr: use function attributes and move comments into C fileCampbell Barton
2014-05-29BLI_dynstr: add assert to check curlen is correctCampbell Barton
2013-04-01code cleanup: includesCampbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-12-20patch [#29651] Add a __str__ Method to Matutils Matrices so print(matrix) Sho...Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-14apply fix from r34275 to BLI_dynstr_appendf(), dont chop off last character f...Campbell Barton
2011-01-12fix compile error for MSVC; no va_copy here. Patch pasted to me by Keith BoshoffNathan Letwory
2011-01-12BLI_dynstr_vappendf() was cutting off the last character when allocating stri...Campbell Barton
2011-01-12BLI_dynstr_vappendf() was crashing with strings above 256 chars, this happens...Campbell Barton
2010-05-08revert own commit 28662.Campbell Barton
2010-05-08remove BLI_strnlen, use _strnlen as strnlen on windows.Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-27fix in commit today using strnlen, which is only available for gcc.Ton Roosendaal
2010-02-27bugfix [#20694] Copy Paste to buffer missing in Console editorCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-06-202.5: fix for crash in BLI_dynstr_appendf, each vsnprintf callBrecht Van Lommel
2008-12-292.5: Error reportingBrecht Van Lommel
2008-11-11* RNA: utility function to retrieve strings. It will use a fixedBrecht Van Lommel
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2002-11-25updated .c files to include:Kent Mein
2002-10-12Initial revisionv2.25Hans Lambermont