efl/pc/.gitignore

68 lines
965 B
Plaintext
Raw Normal View History

/ecore-avahi.pc
/ecore-audio.pc
/ecore-cocoa.pc
/ecore-con.pc
/ecore-evas.pc
/ecore-fb.pc
/ecore-drm.pc
/ecore-file.pc
/ecore-imf-evas.pc
/ecore-imf.pc
/ecore-input-evas.pc
/ecore-input.pc
/ecore-ipc.pc
/ecore-psl1ght.pc
/ecore-sdl.pc
/ecore-wayland.pc
/ecore-win32.pc
/ecore-x.pc
/ecore.pc
/ecore-buffer.pc
/ector.pc
/edje.pc
/eet.pc
/eeze.pc
/efreet-mime.pc
/efreet-trash.pc
/efreet.pc
/eina.pc
/eina-cxx.pc
/eet-cxx.pc
/eio.pc
2015-04-05 06:19:45 -07:00
/eio-cxx.pc
/eldbus.pc
/elocation.pc
/embryo.pc
/emotion.pc
/eo.pc
/ephysics.pc
/escape.pc
/ethumb.pc
/ethumb_client.pc
/evas-drm.pc
/evas-fb.pc
/evas-opengl-cocoa.pc
/evas-opengl-sdl.pc
/evas-opengl-x11.pc
/evas-psl1ght.pc
/evas-software-buffer.pc
/evas-software-ddraw.pc
/evas-software-gdi.pc
/evas-software-sdl.pc
/evas-software-x11.pc
/evas-wayland-egl.pc
/evas-wayland-shm.pc
/evas.pc
/evil.pc
2014-02-17 23:47:13 -08:00
/eolian.pc
/eolian-cxx.pc
/eo-cxx.pc
/evas-cxx.pc
/ecore-cxx.pc
/edje-cxx.pc
/ecore-audio-cxx.pc
2014-08-21 07:56:06 -07:00
/efl.pc
/efl-cxx.pc
2014-12-08 08:13:02 -08:00
/elua.pc
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 00:49:57 -07:00
/emile.pc