[EGIT] [core/efl] master 02/02: Eolian: Legacy generator generates const return value for legacy header if needed

2014-04-08 Thread Yossi Kantor
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bff7e65d24980c0e7697a059fb34df1925fed22a commit bff7e65d24980c0e7697a059fb34df1925fed22a Author: Yossi Kantor Date: Thu Apr 3 13:58:34 2014 +0300 Eolian: Legacy generator generates const ret

[EGIT] [core/efl] master 01/02: Eolian: Legacy generator - no semicolon after EINA_WARN_UNUSED_RESULT

2014-04-08 Thread Yossi Kantor
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b437457657e0858b1295727220cf52e1197c463d commit b437457657e0858b1295727220cf52e1197c463d Author: Yossi Kantor Date: Wed Apr 2 16:12:23 2014 +0300 Eolian: Legacy generator - no semicolon afte

Re: [E-devel] [EGIT] [core/efl] master 01/01: +eeze_udev_get()

2014-04-08 Thread Tom Hacohen
I love it that our udev wrapping layer now officially exposes udev. Yay to wrapping. -- Tom. On 07/04/14 14:54, Mike Blumenkrantz wrote: > discomfitor pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=4e1b7308b755ffe46498b05aa3199d45f867bcd3 > > commit 4e

Re: [E-devel] Migration to Eo2

2014-04-08 Thread Tom Hacohen
Not going to happen. :P On 08/04/14 15:41, Gustavo Sverzut Barbieri wrote: > oh yeah, expedite-cmp and give us the pretty html... (/me manager now > :-P, be happy I'm not asking you a ppt) > > On Tue, Apr 8, 2014 at 10:30 AM, Cedric BAIL wrote: >> Cedric Bail >> On Apr 8, 2014 8:40 PM, "Tom Hacoh

[EGIT] [core/elementary] master 01/01: genlist event_block_rect needs a smart parent to reduce BITCH

2014-04-08 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f1c62055961d99b0df0c9fe36ceabf8addd038c5 commit f1c62055961d99b0df0c9fe36ceabf8addd038c5 Author: Mike Blumenkrantz Date: Tue Apr 8 16:23:07 2014 -0400 genlist event_block_rect needs a

Re: [E-devel] [EGIT] [misc/entrance] master 02/02: entrance: Use strrchr instead of ecore_file_file_get

2014-04-08 Thread Marcel Hollerbach
:), np On Tue, Apr 08, 2014 at 04:23:02PM -0300, Gustavo Sverzut Barbieri wrote: > ouch! I didn't read the context and I understood it was for files... > but I see, it's for group! > > On Tue, Apr 8, 2014 at 3:58 PM, David Seikel wrote: > > On Tue, 8 Apr 2014 15:41:14 -0300 Gustavo Sverzut Barbie

Re: [E-devel] [EGIT] [misc/entrance] master 02/02: entrance: Use strrchr instead of ecore_file_file_get

2014-04-08 Thread Gustavo Sverzut Barbieri
ouch! I didn't read the context and I understood it was for files... but I see, it's for group! On Tue, Apr 8, 2014 at 3:58 PM, David Seikel wrote: > On Tue, 8 Apr 2014 15:41:14 -0300 Gustavo Sverzut Barbieri > wrote: > >> why is that? the ecore_file_file_get() does exactly that: >> >> >>if

Re: [E-devel] [EGIT] [misc/entrance] master 02/09: entrance: Updated the entrance_conf.c

2014-04-08 Thread Marcel Hollerbach
I write two times the macro LIST_FILL, and two times with different content(thats why I write the macro twice not once), so I dont see why I should put that into one macro ? On Mon, Apr 07, 2014 at 02:37:04PM +0200, Michaël Bouchaud wrote: > yeah you write two times a macro LIST_FILL who call IMG

Re: [E-devel] [EGIT] [misc/entrance] master 02/02: entrance: Use strrchr instead of ecore_file_file_get

2014-04-08 Thread David Seikel
On Tue, 8 Apr 2014 15:41:14 -0300 Gustavo Sverzut Barbieri wrote: > why is that? the ecore_file_file_get() does exactly that: > > >if ((result = strrchr(path, '/'))) result++; Damned if he does, damned if he doesn't. > On Tue, Apr 8, 2014 at 3:36 PM, Marcel Hollerbach > wrote: > > bu5hm4

Re: [E-devel] [EGIT] [misc/entrance] master 02/02: entrance: Use strrchr instead of ecore_file_file_get

2014-04-08 Thread Marcel Hollerbach
Hi, funny, I allready said that :) The answer was I should use strrchr instead of ecore_file_file_get() cause ecore_file is just for files. The subject was: Subject: Re: [E-devel] [EGIT] [misc/entrance] master 02/09: entrance: Updated the entrance_conf.c Greetings bu5hm4n On Tue, Apr 08, 2014

Re: [E-devel] [EGIT] [misc/entrance] master 02/02: entrance: Use strrchr instead of ecore_file_file_get

2014-04-08 Thread Gustavo Sverzut Barbieri
why is that? the ecore_file_file_get() does exactly that: if ((result = strrchr(path, '/'))) result++; On Tue, Apr 8, 2014 at 3:36 PM, Marcel Hollerbach wrote: > bu5hm4n pushed a commit to branch master. > > http://git.enlightenment.org/misc/entrance.git/commit/?id=3836ea49a96bb0813c2750b1ee

