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
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2014-12-08BMesh: ensure iterator macros assign to valid typesCampbell Barton
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-18correct another problem with BLI_assertCampbell Barton
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-11-16Macros: ELEM() can now take 2 argsCampbell Barton
2014-11-04Add utility macros to clamp all elements of 2,3,4 component vectorsSergey Sharybin
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-09-25Move typecheck macros into own headerCampbell Barton
2014-09-23Macro VA_NARGS, increase max to 64Campbell Barton
2014-08-05Macros: replace UNPACK#OP -> UNPACK#_EX, allow suffixCampbell Barton
2014-08-04Tweaks to macrosCampbell Barton
2014-08-04Macros: prevent instantiation of args for type checksCampbell Barton
2014-08-02Make CHECK_TYPE_NONCONST macro portableCampbell Barton
2014-08-01Prevent macros hiding casts from `const` pointersCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-19Cleanup: Use more logically constructed ELEM macrosCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-24Add MEMCPY_STRUCT_OFS macro for copying values after a struct memberCampbell Barton
2014-06-24add STACK_REMOVE macroCampbell Barton
2014-06-18Correct casts for IS_EQ and other macro tweaksCampbell Barton
2014-06-13Resolve MSVC errorCampbell Barton
2014-06-13Code cleanup: remove redundant arg from ARRAY_LAST_ITEMCampbell Barton
2014-05-19Correct ARRAY_SIZE macro and make doxy comments consistentCampbell Barton
2014-05-18Add ARRAY_SIZE macro to check fixed size arraysCampbell Barton
2014-05-11Code cleanup: comment typosCampbell Barton
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell Barton
2014-03-28BMesh: optimize quad_coord, avoid duplicate sqrt callsCampbell Barton
2014-02-28Revert own changes to CLAMP and CLAMPIS, caused T38875Campbell Barton
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton
2013-12-07Util Macros: reduce multiple access & conversion for CLAMP/CLAMPIS/ABSCampbell Barton
2013-12-07Compiler warnings: quiet warnings for gcc4.7xCampbell Barton
2013-11-30Math Library: add functions cross_poly_v2, cross_tri_v2Campbell Barton
2013-11-28Transform: improve normal orientationCampbell Barton
2013-11-10make IS_EQ and IS_EQF typecheck argsCampbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-08-03skip BLI_STATIC_ASSERT for Coverity builds (caused parse error)Campbell Barton
2013-06-17fix for editmesh transform connected,Campbell Barton
2013-06-14utility function for calculating smooth groups from sharp edges: BKE_mesh_cal...Campbell Barton
2013-05-28add BLI_sys_types.hCampbell Barton
2013-05-28optimize mirror merging, remove array reallocation, replace with fixed size a...Campbell Barton
2013-05-26bmesh: replace BLI_array reallocs with alloca, also don't check all faces for...Campbell Barton
2013-05-12bmesh recalculate normals - remove BLI_array reallocation, the max size of th...Campbell Barton
2013-05-08remove unused define CLAMPTEST, move INPR toCampbell Barton
2013-05-02make rna layer access less cryptic by using ARRAY_HAS_ITEM(), modified this t...Campbell Barton
2013-04-23remove negated string macros from BLI_utildefines.h, were unused and can just...Campbell Barton