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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-11-13BLI_math: add floor_power_of_10, ceil_power_of_10Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell 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
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2015-04-24Math Lib: pow_i for int power-ofCampbell Barton
2015-04-04Cleanup: remove MSVC2008 workaroundCampbell Barton
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-25style cleanup: conform to style guide - mostly operator whitespace changesCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-05-22quiet compiler warnings for -WundefCampbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-10-19fix for implicit declaration, not sure why this happens but OpenSuse 11.1 wou...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2009-12-15solidify from 2.4x (ported from python to C)Campbell Barton
2009-11-30Added temporary compiling fix for MSVC after Campbell's rounding commit. Joshua Leung
2009-11-30- added a new math function double_round, useful for rounding a number to a n...Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math Lib ReorganizationBrecht Van Lommel