efl/src/tests
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
..
ecore ecore_con: add more test cases related to ssl functions. 2015-03-13 09:33:29 +01:00
ecore_audio_cxx
ecore_cxx check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
edje check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
edje_cxx
eet eet - add new api to verify eet file against stored cert 2014-11-28 17:56:27 +09:00
eet_cxx check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
eeze
efreet check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
eina eina: fix warning due to sign vs unsign tests. 2015-03-13 09:33:29 +01:00
eina_cxx check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
eio eio: add OSX implementation of eio_monitor based on FSEvent 2015-03-12 07:43:59 +01:00
eldbus check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
eldbus_cxx check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
elocation tests/elocation: Disable problematic elocation status test for now. 2014-11-11 12:26:56 +01:00
emile emile: initial introduction of Emile. 2015-03-17 09:58:17 +01:00
emotion emotion test - fix lack of null checks in test code 2014-09-01 19:40:47 +09:00
eo Eo: Remove GCCism and make it more portable. 2015-02-23 17:16:02 +00:00
eolian Eolian: add API to return the class from a function. 2015-03-16 17:32:30 +02:00
eolian_cxx check: fix tests suites on Windows 2015-01-30 10:49:54 +01:00
evas tests/evas: Enable evas 3d mesh test case again after the code got fixed. 2015-02-12 14:45:53 +01:00
evas_cxx
.gitignore