summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ++debug++devs/discomfitor/ci-make-checkMike Blumenkrantz2018-06-295-43/+26
* tweak ops start timeMike Blumenkrantz2018-06-282-4/+4
* also check uid for ecore-file testsMike Blumenkrantz2018-06-281-6/+21
* WIP make check on travis oolllee!!Marcel Hollerbach2018-06-282-4/+9
* ecore_anim: Simplify timeline terminal conditionDerek Foreman2018-06-281-1/+1
* evas_render: Make some code easier to readDerek Foreman2018-06-281-9/+9
* evas/main: shuffle shutdown order of filters and modulesMike Blumenkrantz2018-06-281-3/+3
* eio/fallback: avoid emitting monitor events if the backend is pending deletionMike Blumenkrantz2018-06-281-10/+22
* tests: check eio monitors for fallback monitoringMike Blumenkrantz2018-06-282-14/+38
* eio: add method for determining if a monitor is using the fallback mechanismMike Blumenkrantz2018-06-284-6/+51
* tests: cancel the timeout timer when cleaning up eio testsMike Blumenkrantz2018-06-282-0/+2
* tests: increase eio monitor+sentry test initial delay to 0.05sMike Blumenkrantz2018-06-282-2/+2
* eio/fallback: do not modify the children hash while iterating itMike Blumenkrantz2018-06-281-1/+6
* eio/fallback: mark all fallback monitors as fallbacks, not just for win32Mike Blumenkrantz2018-06-282-1/+1
* eio/fallback: fix MODIFY event emission on base path when monitoringMike Blumenkrantz2018-06-281-1/+6
* eio/fallback: remove intermediate idlerMike Blumenkrantz2018-06-281-14/+3
* eio/fallback: fix fallback shutdown when threads existMike Blumenkrantz2018-06-281-5/+14
* eio/fallback: always create timer hash on fallback initMike Blumenkrantz2018-06-281-3/+3
* ecore/thread: flush main loop threads during ecore_thread_wait()Mike Blumenkrantz2018-06-281-1/+2
* ecore/thread: flush main loop threads while waiting during shutdownMike Blumenkrantz2018-06-281-1/+5
* ecore/thread: increase loop iterations when waiting during shutdownMike Blumenkrantz2018-06-281-1/+1
* evas: move clearing cows to right place.Hosang Kim2018-06-276-10/+36
* eina/mempool: remove debug thread check to verify mempool deletion threadMike Blumenkrantz2018-06-271-4/+0
* tests: ignore ibus module in ecore-imf tests when DISPLAY is not setMike Blumenkrantz2018-06-271-2/+4
* tests: avoid cascading failure in ecore-imf tests when not forkingMike Blumenkrantz2018-06-271-3/+11
* eina debug - fix setuid process shutdown by initting fully except connCarsten Haitzler (Rasterman)2018-06-271-3/+3
* ecore-evas-x: set draw_block until the window receives a configure event (#2)Mike Blumenkrantz2018-06-271-6/+51
* Revert "elm win - fix resizing on show. rage was broken last week. this fixes...Carsten Haitzler (Rasterman)2018-06-271-8/+3
* ecore_drm2: Fix failure to properly set up new planeDerek Foreman2018-06-261-1/+3
* Revert "eina: provide full string length to vsnprintf to allow for null chara...Xavi Artigas2018-06-261-1/+1
* elm: register legacy_type correctlyMarcel Hollerbach2018-06-266-18/+19
* eina/threadqueue: use mempool_del for hash free functionMike Blumenkrantz2018-06-251-1/+1
* ecore/thread: greatly reduce usleep time during shutdown loopMike Blumenkrantz2018-06-251-1/+1
* ecore/thread: track "no_queue" threadsMike Blumenkrantz2018-06-251-2/+11
* Revert "ecore/thread: track "no_queue" threads"Mike Blumenkrantz2018-06-251-11/+3
* tests: split a large failure case for eina_file tests to provide more infoMike Blumenkrantz2018-06-251-1/+3
* eina/lock: add errno wrapping for backtrace() calls in thread debug blocksMike Blumenkrantz2018-06-251-0/+6
* elm/win: move trigger for "shot" to first pre-render callbackMike Blumenkrantz2018-06-251-1/+1
* edje: return available text data in part_text_get without recalc when possibleMike Blumenkrantz2018-06-251-4/+8
* edje: remove recalc during part_recursive_getMike Blumenkrantz2018-06-251-2/+0
* eina/debug_cpu: rework thread usageMike Blumenkrantz2018-06-251-66/+44
* eina/debug: replace some explicit pthread_t usage with Eina_ThreadMike Blumenkrantz2018-06-252-6/+6
* evas/thread_render: improve thread safetyMike Blumenkrantz2018-06-251-4/+25
* eina/lock: rework meaning of EINA_DEBUG_THREADS variableMike Blumenkrantz2018-06-251-2/+1
* eina/lock: when debug threads are enabled, always call trylock in lock functionMike Blumenkrantz2018-06-251-0/+8
* eina/lock: reorder inline posix lock functionsMike Blumenkrantz2018-06-251-55/+55
* ecore_evas: prevent duplicated ecore_evas registrationYeongJong Lee2018-06-251-0/+2
* ecore_con: make dns resolver thread stop blocking when canceledMike Blumenkrantz2018-06-254-10/+12
* ecore/thread: track "no_queue" threadsMike Blumenkrantz2018-06-251-3/+11
* eina_thread_queue: use normal mempools for block allocationMike Blumenkrantz2018-06-251-69/+37