[EGIT] [website/www-content] master 01/01: Wiki page fedora-start changed with summary [] by Philippe Jean Guillaumie

2017-01-17 Thread Philippe Jean Guillaumie
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=ae54385dfc4406676e7ae6b249e74720ea73 commit ae54385dfc4406676e7ae6b249e74720ea73 Author: Philippe Jean Guillaumie Date: Tue Jan 17 23:52:31 2017 -0800 Wiki p

Re: [E-devel] RFC: New modes for eina_freeq & short-lived strings

2017-01-17 Thread Jean-Philippe André
Hi, On 17 January 2017 at 21:32, Gustavo Sverzut Barbieri wrote: > I didn't check the impl patches, but one thing that worries me is > inner main loops. > > If we're trying to simplify the cases where we add to slstr/freeq and > return a pointer, expecting it to be alive (ie: some API returns >

Re: [E-devel] build system

2017-01-17 Thread Markus Svilans
Hello Gustavo, I've been lurking on the enlightenment-devel mailing list for a while, and your recent comment caught my eye: >>> not sure it's that feasible, seeing that pain now with the project to >>> run efl+webkit on a small armv6, some stuff is too heavy. If we had >>> ways to disable parts

Re: [E-devel] build system

2017-01-17 Thread The Rasterman
On Tue, 17 Jan 2017 12:24:58 -0200 Gustavo Sverzut Barbieri said: > On Tue, Jan 17, 2017 at 11:56 AM, Carsten Haitzler > wrote: > > On Tue, 17 Jan 2017 11:25:06 -0200 Gustavo Sverzut Barbieri > > said: > > > >> On Mon, Jan 16, 2017 at 10:04 PM, Carsten Haitzler > >> wrote: > >> > On Mon, 16 Ja

Re: [E-devel] build system

2017-01-17 Thread The Rasterman
On Tue, 17 Jan 2017 12:20:31 -0200 Gustavo Sverzut Barbieri said: > On Mon, Jan 16, 2017 at 10:39 PM, Carsten Haitzler > wrote: > > On Mon, 16 Jan 2017 12:00:24 -0200 Gustavo Sverzut Barbieri > > said: > >> - pure gnu make is great, with very capable macros on its own, you > >> can auto genera

Re: [E-devel] build system

2017-01-17 Thread The Rasterman
On Tue, 17 Jan 2017 14:32:56 + Al Poole said: > I quite like the idea of different configs for different architectures and > configurations. > > just files with config data. > > CONFIG_ARM_LINUX_WAYLAND_DRM_X11 > CONFIG_AMD64_LINUX_X11 > CONFIG_AMD64_OPENBSD_X11 my thoughts were more Make

[EGIT] [core/enlightenment] master 01/01: Revert "send wl_touch events when we handle mouse buttons"

2017-01-17 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1974f5da2d10d83285e57dd314cc43829438c0fe commit 1974f5da2d10d83285e57dd314cc43829438c0fe Author: Chris Michael Date: Tue Jan 17 13:28:05 2017 -0500 Revert "send wl_touch events when

[EGIT] [core/efl] master 01/01: ecore-wl2: Add function to get touch device

2017-01-17 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e0dc2a1f94edc40fc0c1ba938bb92d3c3a4d43f commit 2e0dc2a1f94edc40fc0c1ba938bb92d3c3a4d43f Author: Chris Michael Date: Tue Jan 17 12:31:01 2017 -0500 ecore-wl2: Add function to get touch device

[EGIT] [core/efl] master 01/01: elput: Return touch coordinates when we have no pointer

2017-01-17 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2af4858e2aad8cffac7248398786d37df1a29845 commit 2af4858e2aad8cffac7248398786d37df1a29845 Author: Chris Michael Date: Tue Jan 17 11:34:24 2017 -0500 elput: Return touch coordinates when we hav

[EGIT] [core/enlightenment] master 01/03: update touch enabled/disabled based on seat capabilities

2017-01-17 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1e37dd65fd34342748c2e5c21412444c9b944a7d commit 1e37dd65fd34342748c2e5c21412444c9b944a7d Author: Chris Michael Date: Tue Jan 17 08:42:53 2017 -0500 update touch enabled/disabled bas

[EGIT] [core/enlightenment] master 03/03: send wl_touch events when we handle mouse buttons

2017-01-17 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7906537c021c574fe4cebabbfff4134e8c9be730 commit 7906537c021c574fe4cebabbfff4134e8c9be730 Author: Chris Michael Date: Tue Jan 17 11:31:48 2017 -0500 send wl_touch events when we hand

[EGIT] [core/enlightenment] master 02/03: fix formatting

2017-01-17 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d01509cf260b1156c9bb7da8e84cc1e4661cf9b6 commit d01509cf260b1156c9bb7da8e84cc1e4661cf9b6 Author: Chris Michael Date: Tue Jan 17 08:43:21 2017 -0500 fix formatting NB: No fu

Re: [E-devel] build system

2017-01-17 Thread Lionel Orry
Hi Ross, On Tue, Jan 17, 2017 at 3:27 PM, Ross Vandegrift wrote: > On Tue, Jan 17, 2017 at 09:10:48AM +0100, Lionel Orry wrote: > > On Tue, Jan 17, 2017 at 1:22 AM, Simon Lees wrote: > > > How many major distro's are shipping these out of the box? we don't > > > really want to add another hurdl

Re: [E-devel] build system

2017-01-17 Thread Gustavo Sverzut Barbieri
On Tue, Jan 17, 2017 at 12:32 PM, Al Poole wrote: > I quite like the idea of different configs for different architectures and > configurations. > > just files with config data. > > CONFIG_ARM_LINUX_WAYLAND_DRM_X11 > CONFIG_AMD64_LINUX_X11 > CONFIG_AMD64_OPENBSD_X11 > > Then specify a config and b

[EGIT] [core/efl] master 01/01: Edje_Edit: add forgotten API for map.zoom.x/y

2017-01-17 Thread Vitalii Vorobiov
furrymyad pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bbdfe393e4bf5aee5d00dacb704b0e7510921ecd commit bbdfe393e4bf5aee5d00dacb704b0e7510921ecd Author: Vitalii Vorobiov Date: Tue Jan 17 16:30:45 2017 +0200 Edje_Edit: add forgotten API for map.zoom

Re: [E-devel] build system

2017-01-17 Thread Al Poole
I quite like the idea of different configs for different architectures and configurations. just files with config data. CONFIG_ARM_LINUX_WAYLAND_DRM_X11 CONFIG_AMD64_LINUX_X11 CONFIG_AMD64_OPENBSD_X11 Then specify a config and build with Makefiles... make CONFIG_ARM_LINUX_WAYLAND_DRM_X11 make i

Re: [E-devel] build system

2017-01-17 Thread Ross Vandegrift
On Tue, Jan 17, 2017 at 09:10:48AM +0100, Lionel Orry wrote: > On Tue, Jan 17, 2017 at 1:22 AM, Simon Lees wrote: > > How many major distro's are shipping these out of the box? we don't > > really want to add another hurdle to users building by needing to > > manually install a build system first,

Re: [E-devel] build system

2017-01-17 Thread Gustavo Sverzut Barbieri
On Tue, Jan 17, 2017 at 11:56 AM, Carsten Haitzler wrote: > On Tue, 17 Jan 2017 11:25:06 -0200 Gustavo Sverzut Barbieri > said: > >> On Mon, Jan 16, 2017 at 10:04 PM, Carsten Haitzler >> wrote: >> > On Mon, 16 Jan 2017 16:15:40 -0200 Gustavo Sverzut Barbieri >> > said: >> > >> >> On Mon, Jan 16

Re: [E-devel] build system

2017-01-17 Thread Gustavo Sverzut Barbieri
On Mon, Jan 16, 2017 at 10:39 PM, Carsten Haitzler wrote: > On Mon, 16 Jan 2017 12:00:24 -0200 Gustavo Sverzut Barbieri > said: >> - pure gnu make is great, with very capable macros on its own, you >> can auto generate rules, recursively include files... that leads to a >> single 'make' (not rec

Re: [E-devel] RFC: New modes for eina_freeq & short-lived strings

2017-01-17 Thread The Rasterman
On Tue, 17 Jan 2017 10:32:16 -0200 Gustavo Sverzut Barbieri said: > I didn't check the impl patches, but one thing that worries me is > inner main loops. > > If we're trying to simplify the cases where we add to slstr/freeq and > return a pointer, expecting it to be alive (ie: some API returns >

Re: [E-devel] build system

2017-01-17 Thread The Rasterman
On Tue, 17 Jan 2017 11:25:06 -0200 Gustavo Sverzut Barbieri said: > On Mon, Jan 16, 2017 at 10:04 PM, Carsten Haitzler > wrote: > > On Mon, 16 Jan 2017 16:15:40 -0200 Gustavo Sverzut Barbieri > > said: > > > >> On Mon, Jan 16, 2017 at 3:41 PM, wrote: > >> > On Mon, Jan 16, 2017 at 12:05:29PM

Re: [E-devel] build system

2017-01-17 Thread Gustavo Sverzut Barbieri
On Mon, Jan 16, 2017 at 10:04 PM, Carsten Haitzler wrote: > On Mon, 16 Jan 2017 16:15:40 -0200 Gustavo Sverzut Barbieri > said: > >> On Mon, Jan 16, 2017 at 3:41 PM, wrote: >> > On Mon, Jan 16, 2017 at 12:05:29PM -0200, Gustavo Sverzut Barbieri wrote: >> >> On Mon, Jan 16, 2017 at 6:55 AM, wr

[EGIT] [core/efl] master 01/01: evil: include "sys/types.h" where is define off_t

2017-01-17 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba4370f8dff140cf56a84227a65c95123f3f75f7 commit ba4370f8dff140cf56a84227a65c95123f3f75f7 Author: Vyacheslav Reutskiy Date: Tue Jan 17 14:35:27 2017 +0200 evil: include "sys/types.h" where is defi

Re: [E-devel] RFC: New modes for eina_freeq & short-lived strings

2017-01-17 Thread Gustavo Sverzut Barbieri
I didn't check the impl patches, but one thing that worries me is inner main loops. If we're trying to simplify the cases where we add to slstr/freeq and return a pointer, expecting it to be alive (ie: some API returns 'const char*' but we need to allocate it, previously we'd keep a reference else

[EGIT] [tools/eflete] master 04/05: property_group: update program script view

2017-01-17 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=ea4a12e7b9f63befd11db3910d23c9bd8c2b8f6a commit ea4a12e7b9f63befd11db3910d23c9bd8c2b8f6a Author: Andrii Kroitor Date: Tue Jan 17 13:49:07 2017 +0200 property_group: update program script view

[EGIT] [tools/eflete] master 05/05: project_manager: fix edc import

2017-01-17 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=91a71c62beb844538f0a10d13ad7d5aa20ac2030 commit 91a71c62beb844538f0a10d13ad7d5aa20ac2030 Author: Andrii Kroitor Date: Thu Dec 8 15:57:27 2016 +0200 project_manager: fix edc import Ch

[EGIT] [tools/eflete] master 02/05: project_manager: update pm_lock_check

2017-01-17 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=008e675d1136f24e962c60adf6f6e9b8cd617a6c commit 008e675d1136f24e962c60adf6f6e9b8cd617a6c Author: Vyacheslav Reutskiy Date: Thu Dec 29 13:36:41 2016 +0200 project_manager: update pm_lock_check

[EGIT] [tools/eflete] master 03/05: project manager: implement project recovery

2017-01-17 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=3cd40820e79eb22364fed1a1cce7bb45f655bdf5 commit 3cd40820e79eb22364fed1a1cce7bb45f655bdf5 Author: Vyacheslav Reutskiy Date: Fri Dec 30 10:44:07 2016 +0200 project manager: implement project re

[EGIT] [tools/eflete] master 01/05: Revert "project_manager: add mutex lock feature in Window."

2017-01-17 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=bb47f12fc218c687b41e5ea873cbdc5d23fa8d40 commit bb47f12fc218c687b41e5ea873cbdc5d23fa8d40 Author: Vyacheslav Reutskiy Date: Wed Dec 28 10:48:36 2016 +0200 Revert "project_manager: add mutex lo

[EGIT] [core/efl] master 01/01: edje_edit: add Efl.File.mmap.set implementation for edje_edit

2017-01-17 Thread Andrii Kroitor
lorddrew pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b909f913ed5c4175a62442df212dced6b112dd63 commit b909f913ed5c4175a62442df212dced6b112dd63 Author: Andrii Kroitor Date: Tue Jan 17 13:35:54 2017 +0200 edje_edit: add Efl.File.mmap.set implementat

Re: [E-devel] build system

2017-01-17 Thread The Rasterman
On Tue, 17 Jan 2017 08:43:32 +0100 Adrien Nader said: > Hi, > > I'm busy with other things but overall I find the content in the > discussion very disconcerting. > > Taking ffmpeg's so-called configure script as an example. > It. Is. A. Pile. Of. Crap. > How is *that* script any better than aut

Re: [E-devel] build system

2017-01-17 Thread Lionel Orry
Hello, On Tue, Jan 17, 2017 at 1:22 AM, Simon Lees wrote: > > > On 01/17/2017 12:30 AM, Gustavo Sverzut Barbieri wrote: > > Hi Raster, > > > > - waf/meson/jam and I'd add http://gittup.org/tup/: all look nice, > > but I have not much experience. Not that much used and seems to only > > cover a