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
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-09Fix building on NetBSDCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-22Fix T71273: Bad encoding of utf-8 for Text objectsmano-wii
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-03Cleanup: preprocessor indentationCampbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2017-11-30Haiku OS SupportCampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2017-02-06Add shortcuts for unsigned int, short, long and charSergey Sharybin
2016-01-16Cleanup: stdbool no longer optional, remove checksCampbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-06-02Fix compilation error non non-linux architecturesMatteo F. Vescovi
2014-04-15Fix compilation (size_t not defined) by including stddef.h in BLI_sys_types.hBastien Montagne
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-04Code cleanup: removed unnecessary #defines causing re-definition warningsAndrea Weikert
2014-02-03Add include for FreeBSD and clangCampbell Barton
2014-02-02Fix: Compile error due to missing #define for MSVC9 (VisualC++ 2008)Andrea Weikert
2013-10-17Fix build failure with VS2012 + SCons, caused by redefinition of the bool type.Irie Shinsuke
2013-05-30remove duplicate sys-types headers.Campbell Barton
2013-05-29Addition to r57094 by Campbell:Jürgen Herrmann
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28add BLI_sys_types.hCampbell Barton