Blender Git Loki
Git Commits -> Revision 1a9cde8
Revision 1a9cde8 by Campbell Barton (master) March 5, 2013, 03:44 (GMT) |
patch [#34103] dir_contents.patch from Lawrence D'Oliveiro (ldo) - storage.c: Simplify BLI_dir_contents and make it and its internal subsidiary routines reentrant - Moved common code for disposal of a struct direntry to new routine BLI_free_filelist in storage.c, and put calls to it in interface_icons.c and filelist.c - Took out inclusion of BLI_fileops_types.h from BLI_fileops.h and put it explicitly into .c files that need it (which turned out to be only 7 of the 35 files that were including the former) |
Commit Details:
Full Hash: 1a9cde8b998fc79c58caefae83dad8493c213aee
SVN Revision: 55036
Parent Commit: f44b54d
Lines Changed: +75, -71
9 Modified Paths:
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_fileops.h (+2, -3) (Diff)
/source/blender/blenlib/intern/storage.c (+63, -38) (Diff)
/source/blender/editors/interface/interface_icons.c (+3, -12) (Diff)
/source/blender/editors/space_file/filelist.c (+2, -18) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -0) (Diff)
/source/blender/editors/space_file/file_draw.c (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_fileops.h (+2, -3) (Diff)
/source/blender/blenlib/intern/storage.c (+63, -38) (Diff)
/source/blender/editors/interface/interface_icons.c (+3, -12) (Diff)
/source/blender/editors/space_file/filelist.c (+2, -18) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -0) (Diff)
/source/blender/editors/space_file/file_draw.c (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)