[EGIT] [core/efl] master 01/01: evas gl engine - fix loading of pager backgrounds in e again...

2016-12-21 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=92b2c86ed8c9cdb8c1efc43f3d780f04910b9ee8 commit 92b2c86ed8c9cdb8c1efc43f3d780f04910b9ee8 Author: Carsten Haitzler (Rasterman) Date: Wed Dec 21 17:58:38 2016 +0900 evas gl engine - fix loading of

[EGIT] [core/efl] master 01/01: Revert "build: enable -Wfloat-equal for compiling"

2016-12-21 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=877f55e13ba9530a8933e2706350d9b3805a2cf4 commit 877f55e13ba9530a8933e2706350d9b3805a2cf4 Author: Stefan Schmidt Date: Wed Dec 21 10:42:34 2016 +0100 Revert "build: enable -Wfloat-equal for compil

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Stefan Schmidt
Hello On 20/12/16 17:36, Mike Blumenkrantz wrote: > I think your "How many real issues have you seen" was the same argument > against running any static analysis a couple years ago; now we have weekly > reports for that. > > I have seen bugs that resulted from illegal float comparison. The fact th

Re: [E-devel] Open Coveritty isues in efl

2016-12-21 Thread Stefan Schmidt
Hello. On 20/12/16 20:21, Felipe Magno de Almeida wrote: > On Fri, Dec 16, 2016 at 7:08 AM, Stefan Schmidt > wrote: >> Hello. >> >> On 22/11/16 17:38, Stefan Schmidt wrote: >>> >>> >>> CXX: (Felipe could you have a look?) >>> 1361235 Big parameter passed by value >>> 1361234 Big parameter passed

Re: [E-devel] [EGIT] [core/efl] master 03/04: edje.object: implement Efl.Observer interface

2016-12-21 Thread Gustavo Sverzut Barbieri
Felipe... since you sent some other emails I suppose you're back... then ping to check this email :-) On Mon, Dec 19, 2016 at 9:36 AM, Daniel Kolesa wrote: > On Mon, Dec 12, 2016, at 19:50, Gustavo Sverzut Barbieri wrote: >> okay, on IRC people clarified it with an example: >> >> Failing = http:/

[EGIT] [core/efl] master 01/01: edje object: return EDJE_EXTERNAL_PARAM_TYPE_MAX properly

2016-12-21 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b74dd5b7f4ae4a91555f590225a57896e1cd19e9 commit b74dd5b7f4ae4a91555f590225a57896e1cd19e9 Author: Daniel Kolesa Date: Wed Dec 21 14:41:05 2016 +0100 edje object: return EDJE_EXTERNAL_PARAM_TYPE_MAX p

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje object: return EDJE_EXTERNAL_PARAM_TYPE_MAX properly

2016-12-21 Thread Gustavo Sverzut Barbieri
On Wed, Dec 21, 2016 at 11:43 AM, Daniel Kolesa wrote: > q66 pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=b74dd5b7f4ae4a91555f590225a57896e1cd19e9 > > commit b74dd5b7f4ae4a91555f590225a57896e1cd19e9 > Author: Daniel Kolesa > Date: Wed Dec 21 14:41:0

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje object: return EDJE_EXTERNAL_PARAM_TYPE_MAX properly

2016-12-21 Thread Daniel Kolesa
On Wed, Dec 21, 2016, at 14:47, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 21, 2016 at 11:43 AM, Daniel Kolesa > wrote: > > q66 pushed a commit to branch master. > > > > snip > > shouldn't the doc also use the .eo notation as > @Edje.External.Param_Type and @Edje.External.Param_Type.max, so i

[EGIT] [core/efl] master 01/02: edje object: fix doc refs for part_external_param_type

2016-12-21 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=620a3a06aed6e7c24d179d39c7def878744661b0 commit 620a3a06aed6e7c24d179d39c7def878744661b0 Author: Daniel Kolesa Date: Wed Dec 21 15:07:46 2016 +0100 edje object: fix doc refs for part_external_param_

[EGIT] [core/efl] master 02/02: eolian gen: fix enum member reference generation

2016-12-21 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=431d36e9a024e2f72b8f0dca84a7366916851603 commit 431d36e9a024e2f72b8f0dca84a7366916851603 Author: Daniel Kolesa Date: Wed Dec 21 15:12:58 2016 +0100 eolian gen: fix enum member reference generation -

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Mike Blumenkrantz
On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt wrote: > Hello > > On 20/12/16 17:36, Mike Blumenkrantz wrote: > > I think your "How many real issues have you seen" was the same argument > > against running any static analysis a couple years ago; now we have > weekly > > reports for that. > > > >

