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-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-08-18CMake: support building with musl libclistout
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-02-17Cleanup: fix compiler warningsBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-09-16Fix (unreported) buffer overflow in BLI_system_cpu_brand_string helper.Bastien Montagne
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-03Cleanup: clang-formatCampbell Barton
2020-05-01Windows: Support backtraces on release builds.Ray Molenkamp
2020-04-30Revert "Windows: Support backtraces on release builds."Ray Molenkamp
2020-04-30Windows: Support backtraces on release builds.Ray Molenkamp
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-27Fix T68944: Added check for SSE4.1 to denoising node.Stefan Werner
2019-05-27Cleanup: Fix warning in blenlib with MSVCRay Molenkamp
2019-05-25blenlib: Fix debug build warning with MSVC.Ray Molenkamp
2019-05-17Fix T63981: Factory default memory cache limit is 4096 MB (32bit builds)Sergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Merge branch 'blender2.7'Brecht Van Lommel
2019-02-16Blenlib/Windows: Fix Build error with clang.Ray Molenkamp
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-09Simplified #ifdef to not silently fail on certain platformsSybren A. Stüvel
2018-12-08Cleanup: styleCampbell Barton
2018-12-07Move static `get_hostname()` to `BLI_hostname()` in `system.c`Sybren A. Stüvel
2018-12-01Cleanup: styleCampbell Barton
2018-11-28Add utility function to query CPU brand stringSergey Sharybin
2017-11-18Cleanup: styleCampbell Barton
2016-09-19Lowercase includes for psapi.h and dbghelp.h windows includes.Martijn Berger
2016-08-16Fix redundant declarations after recent changes in GPU debugSergey Sharybin
2015-04-13Be a bit more specific in the message.Antony Riakiotakis
2015-04-13Windows:Antony Riakiotakis
2015-03-03Windows: Add stacktrace support when unhandled exception occurs.Antony Riakiotakis
2015-02-06cleanup: styleCampbell Barton
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne