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-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-10-10Code cleanup: Fix silly duplication of typecheck and swap macroSergey Sharybin
2014-09-30Use native float math functions for MSVC12Sv. Lockal
2014-08-14remove MAXFLOAT defineCampbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-08-02Make CHECK_TYPE_NONCONST macro portableCampbell Barton
2014-05-13Fix compilation error with debug SConsSergey Sharybin
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-04-19Math Lib: add rotation_between_vecs_to_mat3Campbell Barton
2014-04-11Math Lib: use less strict epsilon with BLI_ASSERT_UNIT_QUATCampbell Barton
2014-04-05Math Lib: add power of 2 min/max for unsigned intsCampbell Barton
2014-03-20Math Lib: add angle_qt functionsCampbell Barton
2014-02-15Compile fix for 004decc1d940...Thomas Dinges
2014-02-15Code cleanup: warningsCampbell Barton
2014-01-15Math Lib: add iroundf function for: (int)floorf(a + 0.5f)Campbell Barton
2014-01-03Code Cleanup: WIN32 defines, check for _MSC_VER instead of !FREE_WINDOWSCampbell Barton
2014-01-03Fix :I broke the build for MSVC 2008 this fixes itMartijn Berger
2014-01-03Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot f...Martijn Berger
2013-12-07Util Macros: reduce multiple access & conversion for CLAMP/CLAMPIS/ABSCampbell Barton
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-26Math library: minor additions sqrtf_signed and copy_v2_fl2Campbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05add positive_mod() utility function.Campbell Barton
2013-08-13use __builtin_nanf with gcc and clang.Campbell Barton
2013-08-13Moved NAN_FLT define to BLI_math, this may come in useful.Lukas Toenne
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-04-25Fix part of #34640: colors darkening when using the vertex paint blur tool.Brecht Van Lommel
2013-03-13attempt to quiet warnings for gcc4.2Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-02-19internal: increase error threshold for normalize assert since normals convert...Campbell Barton
2013-02-19make asserts that check for unit length vectors into a macro.Campbell Barton
2013-01-25Fix warnings about undefined _POSIX_C_SOURCE with gcc 4.2 on Mac.Brecht Van Lommel
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-25Do not redefine math functions for floats if compiler complies with C99 or PO...Sv. Lockal
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-10-23rename api functions...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-08-26make SWAP macros typesafe using CHECK_TYPE macro.Campbell Barton
2012-05-31math lib changes from tomatoCampbell 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-03-18spelling cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-07-05Patch #27842: build fix for solaris, missing finite(). Patch by A. Hettinger.Brecht Van Lommel
2011-02-18Remove #ifdef __cplusplus, as it caused C2732 (differences in linkage). Compi...Nathan Letwory