tornavis/source/blender/blenlib
Campbell Barton a15b3c4d11 Code cleanup: use bool 2014-04-11 11:33:29 +10:00
..
intern Code cleanup: use bool 2014-04-11 11:33:29 +10:00
BLI_alloca.h correct include guards and add checks in check_style_c.py for them. 2013-09-19 23:17:52 +00:00
BLI_args.h style cleanup 2012-07-04 20:47:12 +00:00
BLI_array.h code cleanup: headers - doxy comments. 2013-09-12 03:02:50 +00:00
BLI_bitmap.h use BLI_bitmap for editmesh selection buffer to save some memory. 2013-10-10 22:30:16 +00:00
BLI_blenlib.h remove BLI_noise from BLI_blenlib.h, not that many files need this. 2012-10-12 00:18:32 +00:00
BLI_boxpack2d.h code cleanup: boxpack, pack struct and use unsigned ints 2013-10-11 00:22:00 +00:00
BLI_buffer.h code cleanup: headers - doxy comments. 2013-09-12 03:02:50 +00:00
BLI_callbacks.h code cleanup: headers - doxy comments. 2013-09-12 03:02:50 +00:00
BLI_compiler_attrs.h Compile Attrs: add ATTR_RETURNS_NONNULL 2014-02-17 23:32:00 +11:00
BLI_convexhull2d.h correct include guards and add checks in check_style_c.py for them. 2013-09-19 23:17:52 +00:00
BLI_dlrbTree.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
BLI_dynlib.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_dynstr.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_easing.h Code cleanup: rename easing functions with BLI_easing_ prefix 2014-03-25 09:59:10 +11:00
BLI_edgehash.h GHash/Edgehash: make simple iterator checking functions inline. 2014-04-08 15:50:38 +10:00
BLI_endian_switch.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_endian_switch_inline.h Fix bug in endian switch functions. 2012-11-20 10:37:11 +00:00
BLI_fileops.h Code cleanup: use r_ prefix for return args 2014-03-16 03:26:23 +11:00
BLI_fileops_types.h code cleanup: remove unused member of direntry struct, also add include for building on osx. 2013-03-05 06:38:43 +00:00
BLI_fnmatch.h Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they had to be done in every file using fnmatch (autoexec.c did not, wonder how it could work under unix???). 2013-08-27 18:29:30 +00:00
BLI_ghash.h GHash/Edgehash: make simple iterator checking functions inline. 2014-04-08 15:50:38 +10:00
BLI_graph.h Code cleanup: use bools where possible 2014-02-03 19:35:44 +11:00
BLI_gsqueue.h code cleanup: move doxy docs from headers into source. also replace strncpy();str[len]=0 with BLI_strncpy() in BLI_stringdec(). 2013-03-24 01:51:54 +00:00
BLI_heap.h remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h 2013-07-02 10:14:59 +00:00
BLI_jitter.h Code cleanup: jitter, use 2d float array 2014-03-18 10:52:38 +11:00
BLI_kdopbvh.h Scanfill: malloc arrays and zero init members 2014-02-06 01:03:02 +11:00
BLI_kdtree.h KDTree: deprecate 'normal' argument 2014-03-18 09:14:47 +11:00
BLI_lasso.h use strict flags for lasso, boxpack, gsqueue and quadric's. 2013-09-01 03:43:10 +00:00
BLI_linklist.h new bmesh queries BM_face_exists_overlap, BM_face_exists_overlap_subset 2013-08-16 13:02:34 +00:00
BLI_linklist_stack.h Mempool: delay allocating an initial chunk, its not always used 2014-04-08 12:58:56 +10:00
BLI_listbase.h ListBase: add attributes to api functions 2014-02-13 13:21:16 +11:00
BLI_math.h Solved issue with distorted compositor results in some cases 2012-11-10 19:11:25 +00:00
BLI_math_base.h Math Lib: add power of 2 min/max for unsigned ints 2014-04-05 21:54:20 +11:00
BLI_math_color.h Code cleanup: use r_ prefix for return args 2014-03-16 03:26:23 +11:00
BLI_math_color_blend.h More painting fixes: 2013-04-30 16:07:52 +00:00
BLI_math_geom.h Code cleanup: de-duplicate cotangent weight function & add arg sizes 2014-03-30 11:08:33 +11:00
BLI_math_inline.h attempt to quiet warnings for gcc4.2 2013-03-13 15:41:14 +00:00
BLI_math_interp.h correct include guards and add checks in check_style_c.py for them. 2013-09-19 23:17:52 +00:00
BLI_math_matrix.h Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
BLI_math_rotation.h Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functions 2014-03-31 13:28:37 +11:00
BLI_math_vector.h Optimize BLI_convexhull_aabb_fit_hull_2d, avoid atan2, sin, cos 2014-04-03 21:47:03 +11:00
BLI_md5.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BLI_memarena.h MemArena: use size_t instead of int for alloc args and internal storage. 2013-12-02 17:51:27 +11:00
BLI_mempool.h Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient now 2014-04-05 12:14:05 +11:00
BLI_noise.h Code cleanup: de-duplicate cotangent weight function & add arg sizes 2014-03-30 11:08:33 +11:00
BLI_path_util.h Code cleanup: comments and warnings 2014-02-01 02:01:00 +11:00
BLI_polyfill2d.h Rework carve integration into boolean modifier 2014-02-13 17:16:53 +06:00
BLI_quadric.h Code cleanup: use bools 2014-03-20 22:56:28 +11:00
BLI_rand.h Correct own recent changes broke release builds 2014-03-30 20:35:59 +11:00
BLI_rect.h Convenience macro for print_ funcs, saves passing id each time 2014-03-30 15:04:20 +11:00
BLI_scanfill.h Mask: add option to detect self intersections 2014-02-13 19:12:28 +11:00
BLI_smallhash.h Smallhash: add reserve option to avoid resizing when size is known 2014-02-02 17:08:26 +11:00
BLI_sort.h set nonnull args for BLI_qsort_r 2013-08-21 20:45:51 +00:00
BLI_sort_utils.h sorting utility functions for simple cases - sorting pointers by float for example. 2013-09-05 22:24:12 +00:00
BLI_stack.h Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
BLI_strict_flags.h Correct own recent changes broke release builds 2014-03-30 20:35:59 +11:00
BLI_string.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_string_cursor_utf8.h Code cleanup: use bool 2014-03-31 23:39:08 +11:00
BLI_string_utf8.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_sys_types.h Code cleanup: use struct type for mempool & style edits 2014-04-10 06:49:25 +10:00
BLI_system.h Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper. 2014-04-02 11:59:43 +02:00
BLI_task.h spelling: use American spelling for canceled 2013-10-26 01:06:19 +00:00
BLI_threads.h Sculpt/dyntopo: Make the omp threads configurable to overcome performance issues 2014-03-31 13:51:49 +02:00
BLI_timecode.h UI: Refactor timecode functions into BLI_timecode 2014-01-29 20:44:01 +11:00
BLI_utildefines.h Correct own recent changes broke release builds 2014-03-30 20:35:59 +11:00
BLI_uvproject.h code cleanup: function naming for BLI functions. 2012-05-05 00:23:55 +00:00
BLI_vfontdata.h Text3d: avoid calculating the font boundbox scale for every character 2013-12-28 19:45:54 +11:00
BLI_voronoi.h code cleanup: spelling 2013-10-31 14:10:01 +00:00
BLI_voxel.h code cleanup: brush/camera naming 2012-05-05 00:58:22 +00:00
BLI_winstuff.h MSVC: improve warnings for scons and cmake 2014-02-19 17:37:02 +11:00
CMakeLists.txt Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper. 2014-04-02 11:59:43 +02:00
PIL_time.h move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use. 2013-09-03 21:22:43 +00:00
PIL_time_utildefines.h Timing macros: remove the (void)0 at the end of TIMEIT_BLOCK_INIT, 2014-01-21 15:50:44 +01:00
SConscript code cleanup: scons - binreloc include was copied all over the place for no reason, -pthread too. 2013-05-20 18:55:08 +00:00