tornavis/source/blender/blenlib/intern
Campbell Barton 7a58ff928c Math Lib: signed versions of quaternion angle
There was no simple way to get the shortest quaternion angle.
2017-12-19 14:03:29 +11:00
..
BLI_args.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
BLI_array.c Docs: comment functions in BLI & Py API 2015-08-05 02:09:03 +10:00
BLI_dial.c Cleanup: use const 2017-09-05 22:45:44 +10:00
BLI_dynstr.c BLI_dynstr: add memarena-based version, and helper to clear without freeing. 2017-04-24 10:42:10 +02:00
BLI_filelist.c Docs: arg names 2016-06-27 13:21:14 +10:00
BLI_ghash.c Cleanup: use 'uint' 2017-11-15 22:58:39 +11:00
BLI_heap.c BLI_heap: add validation check, improve tests 2017-10-29 18:23:33 +11:00
BLI_kdopbvh.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
BLI_kdtree.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
BLI_linklist.c Cleanup: use const for linklist API 2015-11-26 08:50:35 +11:00
BLI_memarena.c Docs: comment functions in BLI & Py API 2015-08-05 02:09:03 +10:00
BLI_mempool.c Minor cleanup for own recent commits. 2017-11-23 22:43:11 +01:00
DLRB_tree.c style cleanup: switch statements, include break statements within braces & indent. 2013-07-19 15:23:42 +00:00
array_store.c BLI_array_store: correct hashing single bytes 2017-10-28 18:28:55 +11:00
array_store_utils.c BLI_array_store: move helper functions into their own API 2016-06-08 19:12:23 +10:00
array_utils.c BLI_array_utils: add BLI_array_rfindindex 2016-06-23 11:36:49 +10:00
astar.c API: Fix Links 2016-10-25 17:34:01 +02:00
bitmap_draw_2d.c Cleanup: simplify bitmap line drawing 2016-12-04 15:15:25 +11:00
boxpack2d.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
buffer.c Remove BLI_buffer calloc option 2015-12-24 01:52:54 +11:00
callbacks.c Remove redundant casts 2014-08-29 16:16:28 +10:00
convexhull2d.c Cleanup: redundant casts 2017-10-20 14:03:22 +11:00
dynlib.c C++ conformance fixes (MSVC /permissive-) 2017-02-06 10:44:56 +01:00
easing.c Cleanup: comments/style 2015-11-06 05:34:05 +11:00
edgehash.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
endian_switch.c Minor changes for more efficient endian switching 2015-07-12 05:33:04 +10:00
fileops.c Haiku OS Support 2017-11-30 18:05:21 +11:00
fnmatch.c
freetypefont.c Cleanup: whitespace 2017-08-11 08:32:05 +10:00
graph.c Cleanup: warnings 2016-05-06 16:49:25 +10:00
gsqueue.c Docs: doxy corrections 2015-07-31 23:44:37 +10:00
hash_md5.c Cleanup: style 2016-06-22 14:02:51 +10:00
hash_mm2a.c CMake: Use GCC7's -Wimplicit-fallthrough=5 2017-05-20 14:01:03 +10:00
jitter.c Code cleanup: jitter, use 2d float array 2014-03-18 10:52:38 +11:00
lasso.c Cleanup: quiet -Wcomma, cast to void where needed 2016-03-05 09:16:12 +11:00
list_sort_impl.h Replace linked-list insert-sort with merge-sort 2015-06-11 21:54:06 +10:00
listbase.c BLI listbase: add bytes finding helpers. 2017-11-16 12:49:31 +01:00
math_base.c C99/C++11: replace deprecated finite() by isfinite(). 2016-05-17 21:39:16 +02:00
math_base_inline.c Math Lib: Add non-clamped round_* functions 2017-09-27 11:13:03 +10:00
math_bits_inline.c math utils: Add utilities to scan bit and clear it 2017-12-15 16:54:28 +01:00
math_color.c Smoke (fire): Move spectrum code from C++ (intern/) to C code (BLI) 2016-01-09 04:48:31 +01:00
math_color_blend_inline.c Fix paint float color blending bugs with alpha 1.0 and vivid light. 2017-11-29 18:01:36 +01:00
math_color_inline.c BLI: sync changes from 2.8 2017-11-14 16:10:48 +11:00
math_geom.c Cleanup: Math lib naming (use v3 suffix) 2017-10-06 21:06:38 +11:00
math_geom_inline.c Math Lib: add axis_dominant_v3_ortho_single 2015-12-09 14:03:38 +11:00
math_interp.c Fix T48793: Bilinear filter clamps at edge pixels 2016-07-08 02:14:54 +10:00
math_matrix.c BLI: sync changes from 2.8 2017-11-14 16:10:48 +11:00
math_rotation.c Math Lib: signed versions of quaternion angle 2017-12-19 14:03:29 +11:00
math_solvers.c Cleanup: code style 2017-11-02 15:09:11 +11:00
math_statistics.c Cleanup: line length, indentation 2016-01-21 09:42:17 +11:00
math_vector.c BLI: sync changes from 2.8 2017-11-14 16:10:48 +11:00
math_vector_inline.c BLI: sync changes from 2.8 2017-11-14 16:10:48 +11:00
memory_utils.c BLI: add new 'memory_utils' module with func checking a whole memory chunk is filled of zero, 2015-10-20 14:44:15 +02:00
noise.c Cleanup: style 2017-10-06 16:56:41 +11:00
path_util.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
polyfill2d.c Correct test ifdef in polyfill 2017-09-20 04:57:48 +10:00
polyfill2d_beautify.c BLI_heap: minor changes to the API 2017-10-29 15:47:06 +11:00
quadric.c BMesh Decimate: use doubles to calculate optimized position 2016-06-16 19:25:02 +10:00
rand.c BLI: sync changes from 2.8 2017-11-14 16:10:48 +11:00
rct.c BLI_rect: Function to calculate a matrix from 2 rctf's 2017-08-27 16:19:34 +10:00
scanfill.c Docs: scanfill.c purpose 2016-05-06 00:45:38 +10:00
scanfill_utils.c Cleanup: spelling, style 2016-07-31 17:41:05 +10:00
smallhash.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
sort.c Cleanup: correct qsort comments 2016-01-30 13:27:48 +11:00
sort_utils.c sorting utility functions for simple cases - sorting pointers by float for example. 2013-09-05 22:24:12 +00:00
stack.c BLI_stack: BLI_stack_pop_n_reverse 2015-06-19 20:19:37 +10:00
storage.c Haiku OS Support 2017-11-30 18:05:21 +11:00
string.c CMake: Use GCC7's -Wimplicit-fallthrough=5 2017-05-20 14:01:03 +10:00
string_cursor_utf8.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
string_utf8.c Cleanup: use uint type in BLI 2017-10-28 17:48:45 +11:00
string_utils.c BLI_string_utils: string joining utility functions 2017-08-23 19:17:27 +10:00
system.c Cleanup: style 2017-11-18 17:22:54 +11:00
task.c Add a new parallel looper for MemPool items to BLI_task. 2017-11-23 21:14:43 +01:00
threads.c Code cleanup: fix harmless compiler warning. 2017-11-20 23:32:06 +01:00
time.c Cleanup: warnings (msvc) 2015-12-21 13:02:38 +11:00
timecode.c Math Lib: Add non-clamped round_* functions 2017-09-27 11:13:03 +10:00
uvproject.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
voronoi.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
voxel.c Fix T46696: Voxel crash indexing over INT_MAX 2015-11-06 20:09:56 +11:00
winstuff.c Remove MinGW support 2017-05-27 15:34:55 -04:00
winstuff_dir.c Fix T44701: Buffer overrun reading directories 2015-06-16 10:04:28 +10:00