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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-02Cleanup: make remaining blenlib headers work in C++Jacques 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
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2014-12-18cleanup: use const for smallhash & minor editsCampbell Barton
2014-12-09Smallhash: add support for iterating value pointersCampbell Barton
2014-08-23Smallhash: BLI_smallhash_calc_qualityCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-02-01Smallhash: optimizationsCampbell Barton
2014-01-30Smallhash: refactor and fixesCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-06-23reduce sign conversion comparisons for smallhash and tweak warnings elsewhere.Campbell Barton
2013-05-09bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any ...Campbell Barton
2013-05-08use unsigned int's for smallhash, avoids using ABS when converting anCampbell Barton
2013-04-20revert own change from 56177, game bounds can be useful to see in editmode,Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-02-27Few files had got +x mode which seems to be totally unnecessary.Sergey Sharybin
2012-02-12style cleanup for bmesh headersCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton
2011-09-06Fix BLI_smallhash for 0 and negative keys. Fixes some problems with edge sna...Howard Trickey
2011-08-07change TODO -> BMESH_TODO if only on bmesh branchHoward Trickey
2011-07-03fixing compile errors with VisualStudio 2008.Andrea Weikert
2011-04-14=bmesh=Joseph Eagar
2011-03-18=bmesh=Joseph Eagar
2011-02-27merge with/from trunk at r35190Joseph Eagar
2010-10-04knife bugfix. more to come.Joseph Eagar
2010-09-25=BMesh: Super Knife Tool Alpha=Joseph Eagar