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
2019-10-15Cleanup: Fix warningsDalai Felinto
2019-09-29Fix T69935: Silence Win32 OS Error DialogsHarley Acheson
2019-08-01Fix error de-duplicating BLI_file_read functionsCampbell Barton
2019-07-30Cleanup: de-duplicate file reading codeCampbell Barton
2019-07-15Fix reading directory as file content on LinuxCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-04-26Fix T63853: BLI_current_working_dir did not return utf8 encoding on windows.Ray Molenkamp
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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-09-05Fix T54152: --env-system-scripts fails on win32Ray Molenkamp
2018-02-26Cleanup: typosCampbell Barton
2017-11-30Haiku OS SupportCampbell Barton
2017-11-18Cleanup: outdated commentCampbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-02-10Cleanup: double promotionCampbell Barton
2015-12-28Correct recent error passing NULL to fcloseCampbell Barton
2015-12-23Remove feof check for file readingCampbell Barton
2015-12-21BLI_storage: Split text/binary version of mem-from-file funcsCampbell Barton
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-10-08Off by one error in own recent commitCampbell Barton
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-06-18Assert when relative paths are passed to IO opsCampbell Barton
2015-06-12BLI_linklist, avoid full list search for appendCampbell Barton
2015-06-05Check ftell return valuesCampbell Barton
2015-04-04Cleanup: move filelist out of storageCampbell Barton
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2015-02-17Fix T43706: Creating a directory in the file browser (by typing it in the fil...Sergey Sharybin
2015-02-17assert when BLI_exists is called with NULL pathCampbell Barton
2015-02-15Cleanup: BLI_listdir (direntry): get rid of usage of raw malloc/free here.Bastien Montagne
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-06cleanup: warningsCampbell Barton
2015-01-03Cleanup: rename 'filelist' BLI funcs to consistent naming.Bastien Montagne
2015-01-03Add some BLI helpers needed by asset branch.Bastien Montagne
2014-11-04Cleanup: spelling (D831)Campbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-06-23D605: Fixes for proper handling of wchar_t paths in MinGW.Tamito Kajiyama
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-04-21Basic support for UNC paths on WindowsAndrea Weikert
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-07Code cleanup: defines for statfs were getting out of hand for BSD's.Campbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton