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-16Win32: make DIR struct opaqueCampbell Barton
2014-06-23D605: Fixes for proper handling of wchar_t paths in MinGW.Tamito Kajiyama
2014-02-19MSVC: improve warnings for scons and cmakeCampbell Barton
2014-01-15Fix build issues with mingw'sAntony Riakiotakis
2014-01-04Fix for previous commit...sorry!Antony Riakiotakis
2014-01-04Fix MinGW32 compilationAntony Riakiotakis
2013-08-20Get rid of PATH_MAX in Ghost System X11Sergey Sharybin
2013-03-13Fix #34551: blender crash rendering with save buffers.Brecht Van Lommel
2013-03-05fix for building with msvcCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-12code cleanup: quiet some mingw warnings.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
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-07-06Fix #27877: writing .avi files > 4 GB not working on windows.Brecht Van Lommel
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
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-03-02replace references to old arithb libraryCampbell Barton
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-11-12Fix compile problems for msvc.Nathan Letwory
2010-11-11System console toggling for MinGWSergey Sharybin
2010-10-27Change /WX away for now, some odd thing going on between cloned environments....Nathan Letwory
2010-10-21Enable /WX in blenkernelNathan Letwory
2010-10-21Silence warning about macro redefinitionNathan Letwory
2010-07-15S_ISDIR and S_ISREG were checking completely wrong for directory and regular ...Nathan Letwory
2010-02-12correct fsf addressCampbell Barton
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2009-10-20basename() function, at least know it should compile.Guillermo S. Romero
2009-09-24* fix snprintf error with mingwNathan Letwory
2009-09-24mingw - silencing the warnings about '#pragma' warnings being unrecognised or...Joshua Leung
2009-09-243rd attempt to fix ssize_t problem in MSVC and mingwBenoit Bolsee
2009-09-24Fix more problem with mingw this timeBenoit Bolsee
2009-09-24Fix compilation problem in Windows and update project filesBenoit Bolsee
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-08-20Smoke:Daniel Genrich
2008-12-202.5 BLI_blenlib cleanupAndrea Weikert
2008-08-22Fix Windows compilation problem and update MSVC project filesBenoit Bolsee
2008-07-05== compile fix ==Andrea Weikert
2008-04-30== bugfix ==Andrea Weikert
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-08-20Fixes for:Andrea Weikert
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-19Some cleaning up of BLI_winstuff.h usageDaniel Dunbar
2003-05-25Support for building bf-blender under windows with gcc (huge thanks toChris Want
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-12-02wrapped S_ISREG and S_ISDIR with a define to suppress compilerMaarten Gribnau
2002-11-25Did all of the .h's in sourceKent Mein