efl/legacy/eio
Stefan Schmidt cedf5d0cf9 Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

SVN revision: 78409
2012-10-24 19:50:29 +00:00
..
doc Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files. 2012-10-24 19:50:29 +00:00
m4 Eio: fix thread detection 2012-08-24 08:19:41 +00:00
src eio: Fix possible memory corruption in eio_eet_data_read_cipher() 2012-10-04 01:46:03 +00:00
.gitignore eio: Ignore all libtool output 2012-06-26 20:52:40 +00:00
AUTHORS eio: Fix possible memory corruption in eio_eet_data_read_cipher() 2012-10-04 01:46:03 +00:00
COPYING eio: fix copy/paste error. 2011-12-15 17:00:48 +00:00
ChangeLog eio: Fix possible memory corruption in eio_eet_data_read_cipher() 2012-10-04 01:46:03 +00:00
INSTALL * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
Makefile.am Eio: autotools cleanup 2012-03-25 19:15:44 +00:00
NEWS eio: Fix possible memory corruption in eio_eet_data_read_cipher() 2012-10-04 01:46:03 +00:00
README and up ver to 1.7.99 now in svn. nack to svnrev num at end. 2012-08-30 10:34:01 +00:00
TODO Eio: improve path monitoring on Windows 2012-09-06 06:30:29 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac and up ver to 1.7.99 now in svn. nack to svnrev num at end. 2012-08-30 10:34:01 +00:00
eio.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
eio.spec.in Assorted build and spec fixes. 2011-06-23 07:01:45 +00:00

README

EIO 1.7.99

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************

Enlightenment Input Output Library
==================================

This library is intended to provide non blocking IO by using thread for all
operations that may block. It depends only on eina, eet and ecore right now.
It should integrate all the features/functions of Ecore_File that could block.

It is part of what we call the EFL and can be a dependence of E17. Feel free
to contribute, help is always appreciated !

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(do this as root unless you are installing in your users directories):
  make install