summaryrefslogtreecommitdiff
path: root/src/lib/ecore
Commit message (Expand)AuthorAgeFilesLines
* ecore - loop time - do not allow setting into the future - not intendedCarsten Haitzler (Rasterman)2021-12-041-0/+10
* ecore_thread: Add ecore_thread_name_set API.Alastair Poole2021-12-042-0/+27
* ecore anim - just for paranoia also cancel the threadCarsten Haitzler (Rasterman)2021-10-031-0/+1
* ecore - fix name/ref for source of fix analysis etc.Carsten Haitzler (Rasterman)2021-06-051-1/+1
* ecore - mainloop - select - increase max set size and check fd if overCarsten Haitzler (Rasterman)2021-06-041-0/+34
* Revert "fix warnings about redefinting EWAPI etc. due to windows EAPI changes"Carsten Haitzler (Rasterman)2021-05-2634-444/+540
* ecore: Rename EAPI macro to ECORE_API in Ecore libraryFelipe Magno de Almeida2021-05-2334-540/+444
* ecore - animator - remove some DBG lines to keep leanerCarsten Haitzler (Rasterman)2021-05-131-6/+0
* ecore - animator - found some truly messed up behavior inside vbox...Carsten Haitzler (Rasterman)2021-05-131-23/+27
* ecore - fix other ifdef path for debug malinfoCarsten Haitzler (Rasterman)2021-05-121-2/+2
* ecore - fix 32bit pointer size warnings in debug logsCarsten Haitzler (Rasterman)2021-05-121-8/+8
* efl_loop: Fix unchecked return valueChristopher Michael2021-02-251-1/+5
* ecore: Update to not use deprecated mallinfoChristopher Michael2021-02-251-16/+47
* Revert "ecore: Update to not use deprecated mallinfo"Christopher Michael2021-02-171-8/+8
* ecore: Update to not use deprecated mallinfoChristopher Michael2021-02-161-8/+8
* ecore - call freeq reduce again on idle enter...Carsten Haitzler (Rasterman)2021-01-031-1/+1
* evil: Define environ macro when using VS based on UCRT definitionJoão Antônio Cardoso2020-12-091-1/+1
* ecore - efl thread - dont close invalid < 0 fd'sCarsten Haitzler (Rasterman)2020-09-201-2/+2
* ecore - efl exe - check returns of open and dup2 for stdin etc. fdsCarsten Haitzler (Rasterman)2020-09-201-5/+8
* Ecore: more precise implementation of ecore_time_get on WindowsVincent Torri2020-08-311-10/+22
* ecore exe - fig signal block to unblock again - some sys dont on execCarsten Haitzler (Rasterman)2020-08-282-71/+90
* efl/ecore exe - more paranoia - block sig handlers between fork + execCarsten Haitzler (Rasterman)2020-08-212-7/+85
* ecore - don't do anything with heap between fork and execCarsten Haitzler (Rasterman)2020-08-202-26/+84
* efl: make all _class_get() functions constMarcel Hollerbach2020-07-201-1/+1
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-233-3/+3
* meson: add Solaris supportVincent Torri2020-06-181-0/+4
* Use extern after EAPIVincent Torri2020-06-101-1/+1
* eo-files: convert all Eina.Strbuf & Eina.BinbufMarcel Hollerbach2020-06-091-2/+2
* doxygen docs: Fix API reference group to Ecore_EoMyoungwoon Roy, Kim2020-06-091-1/+3
* ecore: Fix Asan stack overflow warningSubhransu Mohanty2020-06-031-1/+2
* refactor buildMarcel Hollerbach2020-05-271-8/+9
* ecore_main_timechanges: fix includeMarcel Hollerbach2020-05-261-1/+1
* ecore - another systemd header - go away. don't need it now.Carsten Haitzler (Rasterman)2020-05-231-4/+0
* ecore thread - feedback threads should not be background threads...Carsten Haitzler (Rasterman)2020-05-231-1/+2
* ecore - expose "hidden" internal api for debugging to get wakeup timeCarsten Haitzler (Rasterman)2020-05-232-0/+10
* ecore_anim: rework bezier curve functionWonki Kim2020-05-191-51/+86
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-181-3/+1
* ecore - systemd - missed an ifdef for sytemd disableCarsten Haitzler (Rasterman)2020-05-181-0/+2
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-181-1/+3
* systemd - make libsystemd use/supprot entirely runtime "dlopened"Carsten Haitzler (Rasterman)2020-05-184-16/+53
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-2/+2
* doxygen docs: Fix all invalid @param namesXavi Artigas2020-04-201-1/+1
* remove unused imports in eo/eot filesDaniel Kolesa2020-04-193-2/+4
* ecore - proc env - fix values return NULL case - coverityCarsten Haitzler (Rasterman)2020-04-171-6/+4
* doxygen docs: Proper usage of @ingroup and @addtogroupXavi Artigas2020-04-143-16/+12
* doxygen docs: Fix warnings in Ecore_Common.hXavi Artigas2020-03-263-7/+11
* doxygen docs: Fix warnings in Ecore_Evas.hXavi Artigas2020-03-241-5/+6
* efl/exe: don't err on del if exe has been killedMike Blumenkrantz2020-03-121-5/+7
* efl/exe: add term_with_parent flagMike Blumenkrantz2020-03-122-2/+14
* efl/exe: add 'pid' propertyMike Blumenkrantz2020-03-122-0/+19