Blender Git Loki

Git Commits -> Revision ebb6628

Revision ebb6628 by Andrea Weikert (master)
December 20, 2008, 10:02 (GMT)
2.5 BLI_blenlib cleanup
DONE:
* moved almost all declarations from BLI_blenlib.h into their own proper header files.
* BLI_blenlib.h still includes all the declarations for convenience and to avoid changes in existing code
* split util.c into several files, where it wasn't done already
* DynamicList -> dynamiclist,
* ListBase -> listbase,
* String utility functions -> string.c
* removed a few unused macros and functions, if they're needed back, they're still in svn ;)
TODO:
* btempdir global
* further cleanup in the code of the different modules (especially util.c)

Commit Details:

Full Hash: ebb6628a0143a91189cc209487e6588ab3e9fa99
SVN Revision: 17965
Parent Commit: 6343d4e
Lines Changed: +1574, -1244

12 Added Paths:

/source/blender/blenlib/BLI_fileops.h (+66, -0) (View)
/source/blender/blenlib/BLI_listbase.h (+64, -0) (View)
/source/blender/blenlib/BLI_noise.h (+66, -0) (View)
/source/blender/blenlib/BLI_rect.h (+65, -0) (View)
/source/blender/blenlib/BLI_scanfill.h (+81, -0) (View)
/source/blender/blenlib/BLI_storage.h (+72, -0) (View)
/source/blender/blenlib/BLI_string.h (+100, -0) (View)
/source/blender/blenlib/BLI_util.h (+136, -0) (View)
/source/blender/blenlib/intern/dynamiclist.c (+265, -0) (View)
/source/blender/blenlib/intern/dynamiclist.h (+55, -0) (View)
/source/blender/blenlib/intern/listbase.c (+363, -0) (View)
/source/blender/blenlib/intern/string.c (+163, -0) (View)

4 Deleted Paths:

/source/blender/blenlib/intern/BLI_fileops.h (+0, -47)
/source/blender/blenlib/intern/BLI_scanfill.h (+0, -38)
/source/blender/blenlib/intern/BLI_storage.h (+0, -45)
/source/blender/blenlib/intern/BLI_util.h (+0, -42)

9 Modified Paths:

/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj (+25, -4) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+10, -334) (Diff)
/source/blender/blenlib/BLI_dynamiclist.h (+14, -5) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+4, -0) (Diff)
/source/blender/blenlib/intern/threads.c (+2, -0) (Diff)
/source/blender/blenlib/intern/util.c (+21, -707) (Diff)
/source/blender/blenloader/intern/writefile.c (+0, -21) (Diff)
/source/blender/editors/animation/anim_filter.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021