efl/legacy/eina
Daniel Juyung Seo 13f1bc5049 eina eina_list.h: Fixed typo in the documentation.
SVN revision: 69605
2012-03-25 08:51:02 +00:00
..
doc fix paths to be relative to project build root. 2012-01-22 22:00:07 +00:00
m4 Eina: put m4 files in their own subdir 2012-01-21 08:02:54 +00:00
src eina eina_list.h: Fixed typo in the documentation. 2012-03-25 08:51:02 +00:00
.gitignore Add ignore and update files 2011-06-07 10:26:13 +00:00
AUTHORS eina: update AUTHORS. 2012-03-16 11:26:23 +00:00
COPYING fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
ChangeLog eina: fix build when valgrind is not in a standard location. 2012-03-16 11:25:14 +00:00
INSTALL
Makefile.am buildbot: new attempt at coverage support. 2012-01-22 15:09:51 +00:00
NEWS eina: backport and ChangeLog for dead lock in Eina_File. 2012-03-14 15:53:14 +00:00
README gear up svn for release. one of many steps/things to do. 2012-03-17 04:17:29 +00:00
acinclude.m4
autogen.sh Eina: put m4 files in their own subdir 2012-01-21 08:02:54 +00:00
configure.ac gear up svn for release. one of many steps/things to do. 2012-03-17 04:17:29 +00:00
eina.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
eina.spec.in Since the SVN revision is now included in %{version}, it's redundant 2011-06-16 20:36:43 +00:00

README

Eina 1.2.0

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

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

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

Requirements:
-------------
Must have:
 libc (pthread or windows threading support, iconv support)

Eina is a library providing data structure utilities for EFL that are meant
to be lean, efficient and tailored to EFL's needs. This saves each
library implementing its own custom datatype handling and duplicating
the code. Some of the datatypes handles are:
  Arrays (variable sized, including inline members)
  Hash tables
  Inlined linked lists
  Linked lists
  Matricies
  Quadtrees
  Red/black trees
  Stringbuffers (expandable string buffers)

In addition Eina supports shared string token hashes with Stringshare
and Unistringshare (standard ascii/utf8 strings and full unicode
strings). It has a Trash pointer collector for deferring freeing until
work is complete on a dataset, Unicode string wrapping and handling,
UTF8 string parsing, 2D tile structure handling and rectangle
utilities, module loading wrapper, Memory pools for faster allocation
and less fragmentation of the heap, Output logging and selective
aborting on critical enough states, fixed point math functions, CPU
feature detection (like MMX, SSE, VFP, NEON etc.), Counters, binary
token sharing and more.

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

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