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
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-18Math Lib: clamped rounding utility functionsCampbell Barton
2017-08-01BLI_math: add simple helper to get amount of 'integer' digits in a float number.Bastien Montagne
2016-12-03Fix macOS build with openimageio 1.7.8 and openexr.Brecht Van Lommel
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-06-20Cleanup: checks for unsupported MSVC versionsCampbell Barton
2015-04-24Math Lib: pow_i for int power-ofCampbell Barton
2015-04-21Math Lib: handling bits handling into own fileCampbell Barton
2015-01-31Comment for math defines, also add M_PI_4Campbell Barton
2014-12-27Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
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