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-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
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-07ruler arc draw clamps to line length and simplify projection.Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-03enable triangulation with collada, disable BLI_STATIC_ASSERT for C++.Campbell Barton
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-01-31Fix UI translation partly missing in scons builds (reported by Leon Cheung an...Bastien Montagne
2013-01-06BLI_assert uses printf so stdio.h should be included instead of relying on it...Jason Wilkins
2013-01-01Intent to fix windows not compiling after r53480.Bastien Montagne
2013-01-01patch [#33331] Time To Start Moving To StdboolCampbell Barton