summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo: use AVX2 to resolve all the bitwise in one godevs/jayji/perfsJean Guyomarc'h2018-01-133-14/+49
* wip/eo: rewrite access tablesJean Guyomarc'h2018-01-135-265/+662
* wip: got some more framesJean Guyomarc'h2018-01-115-63/+176
* Revert "experimental: remove the EO ptr indirection"Jean Guyomarc'h2018-01-097-163/+12
* eo: avoid useless computationsJean Guyomarc'h2018-01-091-57/+22
* eo: more coldJean Guyomarc'h2018-01-091-4/+4
* exp: explode the cacheJean Guyomarc'h2018-01-091-3/+3
* experimental: use unsigned as a lock free to get rid of TLSJean Guyomarc'h2018-01-081-6/+7
* experimental: add hot/cold labelsJean Guyomarc'h2018-01-082-13/+17
* eina: unregister log level when done withJean Guyomarc'h2018-01-081-0/+1
* ecore_evas: remove debugJean Guyomarc'h2018-01-061-1/+1
* eina: remove usless newlineJean Guyomarc'h2018-01-061-1/+1
* experimental: remove the EO ptr indirectionJean Guyomarc'h2018-01-067-12/+163
* ecore_con: we should just stop using ecore_main_loop_get.Cedric BAIL2018-01-031-1/+1
* eio: switch code to simpler pattern with efl_loop_promise_new.Cedric BAIL2018-01-031-14/+7
* ecore: introduce efl_loop_promise_new to simplify creation of Eina_Promise.Cedric BAIL2018-01-032-0/+20
* ecore: add some documentation for efl_loop_future_scheduler_get.Cedric BAIL2018-01-031-0/+6
* ecore: efl_loop_future_scheduler_get actually should be considered a const me...Cedric BAIL2018-01-033-3/+3
* Revert "efl_loop: move scheduler_get to eo API"Cedric BAIL2018-01-034-15/+3
* ci: add forgotten Ubuntu 17.10 DockerfileStefan Schmidt2018-01-031-0/+11
* Put in a new (experimental) doc generator built only by templatesDave Andreoli2018-01-037-0/+628
* docs: Fix eo_add -> efl_addAndy Williams2018-01-031-1/+1
* ci: add Archlinux Dockerfile and use it in TravisStefan Schmidt2018-01-032-0/+19
* ci: update travis distro builds for Ubuntu and Fedora to newer versionsStefan Schmidt2018-01-031-2/+2
* Pyolian: quite complete documentation for usage and template syntaxDave Andreoli2018-01-031-0/+386
* efl_loop: move scheduler_get to eo APIAndy Williams2018-01-034-3/+15
* Merge branch 'devs/xartigas/typos'Andy Williams2018-01-032-2/+2
|\
| * Typo in error messageXavi Artigas2018-01-021-1/+1
| * Typo in exampleXavi Artigas2018-01-021-1/+1
* | docs: Fix exmplanation for edje_file_iteratorAndy Williams2018-01-031-2/+2
* | eina debug - use pthread _sigmask instead of sigprocmask like elsewhereCarsten Haitzler (Rasterman)2018-01-031-2/+2
* | Pyolian: fix segfault on shutdownDave Andreoli2018-01-023-16/+25
* | Pyolian: implement an utility class: NamspaceDave Andreoli2018-01-024-28/+179
* | ecore_con: switch from 1234 to AF_UNSPECMarcel Hollerbach2018-01-021-1/+1
* | ci: travis: add new docker file for Fedora 27 releaseStefan Schmidt2018-01-021-0/+11
* | benchmarks: eine: include header for using time()Stefan Schmidt2018-01-021-0/+1
|/
* Pyolian: implemented doc tokenizerDave Andreoli2018-01-023-4/+68
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-0272-233/+233
* Efl.Gfx.Color: add color_class_code.set/get{} methodAmitesh Singh2018-01-022-1/+45
* efl loop - make param as unused to remove warningCarsten Haitzler (Rasterman)2018-01-021-1/+1
* Pyolian: better equality test, new hierarchy prop and some testsDave Andreoli2018-01-013-7/+50
* Pyolian: a fix and some new utilsDave Andreoli2018-01-013-13/+58
* Pyolian generator: also make the classes visible in the template ctxDave Andreoli2018-01-011-11/+20
* pyolian: make the library and the generator importable from another folderDave Andreoli2018-01-014-6/+32
* Fix and simpligy windows behaviour.Andy Williams2017-12-311-0/+308
* Fix and simpligy windows behaviour.Andy Williams2017-12-3111-194/+11
* elm_code: Fix usage of basenameAndy Williams2017-12-312-2/+2
* elm: fix memleak in comboboxJean Guyomarc'h2017-12-301-0/+1
* elm: fix typo in elm_list documentationJean Guyomarc'h2017-12-301-1/+1
* Pyolian template-based generator.Dave Andreoli2017-12-285-2/+1556