You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Carsten Haitzler 6bfc6527c2 module arch fix. 13 years ago
..
debian fix ticket #466 14 years ago
doc well got to start somewhere. eina 1.0.0 alpha readied. need to go over 13 years ago
m4 split out spinlock detection to separate macro for readability, add rwlock detection macro 13 years ago
src formatting. ok - maybe we can have a debate on it, but its better than 13 years ago
win32 and add mempool source files... 13 years ago
.cvsignore Add benchmark support. 15 years ago
AUTHORS Eina: Add Eina_UStringshare and Eina_Binshare. 13 years ago
COPYING fix copying - it didnt actually even claim copyright. fix. 13 years ago
ChangeLog well got to start somewhere. eina 1.0.0 alpha readied. need to go over 13 years ago
INSTALL Update configure as we now need automake 1.10. 15 years ago
Makefile.am well got to start somewhere. eina 1.0.0 alpha readied. need to go over 13 years ago
NEWS Adding turran work to unify EFL data types and functions. 15 years ago
README well got to start somewhere. eina 1.0.0 alpha readied. need to go over 13 years ago
acinclude.m4 Fix build on RHEL5. 14 years ago
autogen.sh Use m4 directory. 15 years ago
configure.ac module arch fix. 13 years ago
eina-1.pc.in well got to start somewhere. eina 1.0.0 alpha readied. need to go over 13 years ago
eina.pc.in * really export symbols on Windows (EFL_EINA_BUILD not 14 years ago
eina.spec.in After discussing with raster, this is what he requested for the spec 13 years ago

README

Eina 1.0.0 ALPHA

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

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

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

Requirements:
-------------
Must have:
libc
libm
(For windows you also need: evil)

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)
Hash tables
Inlined linked lists
Linked lists
Matricies
Quadtrees
Red/black trees
Strinbuffers (expandable string bufers)

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