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-07Cleanup: Fix reported clang-tidy code-style issues.Ray Molenkamp
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-06Fix T70952: EXR files bigger than 2GB don't open on WindowsBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in various intern/ libsCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-24Cleanup: trailing space guardedalloc & memutilCampbell Barton
2014-01-23Memory allocation: do not use mmap for memory allocation on 64 bit.Brecht Van Lommel
2013-11-22Code Cleanup: use NULL for pointer checks and remove joke.Campbell Barton
2013-09-01Mingw/Windows Compiling FixJoshua Leung
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-05-22style cleanup: mmap_win32Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-02-25doxygen: intern/guardedalloc taggedNathan Letwory
2010-11-24define UNUSED() locally for mmap_winCampbell Barton
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-05-23FIX memleak in mmap().Benoit Bolsee
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-06-02Compiler warning fixes (unused vars).Joshua Leung
2008-04-29== mmap for win32 ==Andrea Weikert