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
2022-07-01Metal: MTLMemoryManager implementation includes functions which manage alloca...Jason Fielder
2022-05-19Cleanup: BLI_math_base.h: Document `power_of_2_max|min()`Clément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-20Docs: use doxygen formatting for BLICampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-08-23Using relative threshold for floats in mesh comparisonHimanshi Kalra
2021-08-23Compositor: Full frame Bokeh Blur and Blur nodesManuel Castilla
2021-08-04BLI: add double version of 'scaleform'Germano Cavalcante
2021-06-14Fix build error in release builds after recent changesBrecht Van Lommel
2021-06-14BLI_math: Cleanup: Use `mul_`/`madd_` functions.Bastien Montagne
2021-06-04Math: Added max_uu/min_uu variations.Jeroen Bakker
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-11-13BLI_math: add floor_power_of_10, ceil_power_of_10Campbell Barton
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-16BLI: add safe_divide, safe_modf and safe_logfJacques Lucke
2020-07-16BLI: add safe_powf functionJacques Lucke
2020-05-13Merge branch 'blender-v2.83-release'Antonio Vazquez
2020-05-13Fix T76665: Wrong files selected when using box selectJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-14BLI_math: add min/max utils for chars.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Fix build warnings on windows.Ray Molenkamp
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-08-29Move math and vector double routines into blenlib from delaunay codeHoward Trickey
2019-08-20BLI: double version of some math functions.YimingWu
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-06Fix BLI_ASSERT_UNIT macro w/ non-finite numbersCampbell Barton
2018-03-15BLI_assert: extract from BLI_utildefinesCampbell Barton
2018-02-14Math utils: Add clamping functionsSergey Sharybin
2018-01-19Fixup for integer digits commitDalai Felinto
2018-01-10math utils: Add size_t version of min and max functionsSergey Sharybin
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