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
2013-10-22style cleanupCampbell Barton
2013-10-07Build fix (issue could happen with scons,reported by ebrain on IRC, thanks).Bastien Montagne
2013-10-05more corrections to valgrind hinting.Campbell Barton
2013-10-05use valgrind hints for memarena for better debugging info when using valgrind.Campbell Barton
2013-10-03freeing mempool elements now fills freed memory with --debug for debug builds.Campbell Barton
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-31tweak mempool loop comparisons when we know there is no chance for skipping p...Campbell Barton
2013-08-31remove unnecessary check in BLI_mempool_iterstep and add doxygen comments to ...Campbell Barton
2013-08-31mempool internal change, use unsigned ints where possible (less overhead),Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-25clearing the mempool can now keep more then a single element reserved.Campbell Barton
2013-08-25fix leak in BLI_ghash_clear(). was never freeing entries, add BLI_mempool_cle...Campbell Barton
2013-08-25code cleanup for mempool, refactor chunk initialization into a static function.Campbell Barton
2013-08-25merge mempool allocs per chunk, include the data in the BLI_mempool_chunk alloc.Campbell Barton
2013-08-21style cleanup: also use ARRAY_HAS_ITEM macro for mempool checkCampbell Barton
2013-08-19Added check for address being freed by mempool freeSergey Sharybin
2013-08-04mempool api cleanup: differentiate mempool functions that allocate a pointer ...Campbell Barton
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-07-19optimization: avoid extra loop in BLI_mempool_destroy(). free the list inline.Campbell Barton
2013-06-23reduce sign conversion comparisons for smallhash and tweak warnings elsewhere.Campbell Barton
2013-06-23build fix for old gccs (after rev.57620)Dalai Felinto
2013-06-20reduce sign comparisons for ghash and add more strict warnings for gcc.Campbell Barton
2013-05-08warn of sign conversions for low level apis - ghash, heap, mempoolCampbell Barton
2013-02-17BLI_mempool totalloc was being used un-initialized, normally this would cause...Campbell Barton
2013-02-15add debug check for mempool double free (or misuse of BLI_MEMPOOL_ALLOW_ITER),Campbell Barton
2013-01-31add BLI_mempool_as_arrayN utility function for getting the mempool as a new a...Campbell Barton
2013-01-19utility function to get a mempool as a pointer array.Campbell Barton
2013-01-19replace error prints with asserts in BLI_mempool when an iterator function is...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-05-12style cleanup: remaining BLI files.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-13style cleanupCampbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-02style cleanup for mempoolCampbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2011-12-29optimized mempool iterator from bmeshCampbell Barton
2011-11-28BLI_mempool_findelem() only worked when no elements were freed, use the itera...Campbell Barton
2011-11-27mempool utility function to get the element at an index BLI_mempool_findelem(...Campbell Barton
2011-11-17BLI_mempool redefined causing compile time error, removing duplicate typedefAntony Riakiotakis
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-16minor edits, move mempool stack vars into the nested scope when they aren't l...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton