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-05-15blenlib: BLI_file_attributes() CorrectionHarley Acheson
2020-04-11Fix for T75595: File Browser and Windows Unicode PathsHarley Acheson
2020-04-08Cleanup: missed renaming BLI_cleanup_unc_16 in recent refactorCampbell Barton
2020-03-26Fix T60682: adds macOS alias redirection for directoriesBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: 64 bit file IO on windows.Ray Molenkamp
2020-03-06Cleanup: use ELEM macro for path slash checksCampbell Barton
2020-02-26BLI_fileops: add utility to read text with newlines set to nilCampbell Barton
2020-02-24Fix unused variable warning on LinuxJulian Eisel
2020-02-21UI: Windows File Attributes and Hidden ItemsHarley Acheson
2019-11-06Fix T70952: EXR files bigger than 2GB don't open on WindowsBrecht Van Lommel
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