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-08-23check_cppcheck: skip files that hang, minor improvementsCampbell Barton
2022-08-22check_cppcheck: update 'glew' exclusion since it's removalCampbell Barton
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-02-11Cleanup: remove white-space before headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-04check_cppcheck: use quiet outputCampbell Barton
2021-10-04check_cppcheck: use '--cppcheck-build-dir'Campbell Barton
2021-04-13Cleanup: use typing for checking utilitiesCampbell Barton
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2014-03-29Checker percentage calc was wrong, also cleanupCampbell Barton
2013-08-11remove unused auto-key struct-member from uiAfterFunc, add compiler defines t...Campbell Barton
2013-04-01correct too-big allocation in mesh beautify.Campbell Barton
2013-01-16code cleanup:Campbell Barton
2012-12-09make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.ima...Campbell Barton
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-11-07for utility checkers, use QUIET env var, not to print progress. Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-05-02replace python3 command with python3.2, python3 isnt available on ubuntu.Campbell Barton
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-22use the systems number of processes for running static checks - multiple jobs.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-16SVN maintenance.Guillermo S. Romero
2011-09-16- fix for memory leak in findFreeNavPolyIndex()Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-16new convenience makefile targets for static source code cheching: check_splin...Campbell Barton