efl/pc
Cedric BAIL 0b04186a7f emile: initial introduction of Emile.
The intent of Emile is to be the common layer for serialisation, compression
and ciphering. It will expose the library we currently use internally to an
easier use from the outside (like gcrypt and lz4). It should improve portability.
Instead of pushing JSON, XML and what's not to Eina, I do think that they will
fit better in Emile.

As for the naming of Emile, you will need to be French and say :
"Un quoi ?" "Un serializer !"

Regarding why it is put there in the stack. Right now there is two users of
compression (eet and terminology), two users of cipher library (eet and ecore_con)
and a few handful of user for serialization (eina, eet, efreet, ecore_con, ...).
So the choice was quite simple, it needed to be below Eet. Now it could have been
on top of Eo or integrated into Eina.

One of the use case I am thinking of, is to compress Eo object when a canvas get
hidden/minized. For that it require Eo to use that library and it can't be a higher
level object. And with current implementation of Eo it is perfectly possible to
implement such idea. So not at Eo level.

As for Eina, I am starting to think it is getting to much things in its namespace.
I do believe that infact Eina_Simple_XML and Eina_File should after all have landed
in their own library. That's why I am putting the current logic in a new library.
It is going to expand, I want it to provide an few SAX like parser for JSON,
Eet_Data and protobuf with also an API like Eet_Data to directly feed those value
into a C structure without using a DOM at all. It would also be the right place
to experiment and benchmark for a new Eet_Data format that could be more efficient
to use.

So at the end, and due to how I see things going and being used, I do think it
is better of in its own library.
2015-03-17 09:58:17 +01:00
..
.gitignore emile: initial introduction of Emile. 2015-03-17 09:58:17 +01:00
ecore-audio-cxx.pc.in eolian-cxx: fix make distcheck and automake files for Eolian C++ 2014-05-04 12:21:30 +02:00
ecore-audio.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-avahi.pc.in Ecore_Avahi: initial commit. 2013-12-17 19:37:05 +09:00
ecore-cocoa.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-con.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-cxx.pc.in autotools: define @datarootdir@ explicitly to avoid config.status warnings. 2014-05-10 10:17:21 +02:00
ecore-drm.pc.in ecore-drm: Add package config file 2014-03-06 10:57:26 +00:00
ecore-evas.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-fb.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-file.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-imf-evas.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-imf.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-input-evas.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-input.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-ipc.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-psl1ght.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-sdl.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-wayland.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-win32.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore-x.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ecore.pc.in autotools: define @datarootdir@ explicitly to avoid config.status warnings. 2014-05-10 10:17:21 +02:00
edje-cxx.pc.in eolian: fix pkg-config eoincludedir variable to point to @datadir@ instead of @datarootdir@. 2014-05-09 12:47:33 +02:00
edje.pc.in eolian: fix pkg-config eoincludedir variable to point to @datadir@ instead of @datarootdir@. 2014-05-09 12:47:33 +02:00
eet-cxx.pc.in eolian_cxx: initial version of the EFL C++ Bindings Generator. 2014-05-03 00:56:32 +02:00
eet.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eeze.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
efl-cxx.pc.in autotools: Add efl-cxx.pc.in. 2014-09-12 15:28:11 -03:00
efl.pc.in Efl: Create libefl. 2014-08-21 11:02:10 +01:00
efreet-mime.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
efreet-trash.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
efreet.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eina-cxx.pc.in pkg-config: Make Eina++ require and use Eo. 2014-09-24 13:02:29 -03:00
eina.pc.in Revert "autotools: try improving thread detection." 2014-02-19 11:02:33 +09:00
eio.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eldbus.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
elocation.pc.in elocation: Add elocation libraray to EFL. 2014-11-11 11:02:08 +01:00
elua.pc.in elua: add pkg-config for the elua library 2014-12-08 15:59:45 +00:00
embryo.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
emile.pc.in emile: initial introduction of Emile. 2015-03-17 09:58:17 +01:00
emotion.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
eo-cxx.pc.in autotools: Fix Eo++ Eolian++ and Evas++ pkg-config files. 2014-09-12 15:28:23 -03:00
eo.pc.in autotools: define @datarootdir@ explicitly to avoid config.status warnings. 2014-05-10 10:17:21 +02:00
eolian-cxx.pc.in autotools: Fix Eo++ Eolian++ and Evas++ pkg-config files. 2014-09-12 15:28:23 -03:00
eolian.pc.in autotools: define @datarootdir@ explicitly to avoid config.status warnings. 2014-05-10 10:17:21 +02:00
ephysics.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
escape.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ethumb.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
ethumb_client.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
evas-cxx.pc.in autotools: Fix Eo++ Eolian++ and Evas++ pkg-config files. 2014-09-12 15:28:23 -03:00
evas-drm.pc.in Add pc file for evas drm engine. 2013-05-14 10:49:14 +01:00
evas-fb.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-opengl-cocoa.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-opengl-sdl.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-opengl-x11.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-psl1ght.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-buffer.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-ddraw.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-gdi.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-sdl.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-software-x11.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-wayland-egl.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas-wayland-shm.pc.in merge: and now Evas 2012-11-04 11:51:42 +00:00
evas.pc.in autotools: define @datarootdir@ explicitly to avoid config.status warnings. 2014-05-10 10:17:21 +02:00
evil.pc.in alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00