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-17Docs: comments (hash table & beauty fill)Campbell Barton
2014-12-09Add edgehash remove, clear functions, Heap clearCampbell Barton
2014-08-12GHash: add flag get/set for gsetCampbell Barton
2014-07-14GHash, EdgeHash: add debugging function to measure the hash qualityCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-04-21GHash, Edgehash: add lookup_default() funcs.Campbell Barton
2014-04-08GHash/Edgehash: make simple iterator checking functions inline.Campbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell Barton
2013-09-02add hash iterator functions to access the pointer to the value.Campbell Barton
2013-09-02add attributes to ghash and edgehash functions.Campbell Barton
2013-08-26minor changes to edgehassh/ghashCampbell Barton
2013-08-26BKI_gset and EdgeSet api, use when hash values aren't used (reuses ghash inte...Campbell Barton
2013-08-25use ints for ghash/edgehash flags, since its allocated theres not much point ...Campbell Barton
2013-08-24cloth was using edgehash not quite correctly:Campbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-24ghash and edgehash api, allow newly defined hashes to take in the size of the...Campbell Barton
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-08-18minor api cleanup for ghash/edgehashCampbell Barton
2013-08-18add assert for hashes if an existing element is ever inserted into a ghash/ed...Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-04-22fix [#35026] Curve build modifierCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-02-12correct fsf addressCampbell Barton
2008-05-12Fix for bug #11140: explode modifier could run out of memory quiteBrecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2005-08-23 - added iterator to edgehashDaniel Dunbar
2005-08-22Use new BLI_edgehash_* functions in unwrapper.Brecht Van Lommel
2005-08-22 - sillyness... added drawMappedEdges for meshDaniel Dunbar