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-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-02Fix: Compile error due to missing #define for MSVC9 (VisualC++ 2008)Andrea Weikert
2014-02-02Add include needed for clang, quiet warningCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-02-02Smallhash: fixes/improvementsCampbell Barton
2014-02-01Smallhash: optimizationsCampbell Barton
2014-01-30Smallhash: refactor and fixesCampbell Barton
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-26Cleanup of BLI_smallhashBastien Montagne
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-06-23reduce sign conversion comparisons for smallhash and tweak warnings elsewhere.Campbell Barton
2013-05-08use unsigned int's for smallhash, avoids using ABS when converting anCampbell Barton
2013-04-20skip checks in statvis_calc_thickness(). also remove paranoid NULL checks in ...Campbell Barton
2012-11-06bad use of assignment within ABS() caused SMHASH_NEXT macro to step the offse...Campbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-02-17fix [#30220] Knife Tool Leaks memoryCampbell Barton
2012-02-12bmesh minor refactorCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton