summaryrefslogtreecommitdiff
path: root/src/lib/eina_error.c
Commit message (Expand)AuthorAgeFilesLines
* fix error_find to actually return the Eina_Error instead of just iMike Blumenkrantz2011-04-151-2/+2
* move more doc to .hCarsten Haitzler2011-04-071-211/+0
* err...always strcmp this not sure what I was thinkingMike Blumenkrantz2011-03-191-5/+2
* +EAPI Eina_Error eina_error_find(const char *msg)Mike Blumenkrantz2011-03-191-0/+29
* use stringshare in eina_errorMike Blumenkrantz2011-03-181-7/+8
* uncrustify eina.Carsten Haitzler2010-07-281-33/+39
* +eina_error_msg_modify to change the error string of a registered error; pres...Mike Blumenkrantz2010-07-251-0/+40
* Remove eina_error deprecated functions.Gustavo Sverzut Barbieri2010-02-261-46/+0
* * finish benchmark tutorialVincent Torri2009-12-271-21/+20
* malloc--: error and magic can take statically defined strings so noGustavo Sverzut Barbieri2009-09-071-23/+91
* eina_inlist.h is not required anymore.Gustavo Sverzut Barbieri2009-09-061-1/+0
* eina_error: improvements to make it faster.Gustavo Sverzut Barbieri2009-09-061-36/+50
* EINA API BREAK: no more individual modules init/shutdown.Gustavo Sverzut Barbieri2009-09-061-99/+31
* eina_error: deprecated old logging, move to eina_log.Gustavo Sverzut Barbieri2009-09-041-382/+24
* eina_safety_checks_init()Gustavo Sverzut Barbieri2009-09-041-12/+20
* * add eina_config.h in all source files. Fix linking with Visual StudioVincent Torri2009-08-281-2/+3
* fix a bit the documentation, but there are stillVincent Torri2009-06-221-24/+20
* * eina: Remove memory leak (patch from Andre Dieb).Cedric BAIL2009-06-091-1/+0
* export vargs version of eina_error_print().Gustavo Sverzut Barbieri2009-04-061-0/+15
* * eina/src/lib/eina_list.c: Use less code.Cedric BAIL2009-02-251-0/+2
* + Fix some english typosJorge Luis Zapata Muga2009-01-261-5/+5
* * minor formattingVincent Torri2009-01-231-1/+1
* Fixed two trivial const correctness issues.tilman2009-01-171-1/+1
* eina safety checks.Gustavo Sverzut Barbieri2008-12-261-0/+7
* Make code understandable by Visual Studio.Cedric BAIL2008-12-231-4/+4
* Fix compilation and warnings on Windows:Vincent Torri2008-10-161-0/+4
* Make eina_error depend on no other sub module that need initialization.Cedric BAIL2008-09-301-7/+29
* Patch from quarium.Cedric BAIL2008-09-251-7/+7
* * add benchmark and file documentationVincent Torri2008-09-191-2/+2
* * add doc for counter and convert modulesVincent Torri2008-09-171-0/+10
* * add array docVincent Torri2008-09-071-2/+3
* fix examples in tutorialVincent Torri2008-09-061-1/+18
* * fix section titleVincent Torri2008-09-061-2/+6
* * finish tutorial of eina_errorVincent Torri2008-09-061-13/+188
* * add documentation and a tutorial for the error moduleVincent Torri2008-09-051-14/+359
* * EAPI is now correctly defined on WindowsVincent Torri2008-08-281-2/+2
* * move standard header files from eina_private.h to source filesVincent Torri2008-08-281-9/+19
* Place pre-conditions where they belongJorge Luis Zapata Muga2008-08-231-2/+4
* Use the right type.Cedric BAIL2008-08-131-1/+1
* fix doxy docdoursse2008-08-091-1/+1
* Remove warning fix test covering.Cedric BAIL2008-08-081-2/+6
* Allow user provided functions for printing messagesJorge Luis Zapata Muga2008-08-081-14/+39
* Add eina_list test suite. Cleanup list implementation and share out of memory...Cedric BAIL2008-08-071-0/+2
* License changes (BSD -> LGPL)Cedric BAIL2008-08-061-0/+18
* Hide the type.Cedric BAIL2008-08-041-4/+4
* Fix error get/set.Cedric BAIL2008-08-011-19/+7
* Use only the needed headers per file and remove some warning.Cedric BAIL2008-07-301-5/+6
* Adding turran work to unify EFL data types and functions.Cedric BAIL2008-07-301-0/+153