tornavis/source/blender/blenlib
Bastien Montagne 8b673fc75f Cleanup: get rid of last non-thread-safe BLI_frand random generator func. 2018-06-20 11:30:25 +02:00
..
intern Cleanup: get rid of last non-thread-safe BLI_frand random generator func. 2018-06-20 11:30:25 +02:00
BLI_alloca.h Remove MinGW support 2017-05-27 15:34:55 -04:00
BLI_args.h
BLI_array.h Cleanup: rename BLI_array_count -> len 2018-03-15 01:53:20 +11:00
BLI_array_store.h Add BLI_array_store copy-on-write API 2016-05-30 16:18:24 +10:00
BLI_array_store_utils.h BLI_array_store: move helper functions into their own API 2016-06-08 19:12:23 +10:00
BLI_array_utils.h Cleanup: typo in function name 2018-03-28 11:23:38 +02:00
BLI_assert.h Fix BLI_assert for MSVC 2018-03-20 11:56:11 +01:00
BLI_astar.h
BLI_bitmap.h BLI_bitmap: add flip macro 2016-02-13 18:59:56 +11:00
BLI_bitmap_draw_2d.h Cleanup: variable naming 2018-04-21 20:22:12 +02:00
BLI_blenlib.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_boxpack_2d.h Cleanup: add 2d suffix to BLI files 2018-02-18 21:27:33 +11:00
BLI_buffer.h Cleanup: rename BLI_*_empty() -> clear() 2018-02-01 13:40:53 +11:00
BLI_callbacks.h Merge branch 'master' into blender2.8 2018-06-15 17:43:18 +02:00
BLI_compiler_attrs.h Moved alignment attributes from my last commit to BLI_compiler_attrs.h for future use. 2017-11-09 14:59:31 +01:00
BLI_compiler_compat.h Cleanup: remove check for old GCC&PPC 2017-07-27 07:29:16 +10:00
BLI_compiler_typecheck.h
BLI_console.h Add Truecolor ANSI console constants 2018-03-16 12:16:29 +01:00
BLI_convexhull_2d.h Cleanup: add 2d suffix to BLI files 2018-02-18 21:27:33 +11:00
BLI_dial_2d.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_dlrbTree.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_dynlib.h C++ conformance fixes (MSVC /permissive-) 2017-02-06 10:44:56 +01:00
BLI_dynstr.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_easing.h
BLI_edgehash.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_endian_switch.h
BLI_endian_switch_inline.h
BLI_fileops.h Fix: msvc build error with bli_fileops.h 2018-02-01 07:59:52 -07:00
BLI_fileops_types.h Remove MinGW support 2017-05-27 15:34:55 -04:00
BLI_fnmatch.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_ghash.h Cleanup: doxygen comments 2018-03-14 02:08:07 +11:00
BLI_gsqueue.h Cleanup: use '_len' instead of '_size' w/ BLI API 2018-02-15 23:39:08 +11:00
BLI_hash.h Cleanup: type conversion warning 2018-03-19 09:12:48 +01:00
BLI_hash_md5.h
BLI_hash_mm2a.h
BLI_heap.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_iterator.h Cleanup: iterator macros 2018-03-09 11:52:11 +11:00
BLI_jitter_2d.h Cleanup: add 2d suffix to BLI files 2018-02-18 21:27:33 +11:00
BLI_kdopbvh.h Snap system: Adds support to Clip Planes and uses a clip plane to simulate occlusion 2018-05-16 10:32:54 -03:00
BLI_kdtree.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_lasso_2d.h Cleanup: add 2d suffix to BLI files 2018-02-18 21:27:33 +11:00
BLI_link_utils.h BLI_link_utils: Add BLI_LINKS_APPEND(list, link) 2018-02-28 01:29:26 +01:00
BLI_linklist.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_linklist_lockfree.h Added lock-free single linked list implementation 2018-04-16 10:18:43 +02:00
BLI_linklist_stack.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_listbase.h Cleanup: rename list count_ex -> count_at_most 2018-04-03 17:05:21 +02:00
BLI_math.h
BLI_math_base.h Fix BLI_ASSERT_UNIT macro w/ non-finite numbers 2018-06-06 19:49:27 +02:00
BLI_math_bits.h math utils: Add utilities to scan bit and clear it 2017-12-15 16:54:28 +01:00
BLI_math_color.h BLI Color: YUV to/from rgb colorspace option 2018-04-29 18:00:45 -04:00
BLI_math_color_blend.h
BLI_math_geom.h Merge branch 'master' into blender2.8 2018-06-17 16:36:30 +02:00
BLI_math_inline.h Cleanup: remove check for old GCC&PPC 2017-07-27 07:29:16 +10:00
BLI_math_interp.h Fix T47452: Translate-node seams w/ subpixel offset 2016-02-18 02:16:49 +11:00
BLI_math_matrix.h Merge branch 'master' into blender2.8 2018-06-17 16:36:30 +02:00
BLI_math_rotation.h Math Lib: signed versions of quaternion angle 2017-12-19 14:03:29 +11:00
BLI_math_solvers.h Implement a new automatic handle algorithm to produce smooth F-Curves. 2017-11-01 21:57:39 +03:00
BLI_math_statistics.h
BLI_math_vector.h Cleanup: compiler warnings, use const 2018-05-14 23:12:51 +02:00
BLI_memarena.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_memiter.h Cleanup: trailing spaces 2018-04-22 08:45:52 +02:00
BLI_memory_utils.h
BLI_mempool.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_noise.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_path_util.h Fix T55503: File browser filter not working correctly. 2018-06-18 12:26:47 +02:00
BLI_polyfill_2d.h Cleanup: add 2d suffix to BLI files 2018-02-18 21:27:33 +11:00
BLI_polyfill_2d_beautify.h Cleanup: header guards & style 2018-02-23 12:59:55 +11:00
BLI_quadric.h BMesh Decimate: use doubles to calculate optimized position 2016-06-16 19:25:02 +10:00
BLI_rand.h Cleanup: get rid of last non-thread-safe BLI_frand random generator func. 2018-06-20 11:30:25 +02:00
BLI_rect.h BLI_rect: Function to calculate a matrix from 2 rctf's 2017-08-27 16:19:34 +10:00
BLI_scanfill.h
BLI_smallhash.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_sort.h
BLI_sort_utils.h BLI_sort_utils: add pointer sorting callback 2018-03-31 19:25:27 +02:00
BLI_stack.h BLI: Use C++ guards for stack header 2017-06-06 12:13:45 +02:00
BLI_strict_flags.h gcc5 has issues with Wconversion 2017-06-07 11:37:28 +02:00
BLI_string.h Add number and memory size formatting throughout the UI 2018-05-25 22:41:49 +02:00
BLI_string_cursor_utf8.h Cleanup: use 'e' prefix for enum typedefs 2017-10-17 13:49:20 +11:00
BLI_string_utf8.h BLI_string_utf8: macros that de-duplicate sizeof arg 2018-04-05 18:37:54 +02:00
BLI_string_utils.h Cleanup: BLI_utildefines prefix for header-only libs 2017-09-19 20:16:05 +10:00
BLI_sys_types.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_system.h Fix release build after recent fix for debug one 2016-08-16 15:06:16 +02:00
BLI_task.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_threads.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
BLI_timecode.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_utildefines.h Merge branch 'master' into blender2.8 2018-06-17 16:36:30 +02:00
BLI_utildefines_iter.h BLI_utildefines_iter: Use for iteration helpers 2017-09-19 20:22:24 +10:00
BLI_utildefines_stack.h Cleanup: indentation 2018-04-16 17:16:29 +02:00
BLI_utildefines_variadic.h Cleanup: BLI_utildefines prefix for header-only libs 2017-09-19 20:16:05 +10:00
BLI_uvproject.h
BLI_vfontdata.h Cleanup: trailing whitespace (comment blocks) 2018-06-01 18:19:39 +02:00
BLI_voronoi_2d.h Cleanup: header guards & style 2018-02-23 12:59:55 +11:00
BLI_voxel.h
BLI_winstuff.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
CMakeLists.txt Merge branch 'master' into blender2.8 2018-06-17 11:57:49 +02:00
PIL_time.h Cleanup: trailing space for BLI 2018-06-17 16:32:54 +02:00
PIL_time_utildefines.h PIL_time_utildefines: also show total time in TIMEIT_AVERAGED. 2017-02-07 10:14:46 +01:00