[EGIT] [misc/entrance] master 02/02: entrance: Use strrchr instead of ecore_file_file_get

2014-04-08 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=3836ea49a96bb0813c2750b1eea0a22f4fc2d34c commit 3836ea49a96bb0813c2750b1eea0a22f4fc2d34c Author: Marcel Hollerbach Date: Tue Apr 8 19:55:37 2014 +0200 entrance: Use strrchr instead of ecore

[EGIT] [misc/entrance] master 01/02: entrance: remove a wrong undef

2014-04-08 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=f1ef50f476f19af97c01246b9a31532c3ea2f2ec commit f1ef50f476f19af97c01246b9a31532c3ea2f2ec Author: Marcel Hollerbach Date: Tue Apr 8 19:18:41 2014 +0200 entrance: remove a wrong undef --- sr

Re: [E-devel] Migration to Eo2

2014-04-08 Thread Gustavo Sverzut Barbieri
oh yeah, expedite-cmp and give us the pretty html... (/me manager now :-P, be happy I'm not asking you a ppt) On Tue, Apr 8, 2014 at 10:30 AM, Cedric BAIL wrote: > Cedric Bail > On Apr 8, 2014 8:40 PM, "Tom Hacohen" wrote: >> >> On 07/04/14 14:59, Gustavo Sverzut Barbieri wrote: >>> >>> give us

[EGIT] [core/efl] master 01/01: rg_etc: Fix local shadow problems

2014-04-08 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e004338cce39190fdcf27aa5ec98e3158292b213 commit e004338cce39190fdcf27aa5ec98e3158292b213 Author: Stefan Schmidt Date: Tue Apr 8 16:22:59 2014 +0200 rg_etc: Fix local shadow problems Make

Re: [E-devel] Migration to Eo2

2014-04-08 Thread Cedric BAIL
Cedric Bail On Apr 8, 2014 8:40 PM, "Tom Hacohen" wrote: > > On 07/04/14 14:59, Gustavo Sverzut Barbieri wrote: >> >> give us the numbers comparing both solutions? (benchmarks) > > > Attached the expedite results. For other benchmarks, look for Jeremy's email, or ask him. :) Expedite-cmp ;-) > -

Re: [E-devel] Migration to Eo2

2014-04-08 Thread Tom Hacohen
On 07/04/14 14:59, Gustavo Sverzut Barbieri wrote: give us the numbers comparing both solutions? (benchmarks) Attached the expedite results. For other benchmarks, look for Jeremy's email, or ask him. :) -- Tom. 123.67 , Widgets File Icons 351.71 , Widgets File Icons 2 353.76 , Widgets File

[EGIT] [core/efl] master 02/02: build: Give correct path for test files

2014-04-08 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0196da9a858f1bd7bf2327148ed2b2f661b58371 commit 0196da9a858f1bd7bf2327148ed2b2f661b58371 Author: Stefan Schmidt Date: Tue Apr 8 11:06:49 2014 +0200 build: Give correct path for test files

[EGIT] [core/efl] master 01/02: build: Fix make distcheck for tgv saver

2014-04-08 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=97a8b8518beb6bebad8287acc800804980c1eb20 commit 97a8b8518beb6bebad8287acc800804980c1eb20 Author: Stefan Schmidt Date: Tue Apr 8 10:56:42 2014 +0200 build: Fix make distcheck for tgv saver

Re: [E-devel] Efl: make distcheck fails

2014-04-08 Thread Stefan Schmidt
Hello. On Sun, 2014-04-06 at 10:40, Yossi Kantor wrote: > Running make distcheck in efl (not just for me) gets the following error > message: > > yossi@yossi-laptop:~/e17/efl$ make distcheck > if test -d "efl-1.9.99.25206"; then find "efl-1.9.99.25206" -type d ! > -perm -200 -exec chmod u+w {}

[EGIT] [core/efl] master 01/01: Evas gl: Remove unused variable

2014-04-08 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=198b33c69aca1cb0f74435a486325a016de385d5 commit 198b33c69aca1cb0f74435a486325a016de385d5 Author: Jean-Philippe Andre Date: Tue Apr 8 17:23:04 2014 +0900 Evas gl: Remove unused variable --- src/mod

[EGIT] [core/efl] master 01/01: rg_etc: Really fix debug build.

2014-04-08 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8ebc1309acc1510707d25cc5ef79e0513055aa6a commit 8ebc1309acc1510707d25cc5ef79e0513055aa6a Author: Stefan Schmidt Date: Tue Apr 8 10:45:44 2014 +0200 rg_etc: Really fix debug build. Finall

[E-devel] Weekly news from the automated build and QA front

2014-04-08 Thread Stefan Schmidt
Hello. One day late due to sickness. Summary: o Mike squashed a lot of coverity issues in E. Thanks a lot. This should give everyone an overview over what has happened in the last week on the QA front. The numbers in parentheses reflect the values from last week to give you a trend. CI: o Overa

[EGIT] [core/efl] master 01/01: ETC1 encoding: fix typo in TGV and EET savers

2014-04-08 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=60d144d963682ddc55820b2ad98de529541278a1 commit 60d144d963682ddc55820b2ad98de529541278a1 Author: Jean-Philippe Andre Date: Tue Apr 8 15:57:27 2014 +0900 ETC1 encoding: fix typo in TGV and EET saver