efl/src/lib
Carsten Haitzler d27f5fcab7 ecore_audio - save 232k of real RAM by dlopening depednecies
so libpuls and libsndfile suck in dependencies. they suck in so much
that by the time linking is done we've written to about 230kb of
PRIVATE MEMORY as dirty pages in symbol tablesm global veriables etc.
etc. - this is just horrible. especially if an app never makes any
sound... it's just wasted memory. this stuff is invisible to normal
memory debug tools. so this begins to address things. please see
T4227. my numbers now put me at:

1780Kb total dirty writable mapped from library file pages. down from
2012Kb.

This fixes some memory bloat reported in the above ticket, but there
is more to fix for sure.

@fix
2016-08-01 14:41:15 +09:00
..
ecore ecore - add more ecore main loop checks that were missing in some places 2016-07-14 08:55:03 +09:00
ecore_audio ecore_audio - save 232k of real RAM by dlopening depednecies 2016-08-01 14:41:15 +09:00
ecore_avahi
ecore_buffer
ecore_cocoa ecore_cocoa: release Ecore_Cocoa as stable 2016-06-25 20:45:25 +02:00
ecore_con ecore_con: fix lookup of libcurl on OpenBSD. 2016-07-18 11:22:28 -07:00
ecore_drm ecore-drm: Deprecate Ecore_Drm library 2016-05-31 10:05:28 -04:00
ecore_drm2 ecore-drm2: Silence compiler warning 2016-07-27 15:23:12 -05:00
ecore_evas ecore_evas: Register animators for inline image ee 2016-08-01 10:29:24 +09:00
ecore_fb
ecore_file ecore_file: fix memory leak 2016-05-06 22:18:57 +02:00
ecore_imf ecore_imf: Add multiline hint in input hint 2016-05-18 15:21:12 +09:00
ecore_imf_evas
ecore_input ecore-input: Check return fo ecore_main_fd_handler_fd_get 2016-06-30 10:47:56 -04:00
ecore_input_evas ecore_evas: Fix mouse inputs 2016-06-02 14:19:18 +09:00
ecore_ipc If there is situation when server is closed prior to client, the client pointer pointing to server must be reset and check must be there during client deletion 2016-07-11 22:29:04 +09:00
ecore_psl1ght
ecore_sdl
ecore_wayland ecore-wayland: Prevent duplicated mouse up events. 2016-06-28 09:01:09 -04:00
ecore_win32 efl: everyone should now rely on Eina MIN/MAX redefinition. 2016-05-09 16:58:53 -07:00
ecore_wl2 ecore-wl2: Add safety check for valid compositor 2016-07-26 12:43:24 -04:00
ecore_x ecore: xcb: make sure length_name is always initialized 2016-07-29 14:20:16 +02:00
ector Evas GL: Use [u]int64_t directly in all APIs 2016-07-18 15:09:19 +09:00
edje edje: Fix handling of polygon and polyline node. 2016-08-01 13:23:44 +09:00
eet edje: Fix coverity warning 2016-07-13 15:44:58 +09:00
eeze
efl efl/interface: fixed the shape interpolation implementation. 2016-07-26 14:19:59 +09:00
efreet efreet - fix mime file path messing with short paths like / 2016-07-05 16:28:52 +09:00
eina eina: promise: fix memory leak in error path 2016-07-29 14:53:36 +02:00
eio eio: handle failure due to lack of access right. 2016-07-15 17:07:49 -07:00
eldbus eldbus: make sure eldbus model is hidden behind the BETA API flag 2016-07-29 12:04:13 +02:00
elementary scrollable: Avoid useless connect to animator 2016-08-01 10:29:24 +09:00
elocation
elput elput: Use correct filename in unlink 2016-07-26 12:38:24 -05:00
elua elua: enable module lookups in apps location 2016-07-19 16:19:42 +01:00
embryo efl - fix lots of little init/shutdown pairs that are wrong 2016-07-04 21:30:34 +09:00
emile emile: fix build warning of Emile_Image. 2016-05-31 14:59:26 -07:00
emotion evas: Rename Evas.Object to Efl.Canvas.Object 2016-06-21 14:35:19 +09:00
eo evas canvas destruction - detect zombie objs and hack at them with axes 2016-07-29 00:02:03 +09:00
eolian eolian: cleanup type serialization logic 2016-07-01 14:34:24 +01:00
eolian_cxx eolian-cxx: Fix generation for ref generic_values and Eolian classes 2016-07-05 16:32:11 -03:00
ephysics evas: Move map to a separate mixin 2016-06-29 09:12:26 +09:00
escape
ethumb ethumb - don't complain to stderr about things that are handled by api 2016-05-31 19:01:50 +09:00
ethumb_client ethumb: tell the user if the connection to the deamon failed 2016-07-13 17:52:46 +02:00
evas Canvas text: fix range geometry calculation for RTL 2016-07-31 10:33:30 +03:00
evil Evil: fix EAPI when dirent.h and mman.h are included (Windows only) 2016-06-16 14:42:59 +02:00
.gitignore