Blender Git Commit Log
Git Commits -> Revision 35747ee
Revision 35747ee by Bastien Montagne (master) April 2, 2014, 09:59 (GMT) |
Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper. There is not much sense to have a whole BLI file just to check SSE2 on CPUs... So idea is to rename it to more generic "BLI_system", and add to it more system-related utils, like e.g. an include helper for getpid(), which allows to hide unix/windows internals from rest of the code... Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D439 |
Commit Details:
Full Hash: 35747ee3d54765a05d7594ee52fdcd564464b18f
Parent Commit: cb7cfd3
Lines Changed: +109, -112
2 Added Paths:
/source/blender/blenlib/BLI_system.h (+38, -0) (View)
/source/blender/blenlib/intern/system.c (+59, -0) (View)
/source/blender/blenlib/intern/system.c (+59, -0) (View)
2 Deleted Paths:
/source/blender/blenlib/BLI_cpu.h (+0, -31)
/source/blender/blenlib/intern/cpu.c (+0, -59)
/source/blender/blenlib/intern/cpu.c (+0, -59)
7 Modified Paths:
/source/blender/blenkernel/intern/pointcache.c (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -2) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -4) (Diff)
/source/blender/imbuf/intern/thumbs.c (+2, -3) (Diff)
/source/blender/render/intern/source/rayshade.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+2, -3) (Diff)
/source/creator/creator.c (+2, -7) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -2) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -4) (Diff)
/source/blender/imbuf/intern/thumbs.c (+2, -3) (Diff)
/source/blender/render/intern/source/rayshade.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+2, -3) (Diff)
/source/creator/creator.c (+2, -7) (Diff)