Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_evas

2013-06-11 Thread The Rasterman
On Tue, 11 Jun 2013 21:22:26 +0900 Daniel Juyung Seo said: this is why i think we all should sit down and use e, or elm or anything and use it in as many ways as we can.. under valgrind.. and hunt down everything valgrind is unhappy about. this should improve stability a lot. less time on new fe

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_evas

2013-06-11 Thread Daniel Juyung Seo
Valgrind is awesome! This patch fixed crash issue :) Thanks. Daniel Juyung Seo (SeoZ) On Tue, Feb 12, 2013 at 3:49 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > don't know if this will help - but try quieten some valgrind > complaints... :/ (trying) > > > > Author:

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_x/xlib

2013-02-07 Thread Christopher Michael
Ooopssie :( Thanks for the fix mate ;) dh On 08/02/13 03:35, Enlightenment SVN wrote: > Log: > devilhorns: u lets not segv and run allover the stack shall we? memset the >size of memory we ALLOCATED! > > > > Author: raster > Date: 2013-02-07 19:35:11 -0800 (Thu, 07 Feb 2013

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_x

2013-01-29 Thread The Rasterman
On Tue, 29 Jan 2013 17:37:10 +0900 Cedric BAIL said: > On Tue, Jan 29, 2013 at 5:24 PM, Enlightenment SVN > wrote: > > Log: > > add @since. > > > > > > > > Author: raster > > Date: 2013-01-29 00:24:21 -0800 (Tue, 29 Jan 2013) > > New Revision: 83419 > > Trac: http://trac.en

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_x

2013-01-29 Thread Cedric BAIL
On Tue, Jan 29, 2013 at 5:24 PM, Enlightenment SVN wrote: > Log: > add @since. > > > > Author: raster > Date: 2013-01-29 00:24:21 -0800 (Tue, 29 Jan 2013) > New Revision: 83419 > Trac: http://trac.enlightenment.org/e/changeset/83419 > > Modified: > trunk/efl/src/lib/ecore_x

Re: [E-devel] E SVN: raster trunk/efl/doc

2013-01-22 Thread Gustavo Sverzut Barbieri
On Tue, Jan 22, 2013 at 9:41 PM, Enlightenment SVN wrote: > Log: > at least for me.. somehting keeps changing imnages.mk .. because it > has to olittle stuff in it... i am not sure this shoul dbe in svn? if it's not in svn it cannot autogen as the makefile includes that. This is to avoid the gn

Re: [E-devel] E SVN: raster trunk/efl/doc

2013-01-22 Thread Daniel Juyung Seo
On Wed, Jan 23, 2013 at 8:41 AM, Enlightenment SVN wrote: > Log: > at least for me.. somehting keeps changing imnages.mk .. because it > has to olittle stuff in it... i am not sure this shoul dbe in svn? This change happens here as well. Daniel Juyung Seo (SeoZ) > > > > Author: raster >

Re: [E-devel] E SVN: raster trunk/efl/src

2013-01-13 Thread The Rasterman
On Sun, 13 Jan 2013 18:56:45 -0200 Gustavo Sverzut Barbieri said: > I'll look at it, the slave shouldn't rely on EVAS_LIBS just because of > that... it will bring stuff like fontconfig, that is not required by > the slave (it's quite lean) sure - there wasn't an existing var that has shm_open on

Re: [E-devel] E SVN: raster trunk/efl/src

2013-01-13 Thread Gustavo Sverzut Barbieri
I'll look at it, the slave shouldn't rely on EVAS_LIBS just because of that... it will bring stuff like fontconfig, that is not required by the slave (it's quite lean) On Sun, Jan 13, 2013 at 1:52 AM, Enlightenment SVN wrote: > Log: > add EVAS_LIBS (set by EFL_CHECK_FUNC([EVAS], [shm_open]) which

Re: [E-devel] E SVN: raster trunk/efl

2013-01-08 Thread Gustavo Sverzut Barbieri
Bug! The patch should change the var, not the check!! On Tuesday, January 8, 2013, Enlightenment SVN wrote: > Log: > oops i meant to turn on calc cache.. not program cache... calc cache > was the problem... but oddly turning on program cache fixed it too. :) > > > > Author: raster > Date:

Re: [E-devel] E SVN: raster trunk/efl

2013-01-07 Thread David Seikel
On Mon, 7 Jan 2013 20:50:39 -0200 Gustavo Sverzut Barbieri wrote: > okay, given http://valgrind.org/info/platforms.html it's too complex > to get it right. > > I added "auto" detection and explained it in README. tl;dr: it will > emit a WARNING if dev/debug profiles and valgrind is not found. no

Re: [E-devel] E SVN: raster trunk/efl

2013-01-07 Thread Gustavo Sverzut Barbieri
okay, given http://valgrind.org/info/platforms.html it's too complex to get it right. I added "auto" detection and explained it in README. tl;dr: it will emit a WARNING if dev/debug profiles and valgrind is not found. not dependent on valgrind at runtime, so no problem with this automagic. On Mo

Re: [E-devel] E SVN: raster trunk/efl

2013-01-07 Thread The Rasterman
On Mon, 7 Jan 2013 13:28:00 -0200 Gustavo Sverzut Barbieri said: > On Mon, Jan 7, 2013 at 6:24 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > > Log: > > valgrind off by default on all profiles. > > > > I disagree with that. the valgrind integration is very lightweight and just

Re: [E-devel] E SVN: raster trunk/efl

2013-01-07 Thread Gustavo Sverzut Barbieri
On Mon, Jan 7, 2013 at 6:24 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > valgrind off by default on all profiles. > I disagree with that. the valgrind integration is very lightweight and just acts with mempools and evas images because otherwise the debug will be wrongly. B

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_con

2013-01-01 Thread Michael Blumenkrantz
On Tue, 1 Jan 2013 22:06:02 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 1 Jan 2013 12:26:01 + Michael Blumenkrantz > said: > > > On Tue, 1 Jan 2013 19:47:43 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz > > >

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_con

2013-01-01 Thread The Rasterman
On Tue, 1 Jan 2013 12:26:01 + Michael Blumenkrantz said: > On Tue, 1 Jan 2013 19:47:43 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz > > said: > > > > > On Tue, 1 Jan 2013 00:12:10 -0800 > > > "Enlightenment SVN" wrote: > >

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_con

2013-01-01 Thread Michael Blumenkrantz
On Tue, 1 Jan 2013 19:47:43 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz > said: > > > On Tue, 1 Jan 2013 00:12:10 -0800 > > "Enlightenment SVN" wrote: > > > > > Log: > > > misplaced ERR-- - maybe DBG? > > > > > > > > > > > > A

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_con

2013-01-01 Thread The Rasterman
On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz said: > On Tue, 1 Jan 2013 00:12:10 -0800 > "Enlightenment SVN" wrote: > > > Log: > > misplaced ERR-- - maybe DBG? > > > > > > > > Author: raster > > Date: 2013-01-01 00:12:09 -0800 (Tue, 01 Jan 2013) > > New Revision:

Re: [E-devel] E SVN: raster trunk/efl/src/lib/ecore_con

2013-01-01 Thread Michael Blumenkrantz
On Tue, 1 Jan 2013 00:12:10 -0800 "Enlightenment SVN" wrote: > Log: > misplaced ERR-- - maybe DBG? > > > > Author: raster > Date: 2013-01-01 00:12:09 -0800 (Tue, 01 Jan 2013) > New Revision: 81945 > Trac: http://trac.enlightenment.org/e/changeset/81945 > > Modified:

Re: [E-devel] E SVN: raster trunk/efl

2012-12-08 Thread Gustavo Sverzut Barbieri
On Sat, Dec 8, 2012 at 12:09 PM, Gustavo Sverzut Barbieri wrote: > > > On Saturday, December 8, 2012, Enlightenment SVN wrote: >> >> Log: >> lets not break everything that depends on efl shall we when messing >> around with its build? :( >> >> >> >> Author: raster >> Date: 2012-12-

Re: [E-devel] E SVN: raster trunk/efl

2012-12-08 Thread Gustavo Sverzut Barbieri
On Saturday, December 8, 2012, Enlightenment SVN wrote: > Log: > lets not break everything that depends on efl shall we when messing > around with its build? :( > > > > Author: raster > Date: 2012-12-07 19:42:13 -0800 (Fri, 07 Dec 2012) > New Revision: 80507 > Trac: http://

Re: [E-devel] E SVN: raster trunk/efl

2012-12-06 Thread The Rasterman
On Thu, 6 Dec 2012 14:24:34 -0200 Gustavo Sverzut Barbieri said: > On Thursday, December 6, 2012, Enlightenment SVN wrote: > > > Log: > > without this i end up with a configure that does: > > > > configure: updating cache config.cache > > configure: creating ./config.status > > config.stat

Re: [E-devel] E SVN: raster trunk/efl

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Enlightenment SVN wrote: > Log: > without this i end up with a configure that does: > > configure: updating cache config.cache > configure: creating ./config.status > config.status: error: cannot find input file: Makefile.in' > make: *** No targets specified

Re: [E-devel] E SVN: raster trunk/efl

2012-12-03 Thread The Rasterman
On Mon, 3 Dec 2012 15:31:24 +0100 Vincent Torri said: > why is it used ? I thought that we have stated that int is of size 4 > and long long is of size 8 and long, it depends on the arch/OS > > what about fixing code instead ? ecore_x uses it.. it checks if sizeof(long) == sizeof(int) or not...

Re: [E-devel] E SVN: raster trunk/efl

2012-12-03 Thread Vincent Torri
why is it used ? I thought that we have stated that int is of size 4 and long long is of size 8 and long, it depends on the arch/OS what about fixing code instead ? Vincent On Mon, Dec 3, 2012 at 3:14 PM, Enlightenment SVN wrote: > Log: > lets not break the world by missing size checks! > > > >

Re: [E-devel] E SVN: raster trunk/efl/src/modules/evas/engines/wayland_shm

2012-11-14 Thread Christopher Michael
On 15/11/12 05:01, Enlightenment SVN wrote: > Log: > devilhorns: warning told me that x is not being used.. and that looks >bad... i added it into dest as thats obviously how it should be.. can >u double check? > > > > Author: raster > Date: 2012-11-14 21:01:16 -0800 (Wed, 14

Re: [E-devel] E SVN: raster trunk/efl/src/lib/evas/canvas

2012-11-11 Thread Vincent Torri
i'm just seeing some declarations not done at the beginning of the scope : > MAGIC_CHECK_END(); > Evas_Object_Protected_Data *obj = eo_data_get(eo_obj, EVAS_OBJ_CLASS); this should be fixed Vincent On Mon, Nov 12, 2012 at 3:22 AM, Enlightenment SVN wrote: > Log: > protect against a who

Re: [E-devel] E SVN: raster trunk/efl/src/lib/eina

2012-10-19 Thread Michael Blumenkrantz
I initially read dirp as derp On Fri, Oct 19, 2012 at 9:19 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > fix dirp leak > > > > Author: raster > Date: 2012-10-19 01:18:59 -0700 (Fri, 19 Oct 2012) > New Revision: 78235 > Trac: http://trac.enlightenment.or

Re: [E-devel] E SVN: raster trunk/efl

2012-09-27 Thread David Seikel
On Fri, 28 Sep 2012 08:46:03 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 27 Sep 2012 16:07:38 -0300 Lucas De Marchi > said: > > > On Thu, Sep 27, 2012 at 7:13 AM, Carsten Haitzler > > wrote: > > > On Thu, 27 Sep 2012 11:45:21 +0200 Vincent Torri > > > said: > > > > > >> reply to a

Re: [E-devel] E SVN: raster trunk/efl

2012-09-27 Thread The Rasterman
On Thu, 27 Sep 2012 16:07:38 -0300 Lucas De Marchi said: > On Thu, Sep 27, 2012 at 7:13 AM, Carsten Haitzler > wrote: > > On Thu, 27 Sep 2012 11:45:21 +0200 Vincent Torri > > said: > > > >> reply to all... > >> > >> On Thu, Sep 27, 2012 at 8:09 AM, Carsten Haitzler > >> wrote: > >> > On Thu, 2

Re: [E-devel] E SVN: raster trunk/efl

2012-09-27 Thread Lucas De Marchi
On Thu, Sep 27, 2012 at 7:13 AM, Carsten Haitzler wrote: > On Thu, 27 Sep 2012 11:45:21 +0200 Vincent Torri > said: > >> reply to all... >> >> On Thu, Sep 27, 2012 at 8:09 AM, Carsten Haitzler >> wrote: >> > On Thu, 27 Sep 2012 06:33:27 +0200 Vincent Torri >> > said: >> > >> >> On Thu, Sep 27,

Re: [E-devel] E SVN: raster trunk/efl

2012-09-27 Thread The Rasterman
On Thu, 27 Sep 2012 11:45:21 +0200 Vincent Torri said: > reply to all... > > On Thu, Sep 27, 2012 at 8:09 AM, Carsten Haitzler > wrote: > > On Thu, 27 Sep 2012 06:33:27 +0200 Vincent Torri > > said: > > > >> On Thu, Sep 27, 2012 at 4:13 AM, Enlightenment SVN > >> wrote: > >> > Log: > >> > aut

Re: [E-devel] E SVN: raster trunk/efl

2012-09-27 Thread Vincent Torri
reply to all... On Thu, Sep 27, 2012 at 8:09 AM, Carsten Haitzler wrote: > On Thu, 27 Sep 2012 06:33:27 +0200 Vincent Torri > said: > >> On Thu, Sep 27, 2012 at 4:13 AM, Enlightenment SVN >> wrote: >> > Log: >> > autoreconf doesnt work... so lets have autogen.sh eh? :) also - old >> > habits

Re: [E-devel] E SVN: raster trunk/efl

2012-09-27 Thread The Rasterman
On Thu, 27 Sep 2012 06:33:27 +0200 Vincent Torri said: > On Thu, Sep 27, 2012 at 4:13 AM, Enlightenment SVN > wrote: > > Log: > > autoreconf doesnt work... so lets have autogen.sh eh? :) also - old > > habits die hard. :) > > it perfectly works for the rest of the world... If it does not work

Re: [E-devel] E SVN: raster trunk/efl

2012-09-26 Thread Vincent Torri
On Thu, Sep 27, 2012 at 4:13 AM, Enlightenment SVN wrote: > Log: > autoreconf doesnt work... so lets have autogen.sh eh? :) also - old > habits die hard. :) it perfectly works for the rest of the world... If it does not works, then you did something wrong Vincent > > > > Author: raster