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
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-18Cleanup: Prepare for sorted headers on windowsRay Molenkamp
2020-03-18Cleanup: 64 bit file IO on windows.Ray Molenkamp
2020-03-18Cleanup: Fix build warnings on windows.Ray Molenkamp
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename near/far -> clip_start/clip_endCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2015-12-10Begin to add some MSVC 2015 supportMartijn Berger
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