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-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-05-18Cleanup: use "filepath" instead of "filename" for full paths, fileops.cCampbell Barton
2022-04-19Fix T97338: Correct reference count for COM handling and removal of gotosRobert Guetzkow
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-23Fileops: call `BLI_path_slash_native()` in `BLI_dir_create_recursive()`Sybren A. Stüvel
2021-08-21Use Zstandard compression for the sequencer cacheLukas Stockner
2021-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-05-31Cleanup: Replace fseek() calls with BLI_fseek()Harley Acheson
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2020-11-16Fix T81271: Fix crash in BLI_gzopen on WindowsRobert Guetzkow
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-07Cleanup: spellingCampbell Barton
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19VSE: Disk cacheRichard Antalik
2019-10-10File Browser: add back Delete, which now moves files to the trashRobert Guetzkow
2019-09-19Cleanup: spellingCampbell Barton
2019-09-09Fix compiler error in Windows introduced in 322c03f13cb5a756902f310c2a34cf788...Antonio Vazquez
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2017-11-30Haiku OS SupportCampbell Barton
2017-10-28Cleanup: use uint type in BLICampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2016-02-03Fix BLI_rename returned success w/ missing source pathCampbell Barton
2015-12-28Some fixes from coverity (only one really nasty, in paint_proj).Bastien Montagne
2015-11-16Add missing newlines for debug printsCampbell Barton