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-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
2012-11-27Fix #33226: error loading .blend files with different endian on Mac. The causeBrecht Van Lommel
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-10-27comment testing typechecking code, was causing issues on gcc 4.4 for some rea...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-25fix for build error in own commit with non gcc compilers. (and remove invalid...Campbell Barton
2012-10-25add BLI_STATIC_ASSERT macro.Campbell Barton
2012-10-22style cleanup: use more const's in BLI_heap & dpx/cineon style cleanupCampbell Barton
2012-10-22small optimization for BLI_heap(), give some speedup in decimeter.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-08minor edit to type checking macro to avoid clangs static checker tagging the ...Campbell Barton
2012-10-07add type checking for more error prone macros.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-08-26make SWAP macros typesafe using CHECK_TYPE macro.Campbell Barton
2012-08-09code cleanup: ensure macros require ';' endingsCampbell Barton
2012-07-14add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_FROM_POINTER macros & ...Campbell Barton
2012-05-28style cleanup: also fix for TIMEIT macroCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-03-28style cleanup: for creator.c & more useful assert message (file:line)Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-02-26fix for build error with non debug builds from last commit.Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-10Fix regressions in the color management / dither patch.Brecht Van Lommel
2012-01-08Color:Brecht Van Lommel
2011-12-29add UNLIKELY / LIKELY util defines to help optimize iterators that are called...Campbell Barton
2011-12-19change BLI_assert() so it can be included in other defines.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-20misc editsCampbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-08-27eek F4TOCHAR4 was assigning alpha twice too!, tsk tsk.Campbell Barton
2011-08-27F3TOCHAR4 macro was assigning the same value twice (setting the alpha, then o...Campbell Barton
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel