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-06-26Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-05-24DynTopo: Enable BLI_linklist_stack type checking for clang-clJoseph Eagar
2021-05-24MIssed a flag in bli_strict_types.hJoseph Eagar
2021-05-24Fix one more strict flags violationJoseph Eagar
2021-05-24* Added clang-cl support to BLI_strict_flags.hJoseph Eagar
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
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
2017-06-07gcc5 has issues with WconversionDalai Felinto
2014-09-29Don't error of sign-conversion for < gcc v4.8Campbell Barton
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-30Code cleanup: warnings (clang)Campbell Barton
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell Barton
2014-02-16MSVC: add errors for BLI_strict_flags.hCampbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-01OSX/gcc4.6+: fix compiling, -Wconversion causes ann weeror in gcc's own stdio...Jens Verwiebe
2013-09-01use strict flags for lasso, boxpack, gsqueue and quadric's.Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton