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 0e77364887 update header #defined versions to 1.8 to make sure new apis are used 11 years ago
..
doc Make old doxygen versions able to find eina example files. 11 years ago
m4 Eina: fix CFLAGS value when --enable-assert is used 11 years ago
src update header #defined versions to 1.8 to make sure new apis are used 11 years ago
.gitignore eet, eina, eio, embryo, ethumb, evas, expedite: Updated .gitignore 12 years ago
AUTHORS just spent waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay too long working on eina_str_split/full. never again. 11 years ago
COPYING fix COPYING to say 2011. 12 years ago
ChangeLog ChangeLog: back in time. 11 years ago
INSTALL Update configure as we now need automake 1.10. 15 years ago
Makefile.am Eina: remove --enable-coverage option. 11 years ago
NEWS eina: news + changelog 11 years ago
README and up ver to 1.7.99 now in svn. nack to svnrev num at end. 11 years ago
autogen.sh Eina: put m4 files in their own subdir 12 years ago
configure.ac Eina bench: Added eina-bench-cmp to compare benchmarks. 11 years ago
eina.pc.in Eina: add nice m4 macro to check function. Will be usable easily in the merge, per EFL lib 11 years ago
eina.spec.in Since the SVN revision is now included in %{version}, it's redundant 12 years ago

README

Eina 1.7.99

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

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