Re: [E-devel] cmake attempt

2017-01-20 Thread The Rasterman
On Fri, 20 Jan 2017 23:20:17 + Gustavo Sverzut Barbieri said: on the below. 1. i like the idea of 1 dir == 1 target (1 binary, 1 .so, etc.). it simplifies things. soi agree that a general move to this style of tree simplifies buid too. i like. 2. i actually fixed up the autotools to build th

Re: [E-devel] server dead again

2017-01-20 Thread The Rasterman
On Fri, 20 Jan 2017 14:44:57 + Mike Blumenkrantz said: > seems fixed now it is indeed back down. this started yesterday... mysqld is actually up and running... i don't know what's up. i tried to just shut6 down mysql, phd, apache and restart. dmesg had a bunch of out of memory errors in them

[EGIT] [core/efl] master 01/01: po files - update line's + comments

2017-01-20 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9a7d6e610791892fbabdfdc9b8fcdf74a1e7ed5e commit 9a7d6e610791892fbabdfdc9b8fcdf74a1e7ed5e Author: Carsten Haitzler (Rasterman) Date: Fri Jan 20 08:43:53 2017 +0900 po files - update line's + comme

[EGIT] [core/efl] master 01/01: elm_code: Improve string syntax parsing

2017-01-20 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d5480c31031c147ebf7c3c14981666aa6f1857fd commit d5480c31031c147ebf7c3c14981666aa6f1857fd Author: Andy Williams Date: Sat Jan 21 00:17:20 2017 + elm_code: Improve string syntax parsing --

Re: [E-devel] cmake attempt

2017-01-20 Thread Gustavo Sverzut Barbieri
Updated with one target per directory simplifications, euna_btlog and eina_modinfo are examples of that, and as they are single file sources they need no CMakeLists.txt, these are guessed in such cases. Instead of filling specific .pc.in templates, it now generate files based on library variables.

[EGIT] [core/efl] master 01/01: elm_code: Add initial simple syntax highlighting for C code

2017-01-20 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5851a9d4a82b1fb5638d46f510fe9e8b6c7bdbb4 commit 5851a9d4a82b1fb5638d46f510fe9e8b6c7bdbb4 Author: Andy Williams Date: Fri Jan 20 22:09:16 2017 + elm_code: Add initial simple syntax highli

Re: [E-devel] build system

2017-01-20 Thread Gustavo Sverzut Barbieri
On Fri, Jan 20, 2017 at 2:03 PM, Markus Svilans wrote: > >>> I am also running EFL on a small embedded ARM processor. The system is >>> fairly bare bones, so we don't have things like dbus installed. With EFL >>> however, the app startup can be quite slow due to eldbus & friends >>> trying to star

[EGIT] [core/enlightenment] master 02/02: do not double-free lists during luncher bar empty

2017-01-20 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=39476fad326e60b277fb6f2f2cd604e800a3e7a5 commit 39476fad326e60b277fb6f2f2cd604e800a3e7a5 Author: Mike Blumenkrantz Date: Fri Jan 20 11:52:52 2017 -0500 do not double-free lists dur

[EGIT] [core/enlightenment] master 01/02: reset demo gadget id before deleting gadget object during drop operation

2017-01-20 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=75224784bd5fde6420e6a4e67f61ab12a2eaf573 commit 75224784bd5fde6420e6a4e67f61ab12a2eaf573 Author: Mike Blumenkrantz Date: Fri Jan 20 11:52:52 2017 -0500 reset demo gadget id before

[EGIT] [core/efl] master 04/04: docs: WIP overridden method/property documentation support in docgen

2017-01-20 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3090e9c3ae3b12e36cf62dff224d6f6146bcc9d4 commit 3090e9c3ae3b12e36cf62dff224d6f6146bcc9d4 Author: Daniel Kolesa Date: Fri Jan 20 17:20:28 2017 +0100 docs: WIP overridden method/property documentation

[EGIT] [core/efl] master 02/04: docs: remove some duplicate doctree methods

2017-01-20 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8207fd9cc588fb02d7636b60fd1853dd434e088e commit 8207fd9cc588fb02d7636b60fd1853dd434e088e Author: Daniel Kolesa Date: Fri Jan 20 15:15:50 2017 +0100 docs: remove some duplicate doctree methods --- s

