efl/src/lib
Carsten Haitzler 2c1c6b9335 ecore-con: make curl support entirely runtime loaded via eina_module
this makes curl support a pure runtime-only thing. libcurl is loaded by
eina_module (dlopen/dlsym) when curl is actually first needed (when a
url connection/object is created). this means that ecore-con has no
link or compile dependencies on curl, only runtime, AND this saves
memory (due to curl inits using apparently a chunk of private pages).
so this saves memory and moves the dependency to runtime (though still
consider libcurl a dependency of efl - but like a binary executed,
it's at runtime).
2013-10-10 22:31:18 +09:00
..
ecore Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
ecore_audio Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
ecore_cocoa More removal of \r 2013-02-17 14:53:25 -03:00
ecore_con ecore-con: make curl support entirely runtime loaded via eina_module 2013-10-10 22:31:18 +09:00
ecore_evas ecore_evas: Remove unused code. 2013-09-12 15:40:41 +01:00
ecore_fb ecore/ecore_fb - missed move call? 2013-01-09 08:22:05 +00:00
ecore_file Check for valid fd returned from ecore_main_fd_handler_fd_get before 2013-08-05 11:40:02 +01:00
ecore_imf An Imf module can fail to create a context so we should check the 2013-08-15 07:32:18 +01:00
ecore_imf_evas move ecore_imf_evas out of ecore_imf. 2013-01-15 19:11:01 +00:00
ecore_input ecore-input - compose seq handler now uses compact str - saves about 100k 2013-09-04 11:42:08 +09:00
ecore_input_evas [ecore_input_evas] check the state of last mouse event more properly. 2013-09-02 11:52:50 +09:00
ecore_ipc ecore_ipc: use the new eina_swap*(). 2013-10-02 20:54:50 +09:00
ecore_psl1ght efl: Created Ecore group and added existing Ecore groups to it. 2012-12-18 18:38:44 +00:00
ecore_sdl efl: formatting 2013-06-20 13:28:18 +02:00
ecore_wayland also unbreak ecore-wl header with previous reverts... 2013-10-05 16:38:55 +01:00
ecore_win32 ecore: fix some aliasing warning. 2013-03-22 20:25:37 +09:00
ecore_wince efl: Created Ecore group and added existing Ecore groups to it. 2012-12-18 18:38:44 +00:00
ecore_x Fix doxy typo/grammar 2013-09-26 12:16:10 +01:00
edje Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
eet eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED(). 2013-09-24 15:10:44 +09:00
eeze eeze: Remove unused var and related dead code. 2013-08-07 15:18:19 +01:00
efl eo: eo is absolutely necessary by now, can't be disabled any more. 2013-06-28 10:18:39 +09:00
efreet efreet: Fix buffer overrun, leave space for '\0' 2013-08-07 13:02:54 +02:00
eina eina: handle more compiler strangeness for bswap. 2013-10-04 12:49:02 +09:00
eio eio: Check return code of fcntl() 2013-08-07 15:18:19 +01:00
eldbus eldbus: Use FDO error message to timeout 2013-09-19 15:47:22 -03:00
embryo fix clang nonnull report 2013-07-16 16:57:14 +09:00
emotion emotion: add two events to trigger when a webcam is plugged or unplugged 2013-10-09 12:29:04 +02:00
eo Eo: Don't compare desc to NULL as it can never be NULL at that stage. 2013-09-30 14:32:47 +01:00
ephysics ephysics: Avoid use after free. 2013-09-12 15:53:10 +01:00
escape efl: remove check for errno.h 2013-01-10 20:25:44 +00:00
ethumb We cannot use dname in the error message if we have already freed it 2013-07-08 08:01:58 +01:00
ethumb_client fix ethumb client segv's i've been hunting... 2013-08-27 17:20:25 +09:00
evas evas/image: Add video surface caps. 2013-10-04 18:28:51 -03:00
evil evil: fix compilation for Windows >= Vista and gcc 4.8.1. 2013-09-11 15:13:41 +09:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00