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
2017-05-27Remove MinGW supportAaron Carlisle
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-09-16Fix T45389 Windows thumbnails not working.Antony Riakiotakis
2014-08-29Fix for blender.exe -r being registering blender-app.exeSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-14workaround for building with mingw32Campbell Barton
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2014-01-15Fix for icon generation with MSVCCampbell Barton
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-05-28reorder includes for winCampbell Barton
2013-03-14add BLI_strncpy_rlen(), a clone of BLI_strncpy() that returns the number of b...Campbell Barton
2013-03-05fix for building with mingw in since recent changes.Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15code cleanup: modify DO_INLINE define to not use __inline with mingwCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-18style cleanup: function definitionsCampbell Barton
2012-05-12style cleanup: remaining BLI files.Campbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-12code cleanup: quiet some mingw warnings.Campbell Barton
2012-04-09Warning Fixes - const correctness in unicode encoding, unused variables in bl...Jason Wilkins
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-09-27fix for building on windows, clear some warnings tooCampbell Barton
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-08Apply console part of patch [#26044] Windows thumbnails and improved filetype...Nathan Letwory
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
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-08More Windows+mingw compiling fixes:Joshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton