Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-03 | ecore: is now IN-EFL. | Cedric BAIL | |
SVN revision: 80004 | |||
2012-12-02 | merge: add escape ecore, fix several bugs | Vincent Torri | |
SVN revision: 79995 | |||
2012-11-25 | one mroe eo_data_Get protection. | Carsten Haitzler | |
SVN revision: 79650 | |||
2012-11-25 | Ecore: __UNUSED__ --> EINA_UNUSED | Vincent Torri | |
SVN revision: 79649 | |||
2012-11-23 | Ecore: fix Solaris build | Vincent Torri | |
SVN revision: 79614 | |||
2012-11-23 | ecore, eio : revert alloca commits (and other solaris math commits, i know) | Vincent Torri | |
SVN revision: 79610 | |||
2012-11-23 | ecore: ieeefp on solaris | Sebastian Dransfeld | |
SVN revision: 79579 | |||
2012-11-23 | ecore: alloca | Sebastian Dransfeld | |
SVN revision: 79577 | |||
2012-11-19 | Ecore: use ERR macro instead of fputs | Vincent Torri | |
SVN revision: 79439 | |||
2012-11-19 | Ecore: include orders, minor formatting | Vincent Torri | |
SVN revision: 79438 | |||
2012-11-16 | Ecore: some simplifications of the autotools | Vincent Torri | |
* remove --enable-auto-import link flag (useless, now) * remove WIN32_C*FLAGS (idem) * remove cegcc cases (not supported anymore) * use directly win32 macro in Makefile.am SVN revision: 79399 | |||
2012-11-15 | ecore: Fix missing initializer warning | Mike McCormack | |
ecore_glib.c:187:4: warning: missing initializer [-Wmissing-field-initializers] ecore_glib.c:187:4: warning: (near initialization for 'lock.unused') [-Wmissing- Signed-off-by: Mike McCormack <mikem@atratus.org> SVN revision: 79336 | |||
2012-11-06 | ecore: Add thread safety support to ecore pipe | Mike McCormack | |
Fixes hang in edje_codegen with thread safe ecore enabled. ecore_shutdown takes lock, then calls _ecore_pipe_read, which makes callbacks without unlocking ecore. Signed-off-by: Mike McCormack <mikem@atratus.org> SVN revision: 78937 | |||
2012-10-29 | Fix typos: s/pooler/poller/g | Igor Murzov | |
Patch by: Igor Murzov <e-mail@date.by> SVN revision: 78620 | |||
2012-10-28 | Fix on the class name of ecore idle exiter. | Daniel Zaoui | |
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com> SVN revision: 78577 | |||
2012-10-28 | Added descriptions for new Eo defines | Daniel Zaoui | |
Added authors Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com> SVN revision: 78576 | |||
2012-10-21 | Remove EAPI that were not supposed to be. | Daniel Zaoui | |
vtorri is hot today!!! Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com> SVN revision: 78303 | |||
2012-10-21 | Fix: compilation problem due to _ecore_parent declaration and | Daniel Zaoui | |
HAVE_MALLINFO conflict. Thanks to vtorri for having found that. Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com> SVN revision: 78301 | |||
2012-10-20 | ecore: Fix unbalanced lock | Mike McCormack | |
Signed-off-by: Mike McCormack <mikem@atratus.org> SVN revision: 78274 | |||
2012-10-19 | ecore: oops fix a typo. | Cedric BAIL | |
SVN revision: 78243 | |||
2012-10-19 | ecore: update to new API. | Cedric BAIL | |
SVN revision: 78230 | |||
2012-10-19 | ecore: use Eina_Thread in Ecore_Thread. | Cedric BAIL | |
SVN revision: 78227 | |||
2012-10-15 | ecore: Fix warning | Mike McCormack | |
ecore_poll.c: In function ‘_poller_constructor’: ecore_poll.c:273:10: warning: ‘return’ with a value, in function returning void Signed-off-by: Mike McCormack <mikem@atratus.org> SVN revision: 77997 | |||
2012-10-11 | ecore: fix typos reported in #1611 | Cedric BAIL | |
SVN revision: 77840 | |||
2012-10-10 | Porting to Eo: Job, Animator, Idler, Idle_Enterer, Idle_Exiter, Timer, ↵ | Yakov Goldberg | |
Ecore_Poll Signed-off-by: Yakov Goldberg <yakov.g@samsung.com> SVN revision: 77722 | |||
2012-10-03 | ecore: Fix memory allocation size in ecore_thread_feedback() | Cedric BAIL | |
Patch by Daniel Willmann <d.willmann@samsung.com> SVN revision: 77340 | |||
2012-09-18 | on second thought - limit to 0 if < 0 - rest of ecore-timer does this. | Carsten Haitzler | |
SVN revision: 76809 | |||
2012-09-18 | From: Patryk Kaczmarek <patryk.k@samsung.com> | Patryk Kaczmarek | |
Subject: [E-devel] [Patch] [Ecore] Protection for giving below zero values for ecore_poll and ecore_timer Please also check attached patch for ecore_timer_interval_set and ecore_poller_poll_interval_set. It checks if given time is not zero or below zero. SVN revision: 76805 | |||
2012-09-03 | add 2 new illume sgs's and bump ecore version to 1.8 in svn as thats | Carsten Haitzler | |
now the api ver anyway. SVN revision: 75990 | |||
2012-08-27 | ecore : Let's compile ecore with android ndk | Nicolas Aguirre | |
SVN revision: 75743 | |||
2012-08-27 | update @version's | Carsten Haitzler | |
SVN revision: 75739 | |||
2012-08-27 | ecore: remove printf | Vincent Torri | |
SVN revision: 75721 | |||
2012-08-27 | Ecore: fix seg fault in ecore_thread on Windows | Vincent Torri | |
PHS() was returning a wrong value. Thanks to Cedric for the help SVN revision: 75720 | |||
2012-08-17 | Ecore: fix error message | Vincent Torri | |
SVN revision: 75364 | |||
2012-08-13 | patch from vtorri fixing rare segv condition in main loop | Mike Blumenkrantz | |
SVN revision: 75206 | |||
2012-08-13 | extend ecore fork infra to handle pipe re-create afetr fork for | Carsten Haitzler | |
ecore-evas. SVN revision: 75194 | |||
2012-08-13 | formatting. | Carsten Haitzler | |
SVN revision: 75184 | |||
2012-08-13 | warning-- | Carsten Haitzler | |
SVN revision: 75183 | |||
2012-08-13 | docs + @since for ecore_fork() | Carsten Haitzler | |
SVN revision: 75182 | |||
2012-08-10 | fix passthrough getenv for eina mempool in ecore too. | Carsten Haitzler | |
SVN revision: 75099 | |||
2012-08-10 | more updates for 1.7.0 alpha. | Carsten Haitzler | |
SVN revision: 75095 | |||
2012-08-09 | ecore: add ecore_fork_reset() | Cedric BAIL | |
SVN revision: 75045 | |||
2012-08-09 | ecore: correctly shutdown Ecore_Thread. | Cedric BAIL | |
SVN revision: 75039 | |||
2012-08-07 | ecore: fix shutdown to use a different mutex for the list of running thread. | Cedric BAIL | |
SVN revision: 74953 | |||
2012-08-06 | add more docs for new ecore fdh function | Mike Blumenkrantz | |
SVN revision: 74898 | |||
2012-08-02 | Fix building with epoll disabled. Also set the right values for the ↵ | Iván Briano | |
constants, for pedantic reasons. SVN revision: 74770 | |||
2012-08-01 | add ecore_main_fd_handler_file_add() for use with regular files. | Mike Blumenkrantz | |
epoll does not handle reading from files since it is only a mechanism for determining whether a fd is ready for read/write/error, and regular files are always ready. as a result, we must select on them explicitly without adding to the epoll fd I realize that this is a feature freeze, but it's rather non-invasive and this is an absolute must-have to fix mounting for e17 so...sorry! SVN revision: 74741 | |||
2012-07-30 | ecore: fix typo in ecore_main_fd_handler_add | Jihoon Kim | |
SVN revision: 74576 | |||
2012-07-28 | ecore: add Ecore_IMF doxygen link in Ecore Documentation | Jihoon Kim | |
SVN revision: 74526 | |||
2012-07-28 | ecore: fix typo in ecore_timer_delay | Jihoon Kim | |
SVN revision: 74525 |