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
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