Re: [E-devel] [EGIT] [core/efl] master 03/04: edje.object: implement Efl.Observer interface

2016-12-21 Thread Felipe Magno de Almeida
Hello Gustavo, I'm going to fix it in the C++ binding this week. It is more complicated than it seems though, because the types are all used by value, but there's a way because we rely on the fact that the type is std::is_standard_layout and has the same sizeof(Eo*). Regards, On Wed, Dec 21, 201

Re: [E-devel] [EGIT] [core/efl] master 03/04: edje.object: implement Efl.Observer interface

2016-12-21 Thread Felipe Magno de Almeida
On Wed, Dec 21, 2016 at 4:08 PM, Felipe Magno de Almeida wrote: > Hello Gustavo, > > I'm going to fix it in the C++ binding this week. It is more > complicated than it seems though, because the types are all used by > value, but there's a way because we rely on the fact that the type is > std::is_

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Stefan Schmidt
Hello. On 21/12/16 17:02, Mike Blumenkrantz wrote: > On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt > wrote: > >> Hello >> >> On 20/12/16 17:36, Mike Blumenkrantz wrote: >>> I think your "How many real issues have you seen" was the same argument >>> against running any static analysis a couple ye

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread marcel-hollerbach
On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: > Hello. > > On 21/12/16 17:02, Mike Blumenkrantz wrote: > > On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt > > wrote: > > > >> Hello > >> > >> On 20/12/16 17:36, Mike Blumenkrantz wrote: > >>> I think your "How many real issues have

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Christopher Michael
On 12/21/2016 11:33 AM, Stefan Schmidt wrote: > Hello. > > On 21/12/16 17:02, Mike Blumenkrantz wrote: >> On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt >> wrote: >> >>> Hello >>> >>> On 20/12/16 17:36, Mike Blumenkrantz wrote: I think your "How many real issues have you seen" was the same ar

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Stefan Schmidt
Hello. On 21/12/16 17:46, Christopher Michael wrote: > On 12/21/2016 11:33 AM, Stefan Schmidt wrote: >> Hello. >> >> On 21/12/16 17:02, Mike Blumenkrantz wrote: >>> On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt >>> wrote: >>> Hello On 20/12/16 17:36, Mike Blumenkrantz wrote: >

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Christopher Michael
On 12/21/2016 11:56 AM, Stefan Schmidt wrote: > Hello. > > On 21/12/16 17:46, Christopher Michael wrote: >> On 12/21/2016 11:33 AM, Stefan Schmidt wrote: >>> Hello. >>> >>> On 21/12/16 17:02, Mike Blumenkrantz wrote: On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt wrote: > Hello

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Derek Foreman
On 21/12/16 10:45 AM, marcel-hollerb...@t-online.de wrote: > On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: >> Hello. >> >> On 21/12/16 17:02, Mike Blumenkrantz wrote: >>> On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt >>> wrote: >>> Hello On 20/12/16 17:36, Mike Bl

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Gustavo Sverzut Barbieri
On Wed, Dec 21, 2016 at 3:02 PM, Derek Foreman wrote: > On 21/12/16 10:45 AM, marcel-hollerb...@t-online.de wrote: >> On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: >>> Hello. >>> >>> On 21/12/16 17:02, Mike Blumenkrantz wrote: On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Derek Foreman
On 21/12/16 11:13 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 21, 2016 at 3:02 PM, Derek Foreman wrote: >> On 21/12/16 10:45 AM, marcel-hollerb...@t-online.de wrote: >>> On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: Hello. On 21/12/16 17:02, Mike Blumenkrantz

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread marcel-hollerbach
On Wed, Dec 21, 2016 at 11:02:27AM -0600, Derek Foreman wrote: > On 21/12/16 10:45 AM, marcel-hollerb...@t-online.de wrote: > > On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: > >> Hello. > >> > >> On 21/12/16 17:02, Mike Blumenkrantz wrote: > >>> On Wed, Dec 21, 2016 at 5:11 AM Ste

[EGIT] [core/efl] master 01/01: eolian: fix doc tests to match generation output

