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
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
2015-09-04Quiet warningsJulian Eisel
2015-08-24BLI_fileops: Some fixes and cleanup.Bastien Montagne
2015-08-20Hopefully fix mingw building after filebrowser rewrite.Bastien Montagne
2015-07-15Fix own stupid error in yesterday's refactor of recursive dir creation.Bastien Montagne
2015-07-14BLI_fileops: Make BLI_dir_create_recursive() return success/error status.Bastien Montagne
2015-07-12Remove redundant string copyCampbell Barton
2015-07-12Missed essential part in previous commit.Bastien Montagne
2015-07-12Fix T45375: Cant clear temp fluid cache after closing Blender (Windows).Bastien Montagne
2015-06-18Assert when relative paths are passed to IO opsCampbell Barton
2015-01-26Cleanup: current/parent paths: add helpers in BLI_path_utils.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-03Cleanup: rename 'filelist' BLI funcs to consistent naming.Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-09-04Write Compressed blend files directlyCampbell Barton
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-24Fix compilation on OSX after own rB414c70435dcd...Bastien Montagne
2014-06-23Fix own typo in temp_data patch, (windows-only)Bastien Montagne
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-05-26Fix for BLI_delete failing on files containing quotesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton