efl/src/lib/eina
Marcel Hollerbach f6d20e1f96 build: make eina drag in the -lm flag
eina uses math.h we need to drag in this flag everywhere.

Differential Revision: https://phab.enlightenment.org/D11896
2020-05-28 13:03:39 +02:00
..
Eina.h doxygen docs: Add missing docs for core Eina types 2020-03-27 13:33:04 +01:00
eina_abi.c
eina_abstract_content.c Replace strncmp code 2020-04-03 14:51:11 +02:00
eina_abstract_content.h eina: fix define of Eina_Content 2020-03-09 13:13:00 +01:00
eina_accessor.c build: fix void* use in pointer maths 2020-05-12 16:55:59 +02:00
eina_accessor.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_alloca.h
eina_array.c
eina_array.h
eina_benchmark.c
eina_benchmark.h
eina_bezier.c
eina_bezier.h
eina_binbuf.c
eina_binbuf.h
eina_binbuf_template_c.x
eina_binshare.c
eina_binshare.h
eina_clist.h
eina_convert.c eina: resolve float comparison warnings 2020-05-09 09:25:04 +01:00
eina_convert.h
eina_counter.c
eina_counter.h
eina_cow.c
eina_cow.h
eina_cpu.c
eina_cpu.h doxygen docs: Complete docs for Eina CPU functions 2020-05-08 12:32:09 +02:00
eina_crc.c
eina_crc.h
eina_debug.c
eina_debug.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_debug_bt.c eina: resolve float comparison warnings 2020-05-09 09:25:04 +01:00
eina_debug_bt_file.c
eina_debug_chunk.c
eina_debug_cpu.c
eina_debug_private.h Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_debug_thread.c
eina_debug_timer.c
eina_error.c
eina_error.h doxygen docs: add missing example references 2020-04-29 17:33:39 +02:00
eina_evlog.c
eina_evlog.h
eina_file.c eina_file: fix a typo error 2020-03-17 10:29:45 +01:00
eina_file.h
eina_file_common.c eina: Fix warnings about unused variables on Windows 2020-02-23 07:38:05 -05:00
eina_file_common.h
eina_file_win32.c
eina_fp.c
eina_fp.h
eina_freeq.c freeq - up numbers for fq blocks and other limits to defer big batches 2020-02-28 20:03:05 +00:00
eina_freeq.h doxygen docs: Fix tons of invalid Doxygen commands 2020-03-10 21:36:34 +01:00
eina_hamster.c
eina_hamster.h docs: Fix Eina Core Group 2020-03-27 10:19:54 +01:00
eina_hash.c
eina_hash.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_inarray.c eina: do not warn when calling eina_inarray_pop on empty inarray to match eina_array_pop. 2020-01-31 10:11:33 -08:00
eina_inarray.h
eina_inline_array.x eina_array: interpret the count of a NULL array as 0 2020-02-19 16:28:08 +01:00
eina_inline_clist.x
eina_inline_cpu.x
eina_inline_crc.x
eina_inline_f8p24.x
eina_inline_f16p16.x
eina_inline_f32p32.x
eina_inline_file.x
eina_inline_fp.x
eina_inline_hash.x
eina_inline_inlist.x
eina_inline_list.x
eina_inline_lock_barrier.x
eina_inline_lock_posix.x
eina_inline_log.x
eina_inline_mempool.x doxygen docs: Fix tons of invalid Doxygen commands 2020-03-10 21:36:34 +01:00
eina_inline_modinfo.x doxygen docs: Complete docs for Eina Module 2020-05-08 12:32:09 +02:00
eina_inline_private.h
eina_inline_range.x eina: add new range Data type 2020-01-23 06:54:44 +09:00
eina_inline_rbtree.x
eina_inline_rectangle.x
eina_inline_safepointer.x
eina_inline_slice.x
eina_inline_str.x eina - fix eina_strndup test passing 2020-01-15 19:23:44 +00:00
eina_inline_stringshare.x
eina_inline_tiler.x
eina_inline_trash.x
eina_inline_unicode.x
eina_inline_ustringshare.x
eina_inline_util.x
eina_inline_value.x efl: `eina_value_list_vinsert` assumes that the position is always valid 2020-02-07 13:52:15 -05:00
eina_inline_value_util.x
eina_inline_vector.x
eina_inlist.c
eina_inlist.h doxygen docs: add missing example references 2020-04-29 17:33:39 +02:00
eina_internal.h
eina_iterator.c eina: introduce eina_iterator_process 2020-02-19 16:34:05 +01:00
eina_iterator.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_lalloc.c
eina_lalloc.h
eina_list.c
eina_list.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_lock.c
eina_lock.h Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_log.c systemd - make libsystemd use/supprot entirely runtime "dlopened" 2020-05-18 09:36:55 +01:00
eina_log.h doxygen docs: Complete docs for Eina Log 2020-05-08 12:32:09 +02:00
eina_magic.c
eina_magic.h Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_main.c eina: introduce Eina_Abstract_Content 2020-03-08 10:59:22 +01:00
eina_main.h doxygen docs: Add _Eina_Version struct docs 2020-04-02 17:48:39 +02:00
eina_matrix.c eina_matrix: Add eina_matrix4 operator(translate, rotate, scale) 2020-01-29 15:31:07 +09:00
eina_matrix.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_matrixsparse.c
eina_matrixsparse.h
eina_mempool.c
eina_mempool.h
eina_mmap.c
eina_mmap.h
eina_module.c
eina_module.h doxygen docs: Complete docs for Eina Module 2020-05-08 12:32:09 +02:00
eina_prefix.c
eina_prefix.h
eina_private.h
eina_promise.c Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_promise.h Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_promise_private.h
eina_quad.c
eina_quad.h doxygen docs: remove @ender_group and organize eina vectors 2020-03-09 13:03:54 +01:00
eina_quadtree.c
eina_quadtree.h doxygen docs: Put quadtrees in their own group 2020-03-17 19:23:56 +01:00
eina_quaternion.c
eina_quaternion.h
eina_range.h eina: add new range Data type 2020-01-23 06:54:44 +09:00
eina_rbtree.c eina_rbtree: avoid defererencing null pointer 2020-02-14 18:18:20 +09:00
eina_rbtree.h
eina_rectangle.c
eina_rectangle.h doxygen docs: Complete docs for Eina_Rectangle 2020-05-08 12:32:09 +02:00
eina_refcount.h
eina_safepointer.c
eina_safepointer.h
eina_safety_checks.c
eina_safety_checks.h Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_sched.c
eina_sched.h
eina_share_common.c
eina_share_common.h
eina_simple_xml_parser.c
eina_simple_xml_parser.h doxygen docs: Fix grouping mess in Eina Simple XML 2020-05-08 12:32:09 +02:00
eina_slice.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_slstr.c
eina_slstr.h
eina_str.c
eina_str.h
eina_strbuf.c
eina_strbuf.h
eina_strbuf_common.c
eina_strbuf_common.h
eina_strbuf_template_c.x
eina_stringshare.c
eina_stringshare.h
eina_thread.c eina - dont use SCHED_BATCH or SCHED_IDLE unless they are defined 2020-05-25 10:28:11 +01:00
eina_thread.h doxygen docs: Complete docs for Eina Thread 2020-05-08 12:32:09 +02:00
eina_thread_queue.c
eina_thread_queue.h
eina_tiler.c
eina_tiler.h
eina_tmpstr.c
eina_tmpstr.h
eina_trash.h
eina_types.h Eina: Remove eina_prime_table 2020-03-27 13:33:04 +01:00
eina_unicode.c
eina_unicode.h
eina_ustrbuf.c
eina_ustrbuf.h doxygen docs: Fix tons of invalid Doxygen commands 2020-03-10 21:36:34 +01:00
eina_ustringshare.c
eina_ustringshare.h
eina_util.c
eina_util.h
eina_value.c eina/value: use correct time types when comparing time types 2020-04-17 11:14:54 +02:00
eina_value.h doxygen docs: Fix several warnings in Eina files 2020-03-26 14:27:51 +01:00
eina_value_util.c
eina_value_util.h
eina_vector.h doxygen docs: Create Eina Vector2 group in the right place 2020-03-17 19:23:56 +01:00
eina_vpath.c ecore_file - address issue about false positive of finding a file in ./ 2020-04-22 12:51:50 +01:00
eina_vpath.h
eina_vpath_xdg.c
eina_xattr.c
eina_xattr.h doxygen docs: Put Eina XAttrs in their own group 2020-05-08 12:32:09 +02:00
meson.build build: make eina drag in the -lm flag 2020-05-28 13:03:39 +02:00