[EGIT] [core/efl] master 01/01: evas: proceed glyph iterator to handle next index properly

2017-09-04 Thread Youngbok Shin
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bf1c0e2657259ab6d6c7ac44408bc46429c9d1c9 commit bf1c0e2657259ab6d6c7ac44408bc46429c9d1c9 Author: Youngbok Shin Date: Mon Sep 4 10:18:05 2017 +0300 evas: proceed glyph iterator to handle next in

[EGIT] [core/efl] efl-1.20 01/01: evas: proceed glyph iterator to handle next index properly

2017-09-04 Thread Youngbok Shin
herdsman pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=d24c0431dd474bdcfc46502f35c6c895b7fc855b commit d24c0431dd474bdcfc46502f35c6c895b7fc855b Author: Youngbok Shin Date: Mon Sep 4 10:18:05 2017 +0300 evas: proceed glyph iterator to handle next

[EGIT] [core/efl] master 01/01: eina: properly track valgrind use of the mempool.

2017-09-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c9a0237770a7fb0f1d94c9f99b7cab68399a922f commit c9a0237770a7fb0f1d94c9f99b7cab68399a922f Author: Cedric Bail Date: Mon Sep 4 03:08:33 2017 -0700 eina: properly track valgrind use of the mempool.

Re: [E-devel] ANN: new Future/Promise implementation (in Eina)

2017-09-04 Thread Gustavo Sverzut Barbieri
Hi all, This was merged in GIT master with Efl.Io and Efl.Net converted to use it. If you were using the old Efl_Future, please convert to Eina_Future as that one will be removed soon. On Fri, Aug 25, 2017 at 11:09 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > As some may have followed at I

[EGIT] [core/efl] master 01/01: ecore: fix return value

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=660e76a562257fa953ce537444fac704b44f8577 commit 660e76a562257fa953ce537444fac704b44f8577 Author: Jean Guyomarc'h Date: Mon Sep 4 19:59:20 2017 +0200 ecore: fix return value --- src/lib/ecore/ecor

Re: [E-devel] meson vs autotools in enlightenment

2017-09-04 Thread Antonio Palladini
On Sun, 3 Sep 2017 18:03:41 +0900 Carsten Haitzler (The Rasterman) wrote: > you always have to first configure the project with meson for this to work. > i.e. > > meson . build On a fresh checkout of enlightenment i got a : Meson encountered an error in f

Re: [E-devel] Can't ssh to download.e.org

2017-09-04 Thread Boris Faure
On 17-09-03 17:14, Jonathan Aquilina wrote: > Will have to defer this to Stefan or raster as I am not sure about release > procedures > > Sent from my iPhone > > > On 03 Sep 2017, at 15:55, Boris Faure wrote: > > > >> On 17-09-02 18:11, Jonathan Aquilina wrote: > >> Hi Boris, > >> > >> We ha

[EGIT] [tools/edi] master 01/01: build: Add support for tracking build process exit code and add notification.

2017-09-04 Thread Al Poole
netstar pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=5aba714f90e29e2a2702836fd49c2b04f2d4fea0 commit 5aba714f90e29e2a2702836fd49c2b04f2d4fea0 Author: Al Poole Date: Mon Sep 4 20:52:34 2017 +0100 build: Add support for tracking build process exit

Re: [E-devel] meson vs autotools in enlightenment

2017-09-04 Thread Al Poole
hi, i think you can do: meson -Dsystemd=false On Mon, Sep 4, 2017 at 7:39 PM, Antonio Palladini wrote: > On Sun, 3 Sep 2017 18:03:41 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > you always have to first configure the project with meson for this to > work. i.e. > > > > meson . build

[EGIT] [core/efl] master 01/01: eina: fix destruction of the osx semaphores

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b5e7a00681a5a86d2f31c2d1bb2b1697247d20b5 commit b5e7a00681a5a86d2f31c2d1bb2b1697247d20b5 Author: Jean Guyomarc'h Date: Tue Sep 5 00:09:57 2017 +0200 eina: fix destruction of the osx semaphores

