summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* backport eina nullcheck things.Carsten Haitzler2012-09-127-3/+24
* eina: backport r76267.Cedric BAIL2012-09-071-1/+1
* this breaks lots of stuff. terminology, e.... i got yself a blankv1.7.0Carsten Haitzler2012-08-281-4/+0
* null checks for str splitMike Blumenkrantz2012-08-281-0/+4
* update @version'sCarsten Haitzler2012-08-271-1/+1
* Eina: upgrade eina_inarray_setup to eina_inarray_step_setBruno Dilly2012-08-242-2/+2
* eina_file : fix functions to behave with paths containing '/' or '\' on WindowsVincent Torri2012-08-231-44/+45
* eina: don't rely on the order of the declaration of the variablesVincent Torri2012-08-221-4/+8
* Eina: fix possible mem leakVincent Torri2012-08-201-1/+3
* Eina: formattingVincent Torri2012-08-201-1/+1
* eina: Use more @note notation. Fixed more wrong documentation.Daniel Juyung Seo2012-08-155-18/+24
* eina eina_stringshare.h: Use @note instead of just saying 'Note that ...'. Th...Daniel Juyung Seo2012-08-151-2/+2
* eina eina_stringshare.c: Fixed formatting while reading the code.Daniel Juyung Seo2012-08-151-64/+64
* eina eina_stringshare.h: Fixed wrong documentation pointed out by Ryuan.Daniel Juyung Seo2012-08-151-2/+2
* eina: add EINA_SENTINEL to help use of variadic functionsLucas De Marchi2012-08-141-0/+14
* more updates for 1.7.0 alpha.Carsten Haitzler2012-08-101-1/+1
* leaklet--Carsten Haitzler2012-08-041-0/+1
* thanks vtorri :-)Gustavo Sverzut Barbieri2012-08-011-0/+2
* improve docs about eina_log_domain_level_check().Gustavo Sverzut Barbieri2012-08-011-2/+2
* ops, last minute api change was not updated...Gustavo Sverzut Barbieri2012-08-011-1/+4
* eina log: expose cross platform way to set console colors.Gustavo Sverzut Barbieri2012-08-012-59/+140
* fix problem in dealing with debians multiarch on prefix finding.Carsten Haitzler2012-08-011-0/+19
* eina: fix documentation.Cedric BAIL2012-07-311-3/+3
* eina: cleanup eina_file_map_lines API before release.Cedric BAIL2012-07-313-42/+40
* Eina: oups, typo in #ifdef for including Escape.hYouness Alaoui2012-07-211-1/+1
* Eina: eina_list_remove doc improvementsJonas M. Gastal2012-07-171-5/+5
* Iterator and Accessor doc improvements.Jonas M. Gastal2012-07-173-8/+39
* fix minor version defines to be at 1.6 (in sync now) ready for goingCarsten Haitzler2012-07-161-1/+1
* Small improvement to eina_hash_free_cb_set documentation.Jonas M. Gastal2012-07-131-2/+6
* Eina Log: don't remove a domain from env var list on the first registerBruno Dilly2012-07-051-3/+0
* BAD CEDRIC!Carsten Haitzler2012-07-051-1/+1
* eina: handle gracefully eina_*_free with NULL.Cedric BAIL2012-07-0511-16/+53
* Eina: implement eina_file_map_lines() on WindowsVincent Torri2012-07-041-0/+139
* formattingMike Blumenkrantz2012-07-021-203/+205
* Revert "eina: fix eina_file_iterator"Sebastian Dransfeld2012-06-291-0/+3
* eina: fix eina_file_iteratorSebastian Dransfeld2012-06-291-3/+0
* eina: also track lines index.Cedric BAIL2012-06-292-1/+10
* Eina: reorganise a bit the autotools. Please report any problemVincent Torri2012-06-292-11/+10
* eina/tests: Bring in the needed flags for coverage after the rework.Stefan Schmidt2012-06-281-2/+2
* Eina: and fix bench compilationVincent Torri2012-06-281-2/+3
* Eina: add nice m4 macro to check function. Will be usable easily in the merge...Vincent Torri2012-06-281-1/+1
* tone down mempool chunk sizesCarsten Haitzler2012-06-178-17/+17
* add EINA_MEMPOOL_PASSCarsten Haitzler2012-06-171-4/+8
* eina: fix typos in some headersJihoon Kim2012-06-166-13/+13
* eina/tests: Compare unsigned with unsigned and remove unused varsStefan Schmidt2012-06-151-3/+1
* eina: actually check the pid only if we fail with main loop check.Cedric BAIL2012-06-121-8/+13
* even more overclarificationMike Blumenkrantz2012-06-111-5/+8
* super overclarify docs for eina_str_split_fullMike Blumenkrantz2012-06-111-2/+9
* fix size of returned array in str_split, doc clarification incomingMike Blumenkrantz2012-06-112-17/+13
* fix the str_split test to function the way our docs specify that it shouldMike Blumenkrantz2012-06-081-14/+20