[EGIT] [core/efl] master 03/04: docs: use new implement based doc API

2017-01-20 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c2b6fbccbc5f2ab2defe72c9e11d6ac1daac083e commit c2b6fbccbc5f2ab2defe72c9e11d6ac1daac083e Author: Daniel Kolesa Date: Fri Jan 20 15:32:00 2017 +0100 docs: use new implement based doc API --- src/scr

[EGIT] [core/efl] master 01/04: docs: add implement to doctree

2017-01-20 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ab7b6815e0f069ca2c44213618dae139684fc1e5 commit ab7b6815e0f069ca2c44213618dae139684fc1e5 Author: Daniel Kolesa Date: Fri Jan 20 15:09:11 2017 +0100 docs: add implement to doctree --- src/scripts/el

Re: [E-devel] build system

2017-01-20 Thread Markus Svilans
>> I am also running EFL on a small embedded ARM processor. The system is >> fairly bare bones, so we don't have things like dbus installed. With EFL >> however, the app startup can be quite slow due to eldbus & friends >> trying to start up. > yes, I feel your pain :-) > > I'll ask one of my folk

Re: [E-devel] server dead again

2017-01-20 Thread Mike Blumenkrantz
seems fixed now On Fri, Jan 20, 2017 at 9:42 AM Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > . > -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http:/

[E-devel] server dead again

2017-01-20 Thread Mike Blumenkrantz
. -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___ enlightenment-devel mailing list enlightenment

[EGIT] [core/efl] master 01/01: eolian: merge database_fill into parser

2017-01-20 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=47cebbc1f1ec41eab6d996f4d33e2535c505fce1 commit 47cebbc1f1ec41eab6d996f4d33e2535c505fce1 Author: Daniel Kolesa Date: Fri Jan 20 13:39:45 2017 +0100 eolian: merge database_fill into parser --- src/M

[EGIT] [core/efl] master 01/01: eolian: prevent memory leaks in db fill

2017-01-20 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=35a3f72d255b8b549741c455efc2796d8d6b11a5 commit 35a3f72d255b8b549741c455efc2796d8d6b11a5 Author: Daniel Kolesa Date: Fri Jan 20 12:52:04 2017 +0100 eolian: prevent memory leaks in db fill --- src/l

[EGIT] [core/efl] master 01/01: eolian: simplify database_fill by reducing the number of passes

2017-01-20 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b178918c26b5b0168f8256bfc1141fce2690b3cb commit b178918c26b5b0168f8256bfc1141fce2690b3cb Author: Daniel Kolesa Date: Fri Jan 20 12:34:43 2017 +0100 eolian: simplify database_fill by reducing the num

[EGIT] [apps/extra] master 03/04: extra: refactor those calls into the util

2017-01-20 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=6b5bb2352491f6101498444a7414350ae95e49fe commit 6b5bb2352491f6101498444a7414350ae95e49fe Author: Marcel Hollerbach Date: Fri Jan 20 00:52:55 2017 +0100 extra: refactor those calls into the uti

[EGIT] [apps/extra] master 04/04: extra: add a background selector

2017-01-20 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=bdb41a0b87b52650b85176c338cafff188acfbf0 commit bdb41a0b87b52650b85176c338cafff188acfbf0 Author: Marcel Hollerbach Date: Fri Jan 20 10:37:19 2017 +0100 extra: add a background selector

[EGIT] [apps/extra] master 02/04: extra: add api for backgrounds

2017-01-20 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=d770e2a2b1270f3626c3887a2a4a3799b714aaa4 commit d770e2a2b1270f3626c3887a2a4a3799b714aaa4 Author: Marcel Hollerbach Date: Tue Jan 17 22:07:10 2017 +0100 extra: add api for backgrounds --- src/

[EGIT] [apps/extra] master 01/04: extra: this refactors the json parsing

2017-01-20 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=7f1424b2d2775059677d5d2810757112a31d6adc commit 7f1424b2d2775059677d5d2810757112a31d6adc Author: Marcel Hollerbach Date: Tue Jan 17 15:37:43 2017 +0100 extra: this refactors the json parsing