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-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2015-11-13Cleanup: readfile: cleanup a bit error messages.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-02-26Fix OS X build error with Quicktime, need <stdio.h> for FILE usage.Brecht Van Lommel
2013-01-11include a stacktrace in the crashlog text written by the segfault handler.Campbell Barton
2013-01-10Fix build error on Mac, bool needs an #include.Brecht Van Lommel
2013-01-10add a segfault handler that writes out the info log into a crash file alongsi...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-03-12Fix #30512: external render saved render result after reporting error.Brecht Van Lommel
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-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-02-12correct fsf addressCampbell Barton
2009-07-17- Scrollbars for the console (use View2D functions)Campbell Barton
2009-07-16Console Space TypeCampbell Barton
2009-06-302.5Brecht Van Lommel
2009-01-02python support for reporting with operators.Campbell Barton
2008-12-292.5: Error reportingBrecht Van Lommel
2008-12-192.5: Change blenloader module to use the Report system for reporting errors.Brecht Van Lommel
2008-12-182.5Brecht Van Lommel