blender/source/blender/blenlib
2013-12-26 20:07:44 +11:00
..
intern Simplify isect_point_poly_v2 functions using angle_signed_v2v2 2013-12-26 20:07:44 +11: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 Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00: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_cpu.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +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_edgehash.h warning cleanup: correct some odd returns and quiet strict flag warnings on some systems. 2013-09-02 17:59:04 +00:00
BLI_endian_switch_inline.h Fix bug in endian switch functions. 2012-11-20 10:37:11 +00:00
BLI_endian_switch.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00: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_fileops.h Get rid of PATH_MAX in Ghost System X11 2013-08-20 08:33:04 +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 add hash iterator functions to access the pointer to the value. 2013-09-02 02:58:53 +00:00
BLI_graph.h code cleanup: minor improvements to float/vector usage. 2012-05-12 22:13:38 +00: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 Mingw/Windows Compiling Fix: 2013-09-01 05:55:50 +00:00
BLI_kdopbvh.h remove error return value from BLI_bvhtree_insert, no callers were using. 2013-09-04 20:33:50 +00:00
BLI_kdtree.h use strict flags for kdtree, and replace ints with unsigned ints where possible. 2013-09-01 20:17:56 +00:00
BLI_lasso.h use strict flags for lasso, boxpack, gsqueue and quadric's. 2013-09-01 03:43:10 +00:00
BLI_linklist_stack.h User interface: internal change, collect panels to draw before drawing. 2013-12-04 11:57:19 +11: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_listbase.h add function for rotating linked list so at item is last. 2013-09-05 11:40:38 +00:00
BLI_math_base.h Util Macros: reduce multiple access & conversion for CLAMP/CLAMPIS/ABS 2013-12-07 14:29:27 +11:00
BLI_math_color_blend.h More painting fixes: 2013-04-30 16:07:52 +00:00
BLI_math_color.h Code Cleanup: use strict flags for math lib, add inline declarations 2013-12-06 03:57:17 +11:00
BLI_math_geom.h Code Cleanup: use strict flags for math lib, add inline declarations 2013-12-06 03:57:17 +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 correct typo 2013-10-25 22:12:05 +00:00
BLI_math_rotation.h add angle_to_mat2 utility function. 2013-09-10 20:45:47 +00:00
BLI_math_vector.h Code Cleanup: use strict flags for math lib, add inline declarations 2013-12-06 03:57:17 +11:00
BLI_math.h Solved issue with distorted compositor results in some cases 2012-11-10 19:11:25 +00: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 freeing mempool elements now fills freed memory with --debug for debug builds. 2013-10-03 14:44:33 +00:00
BLI_noise.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_path_util.h Fix T37591: 'Extensions' option ignored for movies. 2013-11-25 16:59:10 +11:00
BLI_polyfill2d.h Geometry API: polyfill2d, ear clipping polygon filling functions. 2013-11-30 22:00:01 +11:00
BLI_quadric.h fix [#33106] Decimate modifier/collapse give bad result 2012-11-07 09:28:59 +00:00
BLI_rand.h Random number generator: replace a bunch of usage of the global random number 2013-04-15 23:12:40 +00:00
BLI_rect.h Rectangle API: add single axis intersection check 2013-12-06 18:48:55 +11:00
BLI_scanfill.h add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space. 2013-10-10 18:18:13 +00:00
BLI_smallhash.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +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_sort.h set nonnull args for BLI_qsort_r 2013-08-21 20:45:51 +00:00
BLI_stack.h fix for building in debug mode. 2012-08-06 08:01:20 +00:00
BLI_strict_flags.h reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple. 2013-09-03 04:39:12 +00:00
BLI_string_cursor_utf8.h fix for double clicking in the text editor not working usefully (double clicking a pair chars would select 3 - one to the left). 2013-02-14 03:03:12 +00:00
BLI_string_utf8.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_string.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_sys_types.h Fix build failure with VS2012 + SCons, caused by redefinition of the bool type. 2013-10-17 06:40:35 +00:00
BLI_task.h spelling: use American spelling for canceled 2013-10-26 01:06:19 +00:00
BLI_threads.h Task scheduler ported form CYcles to C 2013-10-12 14:08:59 +00:00
BLI_utildefines.h Util-defines: avoid multiple calculation/access for MIN/MAX macros 2013-12-08 17:29:22 +11:00
BLI_uvproject.h code cleanup: function naming for BLI functions. 2012-05-05 00:23:55 +00:00
BLI_vfontdata.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_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 Get rid of PATH_MAX in Ghost System X11 2013-08-20 08:33:04 +00:00
CMakeLists.txt Geometry API: polyfill2d, ear clipping polygon filling functions. 2013-11-30 22:00:01 +11:00
PIL_time_utildefines.h Made PIL_time_utildefines self-sufficient 2013-09-26 21:27:23 +00: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
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