summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eina_cpu: Detect NEON if availabledevs/derekf/affinityDerek Foreman2016-09-162-1/+22
* eina_thread: Don't ensure affinity core is lower than number of cpusDerek Foreman2016-09-161-4/+1
* render_thread: Attempt to set affinity to a random fast coreDerek Foreman2016-09-161-1/+6
* eina_cpu: Add an internal api for getting a random fast coreDerek Foreman2016-09-163-0/+143
* eina: Actually call eina_cpu_init() and eina_cpu_shutdown()Derek Foreman2016-09-161-0/+2
* Eina: fix colors messages in MSYS2Vincent Torri2016-09-161-231/+381
* efl_io and efl_net examples: fix O_CLOEXEC on windows.Gustavo Sverzut Barbieri2016-09-162-4/+8
* efl_io_file: unbreak windows build (missing O_CLOEXEC).Gustavo Sverzut Barbieri2016-09-161-0/+9
* eo - id lookup failure expansive error print for ebbter debugCarsten Haitzler (Rasterman)2016-09-161-2/+34
* ecore_con: forgotten update of Eina_Promise to Efl_Future convertion due to g...Cedric Bail2016-09-152-6/+6
* ecore_con: migrate use of Eina_Promise to Efl_Future.Cedric Bail2016-09-154-32/+34
* eio: use proper const for progress.Cedric Bail2016-09-151-1/+1
* ecore: migrate job and timeout tests to use efl_future.Cedric Bail2016-09-152-12/+16
* ecore: make sure that progress type have the proper const.Cedric Bail2016-09-151-1/+1
* ecore: migrate job and timeout to use future.Cedric Bail2016-09-152-26/+31
* ecore: shut up const warning.Cedric Bail2016-09-151-1/+1
* ecore: do not trigger future,none once value/cancel has been set.Cedric Bail2016-09-151-1/+2
* elm fileselector: fix legacy methods for Entry and ButtonVitor Sousa2016-09-145-11/+150
* elm fileselector: fix test to wait for the right eventVitor Sousa2016-09-141-5/+6
* elementary: properly handle refcounting of file in efl_ui_image asynchronous ...Cedric Bail2016-09-141-1/+1
* eina: allow graceful failure when calling eina_thread_cancel with NULL.Cedric Bail2016-09-141-0/+1
* bindings: cxx: add more new files to buildsystem to make sure they land in distStefan Schmidt2016-09-141-0/+3
* eina/ecore: allow threads to be canceled, use in ecore_con.Gustavo Sverzut Barbieri2016-09-146-41/+373
* eo-cxx: Replace for ENOMEM to avoid warningsFelipe Magno de Almeida2016-09-143-4/+4
* eo-cxx: Fix race promisesFelipe Magno de Almeida2016-09-144-284/+399
* eo-cxx: Add promise typeFelipe Magno de Almeida2016-09-143-263/+448
* eo-cxx: Add race promises through eina::variantFelipe Magno de Almeida2016-09-142-5/+68
* eo-cxx: race for promisesFelipe Magno de Almeida2016-09-143-19/+730
* eina-cxx: Moved variant to eina C++Felipe Magno de Almeida2016-09-146-23/+42
* evas: link output with evas canvas at finalize time.Cedric BAIL2016-09-132-15/+39
* evas: remove useless symbol.Cedric BAIL2016-09-131-6/+0
* evas: efl_canvas_output should be able to provide pixels if requested.Cedric BAIL2016-09-131-2/+4
* efl_net_dialer_* use timeout promise instead of timer object.Gustavo Sverzut Barbieri2016-09-132-42/+34
* evas: Add missing return values for _efl_canvas_output_lock/unlockChris Michael2016-09-131-0/+2
* evas: Mark unused parameters as being EINA_UNUSEDChris Michael2016-09-131-2/+2
* tests: eio: use eina file infrastructure for temporary file creationStefan Schmidt2016-09-131-6/+8
* eio_eet: Added test suite for eio eet module.Vivek Ellur2016-09-134-1/+219
* edje: Fix memory overflow on svg loader.Jaehyun Cho2016-09-131-0/+1
* Remove leftover evas_out usage from legacyDaniel Hirt2016-09-131-2/+0
* evas: Fix possible crash in evas_model_save_eet.cOleksandr Shcherbina2016-09-131-0/+8
* elm_calendar: Fix header text bug.Woochan Lee2016-09-131-12/+11
* Sync mailmapSimon Lees (SUSE)2016-09-131-0/+2
* evas: start working on efl_canvas_output.Cedric BAIL2016-09-125-28/+35
* eio: properly track destruction of all Eet eio request.Cedric BAIL2016-09-121-2/+2
* efl_net_dialer_tcp: add connect timeout.Gustavo Sverzut Barbieri2016-09-122-1/+79
* efl_net_dialer_websocket: close and emit EOS on error.Gustavo Sverzut Barbieri2016-09-121-0/+17
* efl_net_dialer_tcp: emit EOS on errors.Gustavo Sverzut Barbieri2016-09-121-0/+3
* efl_net_dialer_http: emit eos only at the end.Gustavo Sverzut Barbieri2016-09-121-1/+1
* efl_net_socket_fd: fail early on double close.Gustavo Sverzut Barbieri2016-09-121-0/+2
* efl_io_closer: add close_on_exec and close_on_destructor properties.Gustavo Sverzut Barbieri2016-09-1221-94/+396