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
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
2013-08-20Get rid of PATH_MAX in Ghost System X11Sergey Sharybin
2013-08-19Mistake in revious PATH_MAX commit, sorry!Sergey Sharybin
2013-08-19Fix compilation error on platforms where PATH_MAX is not definedSergey Sharybin
2013-07-23use binary prefix for file sizes (old todo).Campbell Barton
2013-07-19code cleanup: use __linux__ define over linuxCampbell Barton
2013-04-25style cleanupCampbell Barton
2013-04-25minor fixesCampbell Barton
2013-04-17Fix thumbnails not appearing on MinGW64, was actually a mistake onAntony Riakiotakis
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11Fix #34929: windows would show a "No disk in drive" error popup when one of t...Brecht Van Lommel
2013-03-14BLI_linklist_free() was incorrectly taking MEM_freeN() as an argument, eviden...Campbell Barton
2013-03-09remove unneeded string formatting for bli_adddirstrings(), noted by Lawrence ...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05fix for building with msvcCampbell Barton
2013-03-05code cleanup: remove unused argument from bli_builddirCampbell Barton