[EGIT] [core/efl] efl-1.20 01/02: Revert "efl: terrible kludge so avoid termination crash on osx"

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=04643036176b79cb58fbec4d1b44e90215c033d9 commit 04643036176b79cb58fbec4d1b44e90215c033d9 Author: Jean Guyomarc'h Date: Tue Sep 5 00:49:50 2017 +0200 Revert "efl: terrible kludge so avoid termina

[EGIT] [core/efl] efl-1.20 02/02: eina: fix destruction of the osx semaphores

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=06d752b6327132ea54762cc3e676dbb0749b43c0 commit 06d752b6327132ea54762cc3e676dbb0749b43c0 Author: Jean Guyomarc'h Date: Tue Sep 5 00:09:57 2017 +0200 eina: fix destruction of the osx semaphores

Re: [E-devel] Can't ssh to download.e.org

2017-09-04 Thread Jonathan Aquilina
Can anyone else shed light on this please Sent from my iPhone > On 04 Sep 2017, at 21:43, Boris Faure wrote: > >> On 17-09-03 17:14, Jonathan Aquilina wrote: >> Will have to defer this to Stefan or raster as I am not sure about release >> procedures >> >> Sent from my iPhone >> On 03 Se

Re: [E-devel] Can't ssh to download.e.org

2017-09-04 Thread Simon Lees
On 05/09/17 10:47, Jonathan Aquilina wrote: > Can anyone else shed light on this please > I can't but i'm planning to do a minor release of e once its fixed. > Sent from my iPhone > >> On 04 Sep 2017, at 21:43, Boris Faure wrote: >> >>> On 17-09-03 17:14, Jonathan Aquilina wrote: >>> Will ha

Re: [E-devel] meson vs autotools in enlightenment

2017-09-04 Thread Antonio Palladini
On Mon, 4 Sep 2017 21:05:24 +0100 Al Poole wrote: > >hi, i think you can do: > > meson -Dsystemd=false > Yes, this works :) Thanks a lot. regards palla -- Check out the vibrant tech community on one of the world'

[EGIT] [core/efl] master 03/05: textpath: remove legacy api support

2017-09-04 Thread Thiep Ha
thiep pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=54d1cc38a125e786311d103babd6dd366eea5656 commit 54d1cc38a125e786311d103babd6dd366eea5656 Author: Thiep Ha Date: Tue Sep 5 12:07:38 2017 +0900 textpath: remove legacy api support --- src/lib/eleme

[EGIT] [core/efl] master 05/05: focus_manager: remove unused parameter warning

2017-09-04 Thread Thiep Ha
thiep pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=60aa0f2389019cd9f25952325c89e22ea3d8c63f commit 60aa0f2389019cd9f25952325c89e22ea3d8c63f Author: Thiep Ha Date: Tue Sep 5 14:44:21 2017 +0900 focus_manager: remove unused parameter warning --- sr

[EGIT] [core/efl] master 01/05: textpath: correct data gets from path

2017-09-04 Thread Thiep Ha
thiep pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b55cb4feb1c35a0a6b31ac1ccbadc76432f581bc commit b55cb4feb1c35a0a6b31ac1ccbadc76432f581bc Author: Thiep Ha Date: Tue Sep 5 11:55:07 2017 +0900 textpath: correct data gets from path values

[EGIT] [core/efl] master 04/05: textpath: correct map point number

2017-09-04 Thread Thiep Ha
thiep pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6a8cf155a30426f140ee4a4988828a7fbf29e69f commit 6a8cf155a30426f140ee4a4988828a7fbf29e69f Author: Thiep Ha Date: Tue Sep 5 14:19:59 2017 +0900 textpath: correct map point number The last m

[EGIT] [core/efl] master 02/05: textpath: do not process line if failed to allocate segment

2017-09-04 Thread Thiep Ha
thiep pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=967e94dc6b76eac5002e662042760a0d6f76f8ef commit 967e94dc6b76eac5002e662042760a0d6f76f8ef Author: Thiep Ha Date: Tue Sep 5 12:02:01 2017 +0900 textpath: do not process line if failed to allocate se