Blender Git Commit Log
Git Commits -> Revision f44b54d
Revision f44b54d by Campbell Barton (master) March 5, 2013, 03:17 (GMT) |
patch [#34103] from Lawrence D'Oliveiro (ldo) More use of bool type, necessitating adding inclusion of BLI_utildefines.h, or moving it up in the inclusion order if it was already included, in various places - storage.c: make some variables only used in bli_builddir local to that - storage.c: BLI_file_descriptor_size should allow 0 as a valid file descriptor - path_util.c: make pointers to non-reentrant storage returned from folder routines const, necessitating making variables holding these returned pointers const elsewhere as well - path_util.c: BLI_string_to_utf8 closes iconv context in case of conversion error - blf_lang.c: fill_locales routine now has its own "languages" local variable to construct paths (was stealing internal storage belonging to BLI_get_folder before) |
Commit Details:
Full Hash: f44b54d2a7866033025bd4e99992a72e3a27c428
SVN Revision: 55035
Parent Commit: 47c1570
Lines Changed: +388, -157
25 Modified Paths:
/source/blender/blenfont/intern/blf_dir.c (+1, -0) (Diff)
/source/blender/blenfont/intern/blf_lang.c (+5, -4) (Diff)
/source/blender/blenfont/intern/blf_translation.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/customdata_file.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_fileops.h (+3, -3) (Diff)
/source/blender/blenlib/BLI_path_util.h (+10, -9) (Diff)
/source/blender/blenlib/BLI_utildefines.h (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+251, -91) (Diff)
/source/blender/blenlib/intern/storage.c (+91, -30) (Diff)
/source/blender/editors/render/render_preview.c (+1, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -1) (Diff)
/source/blender/imbuf/intern/bmp.c (+1, -0) (Diff)
/source/blender/imbuf/intern/iris.c (+1, -0) (Diff)
/source/blender/imbuf/intern/jpeg.c (+1, -0) (Diff)
/source/blender/imbuf/intern/png.c (+1, -0) (Diff)
/source/blender/imbuf/intern/radiance_hdr.c (+1, -0) (Diff)
/source/blender/imbuf/intern/targa.c (+1, -0) (Diff)
/source/blender/python/intern/bpy.c (+4, -4) (Diff)
/source/blender/render/intern/source/render_result.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -4) (Diff)
/source/blender/windowmanager/intern/wm_playanim.c (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+1, -1) (Diff)
/source/blender/blenfont/intern/blf_lang.c (+5, -4) (Diff)
/source/blender/blenfont/intern/blf_translation.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/customdata_file.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_fileops.h (+3, -3) (Diff)
/source/blender/blenlib/BLI_path_util.h (+10, -9) (Diff)
/source/blender/blenlib/BLI_utildefines.h (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+251, -91) (Diff)
/source/blender/blenlib/intern/storage.c (+91, -30) (Diff)
/source/blender/editors/render/render_preview.c (+1, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -1) (Diff)
/source/blender/imbuf/intern/bmp.c (+1, -0) (Diff)
/source/blender/imbuf/intern/iris.c (+1, -0) (Diff)
/source/blender/imbuf/intern/jpeg.c (+1, -0) (Diff)
/source/blender/imbuf/intern/png.c (+1, -0) (Diff)
/source/blender/imbuf/intern/radiance_hdr.c (+1, -0) (Diff)
/source/blender/imbuf/intern/targa.c (+1, -0) (Diff)
/source/blender/python/intern/bpy.c (+4, -4) (Diff)
/source/blender/render/intern/source/render_result.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -4) (Diff)
/source/blender/windowmanager/intern/wm_playanim.c (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+1, -1) (Diff)