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
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-02Cleanup: make remaining blenlib headers work in C++Jacques Lucke
2019-08-25Cleanup: redundant struct declarationsCampbell 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
2018-06-17Cleanup: trailing space for BLICampbell Barton
2017-04-24BLI_dynstr: add memarena-based version, and helper to clear without freeing.Bastien Montagne
2014-07-17Use compiler attributes for more BLI libsCampbell Barton
2014-06-14BLI_dynstr: use function attributes and move comments into C fileCampbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-16use the format attribute in more places, disable X11 options when building wi...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton
2011-12-20patch [#29651] Add a __str__ Method to Matutils Matrices so print(matrix) Sho...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: add blenlib under core as module.Nathan Letwory
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-02-27bugfix [#20694] Copy Paste to buffer missing in Console editorCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2008-12-292.5: Error reportingBrecht Van Lommel
2008-11-11* RNA: utility function to retrieve strings. It will use a fixedBrecht Van Lommel
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-12Initial revisionv2.25Hans Lambermont