2016-12-21 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=12fad8444b7e0a743cd546dda0c1dfcb3d5e17cc commit 12fad8444b7e0a743cd546dda0c1dfcb3d5e17cc Author: Daniel Kolesa Date: Wed Dec 21 19:01:32 2016 +0100 eolian: fix doc tests to match generation output -

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Cedric BAIL
On Wed, Dec 21, 2016 at 9:13 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 21, 2016 at 3:02 PM, Derek Foreman wrote: >> On 21/12/16 10:45 AM, marcel-hollerb...@t-online.de wrote: >>> On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: On 21/12/16 17:02, Mike Blumenkrantz wrot

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Cedric BAIL
Hello, On Wed, Dec 21, 2016 at 8:56 AM, Stefan Schmidt wrote: > On 21/12/16 17:46, Christopher Michael wrote: >> On 12/21/2016 11:33 AM, Stefan Schmidt wrote: >>> On 21/12/16 17:02, Mike Blumenkrantz wrote: On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt wrote: > On 20/12/16 17:36,

[EGIT] [core/efl] master 01/01: evas: don't use float comparison for integers

2016-12-21 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=06e014959bbbdbf18bca390427baecbc84faa635 commit 06e014959bbbdbf18bca390427baecbc84faa635 Author: Chris Michael Date: Wed Dec 21 13:18:02 2016 -0500 evas: don't use float comparison for intege

[EGIT] [core/efl] master 01/02: ecore: we need to process future and promise before the internal start loop.

2016-12-21 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ef166eff148017255983198a137cd60a9a224025 commit ef166eff148017255983198a137cd60a9a224025 Author: Cedric BAIL Date: Wed Dec 21 11:33:10 2016 -0800 ecore: we need to process future and promise befo

[EGIT] [core/efl] master 02/02: eldbus: always run the main loop.

2016-12-21 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a8807b5c28e5730bd27ac17dc6abf78cbd838043 commit a8807b5c28e5730bd27ac17dc6abf78cbd838043 Author: Cedric BAIL Date: Wed Dec 21 11:35:01 2016 -0800 eldbus: always run the main loop. Now th

Re: [E-devel] [EGIT] [core/efl] master 03/08: ecore: delay promise fulfillment to next loop iteration.

2016-12-21 Thread Cedric BAIL
On Tue, Dec 20, 2016 at 9:14 AM, Cedric BAIL wrote: > On Dec 20, 2016 07:53, "Stefan Schmidt" wrote: > On 16/12/16 23:21, Cedric BAIL wrote: >> cedric pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=ca1762be21f3913deedb094fe4186d1af8136632 >> >> commit

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus: always run the main loop.

2016-12-21 Thread Gustavo Sverzut Barbieri
could these tests specify a timeout so they fail quickly? for some reason setting CK_DEFAULT_TIMEOUT variable doesn't work for me in efl. On Wed, Dec 21, 2016 at 5:39 PM, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=a8807b

Re: [E-devel] Eo: static methods or C syntax sugar for class methods?

