tornavis/source/blender/blenlib
Campbell Barton f66912a335 misc edits, no functional changes
- enabling/disabling no longer prints in the terminal unless in debug mode.
- remove 'header' struct from BLI_storage_types.h, from revision 2 and is not used.
- Add GCC property to guardedalloc to warn if the return value from allocation functions isn't used.
2011-01-15 15:48:46 +00:00
..
intern apply fix from r34275 to BLI_dynstr_appendf(), dont chop off last character for >256 length strings. 2011-01-14 19:15:06 +00:00
BLI_args.h Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for 'const char's,. 2010-12-03 17:05:21 +00:00
BLI_blenlib.h fix [#24499] Consistency Issue with LassoSelect/ExtendOption 2010-11-03 01:56:02 +00:00
BLI_boxpack2d.h - correct typos in comments. 2011-01-02 11:06:50 +00:00
BLI_bpath.h - converted path cleaning on file load to use bPath Iterator functions - image & font and sequence paths were being cleaned but not multires, voxel & sound paths. 2010-12-06 00:52:30 +00:00
BLI_cpu.h Runtime detection of SSE support for raytracing. Also enabled rayoptimization 2010-06-24 15:54:01 +00:00
BLI_dlrbTree.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_dynstr.h Give functions that use printf style formatting GCC format attributes so if incorrect formatting is used the compiler will warn of this. 2010-12-04 11:44:56 +00:00
BLI_edgehash.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_editVert.h bugfix [#24040] loop select -> delete edge loop crashes blender 2010-09-28 19:53:45 +00:00
BLI_fileops.h use 'const char *' for imbuf and file ops. 2010-11-19 02:14:18 +00:00
BLI_fnmatch.h unix style outliner name wildcards *.*, Any.???, etc (using fnmatch), also removed last beos reference :) 2010-04-23 22:08:11 +00:00
BLI_ghash.h split BKE_utildefines.h, now it only has blender specific defines like GS() MAKE_ID, FILE_MAXDIR, moved the generic defines to BLI_utildefines.h. 2011-01-07 18:36:47 +00:00
BLI_graph.h Cosmetic changes in etch-a-ton drawing code, mostly. 2009-07-09 01:48:08 +00:00
BLI_gsqueue.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_heap.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_jitter.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_kdopbvh.h fix warnings 2010-10-21 22:45:54 +00:00
BLI_kdtree.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_linklist.h Merge a few small blenlib changes from the render25 branch: 2010-06-22 15:20:06 +00:00
BLI_listbase.h rename addlisttolist() to BLI_movelisttolist() 2010-12-21 14:49:34 +00:00
BLI_math.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_math_base.h Add some missing const's 2010-10-22 10:17:55 +00:00
BLI_math_color.h fix [#25283] Edge length display difficult to read 2010-12-20 03:59:22 +00:00
BLI_math_geom.h bugfix [#25498] Projection paint clone tool leaves seams 2011-01-06 09:32:25 +00:00
BLI_math_inline.h Merge a few small blenlib changes from the render25 branch: 2010-06-22 15:20:06 +00:00
BLI_math_matrix.h print_m3/m4 didnt use const char *, which gave an errror with passing strings & pedantic warnings. 2011-01-06 13:49:09 +00:00
BLI_math_rotation.h Added an assert() check for normalized quats which exposed a number of bugs where normalized quat was incorrectly assumed. 2010-12-07 01:56:32 +00:00
BLI_math_vector.h cleanup for mathutils multiplication functions, a little faster in some cases, raise more informative exceptions. 2011-01-09 09:16:04 +00:00
BLI_memarena.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_mempool.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_noise.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_path_util.h option to write images to a files on single frame renders, this isn't accessed by the UI at the moment, but could eventually be used for saving test-renders. 2010-11-16 14:40:46 +00:00
BLI_pbvh.h Merge GSOC Sculpt Branch: 28499-30319 2010-07-14 14:11:03 +00:00
BLI_rand.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_rect.h bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with cursor mode 2010-08-25 08:31:52 +00:00
BLI_scanfill.h replace SIDE_OF_LINE macro with line_point_side_v2() inline function. 2010-10-15 05:18:45 +00:00
BLI_storage.h fix for building, also use const char in more places. 2010-11-11 07:51:12 +00:00
BLI_storage_types.h misc edits, no functional changes 2011-01-15 15:48:46 +00:00
BLI_string.h Give functions that use printf style formatting GCC format attributes so if incorrect formatting is used the compiler will warn of this. 2010-12-04 11:44:56 +00:00
BLI_threads.h - added GCC warning -Wstrict-prototypes 2010-12-03 12:30:59 +00:00
BLI_utildefines.h rename BKE_assert() --> BLI_assert(). 2011-01-09 15:12:08 +00:00
BLI_uvproject.h scale option was only working for panoramic cameras 2010-06-15 21:46:02 +00:00
BLI_vfontdata.h spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text) 2010-03-22 09:30:00 +00:00
BLI_voxel.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_winstuff.h Fix compile problems for msvc. 2010-11-11 22:09:09 +00:00
CMakeLists.txt split BKE_utildefines.h, now it only has blender specific defines like GS() MAKE_ID, FILE_MAXDIR, moved the generic defines to BLI_utildefines.h. 2011-01-07 18:36:47 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
PIL_dynlib.h Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for 'const char's,. 2010-12-03 17:05:21 +00:00
PIL_time.h correct fsf address 2010-02-12 13:34:04 +00:00
SConscript remove BLI_bfile, has been in blenders source for quite some time but remains unused. 2010-11-07 16:02:17 +00:00