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-02-11File headers: SPDX License migrationCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-09-12BLI: Fix bitscan_forward_uint64 unix implementationClément Foucault
2020-09-05Math Utils: Add bitscan 64bit versionClément Foucault
2020-06-16Fix bitscan_reverse_uint on MSVC compilerSergey Sharybin
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2019-08-02Fix address sanitizer overflow warnings for bit manipulation functionsBrecht Van Lommel
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-03-15BLI_assert: extract from BLI_utildefinesCampbell Barton
2018-03-15Missed last commitCampbell Barton
2018-03-15BLI_math: don't use asserts in inline APICampbell Barton
2017-12-20Fix MSVSC2017 errorAntonio Vazquez
2017-12-15math utils: Add utilities to scan bit and clear itSergey Sharybin
2017-12-15Math utils: Go away form naive code for highest_order_bit_uintSergey Sharybin
2017-12-15Math utils: Add bit scan operationsSergey Sharybin
2017-12-15Math utils: Cleanup, use _uint suffix for function which operates on uintSergey Sharybin
2015-08-21Math Lib: Add float/int conversion functionsCampbell Barton
2015-04-23Math Lib: add count_bits_i utility functionCampbell Barton
2015-04-21Math Lib: handling bits handling into own fileCampbell Barton