2016-12-21 Thread Gustavo Sverzut Barbieri
>> but if we do a macro that counts the number of parameters and if no >> class is given it would assume the default class (base), that's easier >> to use. >> > > I'm a bit worried about the naming scheme for those macros, as they would > then have to merge a full method name (eg. my_first_class_fu

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus: always run the main loop.

2016-12-21 Thread Cedric BAIL
On Wed, Dec 21, 2016 at 12:35 PM, Gustavo Sverzut Barbieri wrote: > could these tests specify a timeout so they fail quickly? > > for some reason setting CK_DEFAULT_TIMEOUT variable doesn't work for me in > efl. I think we had to disable timeout provided by check as they break the tests on Windo

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Stefan Schmidt
Hello. On 21/12/16 18:02, Derek Foreman wrote: > On 21/12/16 10:45 AM, marcel-hollerb...@t-online.de wrote: >> On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: >>> Hello. >>> >>> On 21/12/16 17:02, Mike Blumenkrantz wrote: On Wed, Dec 21, 2016 at 5:11 AM Stefan Schmidt wr

Re: [E-devel] [EGIT] [core/efl] master 03/08: ecore: delay promise fulfillment to next loop iteration.

2016-12-21 Thread Stefan Schmidt
Hello. On 21/12/16 20:42, Cedric BAIL wrote: > On Tue, Dec 20, 2016 at 9:14 AM, Cedric BAIL wrote: >> On Dec 20, 2016 07:53, "Stefan Schmidt" wrote: >> On 16/12/16 23:21, Cedric BAIL wrote: >>> cedric pushed a commit to branch master. >>> >>> http://git.enlightenment.org/core/efl.git/commit/?id=

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Felipe Magno de Almeida
On Wed, Dec 21, 2016 at 3:02 PM, Derek Foreman wrote: > On 21/12/16 10:45 AM, marcel-hollerb...@t-online.de wrote: >> On Wed, Dec 21, 2016 at 05:33:20PM +0100, Stefan Schmidt wrote: [snip] > Are you asking for an explanation of why floating point comparison with > == in C is bad? This is axioma

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread Gustavo Sverzut Barbieri
>> Floating point comparison in C leads to very difficult to diagnose bugs. >> >> I'm strongly in favor of turning this warning back on immediately. > > Then only where it makes sense please. Even then, I don't think > forcing the whole community to deal with this is the right approach. > I'm with

[EGIT] [core/efl] master 03/03: eina: try slight improvement of eina tests suite.

2016-12-21 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=18f41e12bcc413b74003b5300bcef069837d02c5 commit 18f41e12bcc413b74003b5300bcef069837d02c5 Author: Cedric BAIL Date: Wed Dec 21 16:38:16 2016 -0800 eina: try slight improvement of eina tests suite.

[EGIT] [core/efl] master 01/03: efl: improve help displayed by each tests suite.

2016-12-21 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b734d18ccab57d5c0d466f886ebf434782b9a549 commit b734d18ccab57d5c0d466f886ebf434782b9a549 Author: Cedric BAIL Date: Wed Dec 21 16:23:44 2016 -0800 efl: improve help displayed by each tests suite.

[EGIT] [core/efl] master 02/03: efl: add helper to run tests suite under valgrind.

2016-12-21 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a5a587510e7591d49a93494fb64a36b53ad373fc commit a5a587510e7591d49a93494fb64a36b53ad373fc Author: Cedric BAIL Date: Wed Dec 21 16:24:20 2016 -0800 efl: add helper to run tests suite under valgrind

[EGIT] [core/efl] master 01/06: edje: refactor _edje_program_run for FOCUS_SET action

2016-12-21 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d57d17723e255883dda22b96b61ea5e7cd5f23f8 commit d57d17723e255883dda22b96b61ea5e7cd5f23f8 Author: Bruno Dilly Date: Wed Dec 14 02:55:59 2016 -0200 edje: refactor _edje_program_run for FOCUS_SET ac

[EGIT] [core/efl] master 06/06: Merge branch 'devs/bdilly/edje_multiseat_filter'

2016-12-21 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8a42514d71195ca28028346a338e4db2b2f4faf9 commit 8a42514d71195ca28028346a338e4db2b2f4faf9 Merge: 18f41e1 de183e1 Author: Bruno Dilly Date: Wed Dec 21 23:04:48 2016 -0200 Merge branch 'devs/bdilly/

[EGIT] [core/efl] master 02/06: edje: add function on embryo to control focus

2016-12-21 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9bc9fde90ec75e58162e94bca4e71b62920afc73 commit 9bc9fde90ec75e58162e94bca4e71b62920afc73 Author: Bruno Dilly Date: Wed Dec 14 02:58:53 2016 -0200 edje: add function on embryo to control focus

[EGIT] [core/efl] master 04/06: edje: support filtering allowed seats per part

2016-12-21 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9308410479b398169ec81daa6b77ef522a0f84ee commit 9308410479b398169ec81daa6b77ef522a0f84ee Author: Bruno Dilly Date: Wed Dec 7 21:10:34 2016 -0200 edje: support filtering allowed seats per part

[EGIT] [core/efl] master 05/06: examples/edje: add seat filtering example

2016-12-21 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=de183e16a30898b665f74ced42318c5a3ea2d56d commit de183e16a30898b665f74ced42318c5a3ea2d56d Author: Bruno Dilly Date: Fri Dec 9 19:50:33 2016 -0200 examples/edje: add seat filtering example

[EGIT] [core/efl] master 03/06: edje: clean erroneous documentation

2016-12-21 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=65723a190ae34157b6e0335fc86ea70370d17b18 commit 65723a190ae34157b6e0335fc86ea70370d17b18 Author: Bruno Dilly Date: Wed Dec 14 03:02:00 2016 -0200 edje: clean erroneous documentation Not

[EGIT] [core/efl] master 01/01: edje_pick: include the resources that is only used.

2016-12-21 Thread Jaehwan Kim
jaehwan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5f95a15bc1c277df81e9f801ad3f27973b8af79e commit 5f95a15bc1c277df81e9f801ad3f27973b8af79e Author: Jaehwan Kim Date: Thu Dec 22 10:16:32 2016 +0900 edje_pick: include the resources that is only us

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread The Rasterman
On Wed, 21 Dec 2016 19:38:33 -0200 Gustavo Sverzut Barbieri said: > >> Floating point comparison in C leads to very difficult to diagnose bugs. > >> > >> I'm strongly in favor of turning this warning back on immediately. > > > > Then only where it makes sense please. Even then, I don't think > >

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-21 Thread The Rasterman
On Wed, 21 Dec 2016 16:02:50 + Mike Blumenkrantz said: time to butt in i guess... > > Getting the code in shape for correct float comparisons is actually > > something I would like to see. > > > > The real problem here is/was how this was handled. Forcing the compiler > > flag to everyone's

[EGIT] [core/efl] master 02/02: box: Fix bad floating point comparison

2016-12-21 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=10a215354a59f6aafdd267360671778b4c54dd34 commit 10a215354a59f6aafdd267360671778b4c54dd34 Author: Jean-Philippe Andre Date: Thu Dec 22 10:42:10 2016 +0900 box: Fix bad floating point comparison

[EGIT] [core/efl] master 01/02: edje_cc: Redefine STRDUP with eina

2016-12-21 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a7c50179d35f087fdc02292e9cb88bfc652e7b8b commit a7c50179d35f087fdc02292e9cb88bfc652e7b8b Author: Jean-Philippe Andre Date: Wed Dec 21 18:09:15 2016 +0900 edje_cc: Redefine STRDUP with eina --- src

[EGIT] [core/efl] master 01/01: ecore_exe is broken on Windows

2016-12-21 Thread Andrii Kroitor
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bceb263910601bee133e5d1137604ae73963e732 commit bceb263910601bee133e5d1137604ae73963e732 Author: Andrii Kroitor Date: Thu Dec 22 11:10:42 2016 +0900 ecore_exe is broken on Windows Summar

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus: always run the main loop.

2016-12-21 Thread Vincent Torri
On Wed, Dec 21, 2016 at 10:12 PM, Cedric BAIL wrote: > On Wed, Dec 21, 2016 at 12:35 PM, Gustavo Sverzut Barbieri > wrote: >> could these tests specify a timeout so they fail quickly? >> >> for some reason setting CK_DEFAULT_TIMEOUT variable doesn't work for me in >> efl. > > I think we had to d

[EGIT] [core/efl] master 01/01: Revert "edje: fix float comparison warning in edje_cc."

2016-12-21 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=176b0c8d03f7f6e851f1cfd4aa6dd0ec4d67b43a commit 176b0c8d03f7f6e851f1cfd4aa6dd0ec4d67b43a Author: Jean-Philippe Andre Date: Thu Dec 22 14:08:51 2016 +0900 Revert "edje: fix float comparison warning

[EGIT] [tools/eflete] master 01/01: icon: add vector icon.

2016-12-21 Thread Jaehwan Kim
jaehwan pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e4f4aafa6ef5c04d77ee8d99a094088bfb11da83 commit e4f4aafa6ef5c04d77ee8d99a094088bfb11da83 Author: Jaehwan Kim Date: Thu Dec 22 14:31:07 2016 +0900 icon: add vector icon. --- .../images/Group

[EGIT] [core/efl] master 01/01: efl window stacks - implement pop to for x11 in the portable way

2016-12-21 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cc5dd2bd87d0febc71be682501ecdc0b660d2f0f commit cc5dd2bd87d0febc71be682501ecdc0b660d2f0f Author: Carsten Haitzler (Rasterman) Date: Thu Dec 22 15:11:02 2016 +0900 efl window stacks - implement po

[EGIT] [core/efl] master 01/01: elm theme makefile.am - remove misleading makefile not used

2016-12-21 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5eef9da416801702c43e109adc35b93ece26bf17 commit 5eef9da416801702c43e109adc35b93ece26bf17 Author: Carsten Haitzler (Rasterman) Date: Thu Dec 22 16:57:28 2016 +0900 elm theme makefile.am - remove m