summaryrefslogtreecommitdiff
path: root/src/lib/eina_magic.c
Commit message (Expand)AuthorAgeFilesLines
* Eina: remove ugly FMT_* compatibility strings as Evil has now POSIX printf fa...Vincent Torri2012-02-171-5/+0
* magic: define and set eina_error if fails.Gustavo Sverzut Barbieri2012-01-091-0/+7
* From: Joerg Sonnenberger <joerg@britannica.bec.de>Joerg Sonnenberger2011-12-051-2/+2
* Eina: EINA_MAGIC example and documentation.Jonas M. Gastal2011-06-201-168/+0
* no long casts - just case to/from void * as needed. i dont see why weCarsten Haitzler2010-12-161-2/+2
* revert part of commit - broke compilation. no uintptr_t in linuxCarsten Haitzler2010-12-111-1/+1
* * make vc++ happy with ERR()Vincent Torri2010-12-111-2/+3
* fix doc s!Carsten Haitzler2010-10-201-1/+1
* Evil patch from Evil vtorri. Some improvements to Eina docs.Iván Briano2010-09-081-3/+3
* Better documenting EINA_MAGIC_SET()'s use.Gustavo Lima Chaves2010-08-021-0/+6
* uncrustify eina.Carsten Haitzler2010-07-281-84/+91
* printf modifiers are different on WindowsVincent Torri2010-06-261-0/+4
* doc improvements.Gustavo Sverzut Barbieri2010-02-281-1/+82
* missing "Vincent Torri2010-02-111-1/+1
* let's not return NULL but a more useful result.Gustavo Sverzut Barbieri2010-02-111-5/+13
* * finish benchmark tutorialVincent Torri2009-12-271-17/+18
* allow amalgamation of files, at least symbols don't clash anymore.Gustavo Sverzut Barbieri2009-09-071-0/+7
* malloc--: error and magic can take statically defined strings so noGustavo Sverzut Barbieri2009-09-071-26/+82
* API BREAK: eina_magic_string_set() does not change existing strings anymore.Gustavo Sverzut Barbieri2009-09-071-41/+101
* EINA API BREAK: no more individual modules init/shutdown.Gustavo Sverzut Barbieri2009-09-061-37/+20
* eina_error: deprecated old logging, move to eina_log.Gustavo Sverzut Barbieri2009-09-041-32/+36
* * eina_magic: Test suite now work when magic debug is disabled.Cedric BAIL2009-09-011-16/+4
* * add eina_config.h in all source files. Fix linking with Visual StudioVincent Torri2009-08-281-1/+1
* fix a bit the documentation, but there are stillVincent Torri2009-06-221-0/+95
* * modify the way eina_config.h is built (see eina_config.h.inVincent Torri2009-06-081-3/+16
* Rename EINA_INLIST_ITER_NEXT/EINA_INLIST_ITER_LAST to EINA_INLIST_FOREACH/Cedric BAIL2008-10-211-2/+2
* Fix compilation and warnings on Windows:Vincent Torri2008-10-161-0/+4
* Fix some warning.Cedric BAIL2008-10-101-2/+2
* Store build information inside eina_config.h, and fix magic use.Cedric BAIL2008-09-261-22/+22
* Last part of quarium patch.Cedric BAIL2008-09-251-3/+2
* Patch from Arnaud de Turckheim "quarium" <quarium@gmail.com>.Cedric BAIL2008-09-251-1/+1
* * move standard header files from eina_private.h to source filesVincent Torri2008-08-281-2/+19
* Add eina_array_pop and rename eina_array_append by eina_array_push.Cedric BAIL2008-08-261-1/+1
* Add first try for an accessor and iterator API, comment welcome (lack inlist ...Cedric BAIL2008-08-111-4/+4
* After benchmarking, providing inline does impact performance of list and arra...Cedric BAIL2008-08-081-1/+3
* License changes (BSD -> LGPL)Cedric BAIL2008-08-061-0/+18
* Export a magic API.Cedric BAIL2008-07-311-0/+134