profile/ivi/eina.git
2010-04-10 caroexplicit cast
2010-04-09 tiagoAdding strbuf printfs
2010-04-03 carodefine strcasecmp() as stricmp() for vc++, remove
2010-04-03 caroremove cegcc compiler support
2010-03-26 caroadd colored log on Windows with the DOS console and...
2010-03-26 carodeclare buddy init/shutdown functions it this
2010-03-23 carofix most compilation errors with vc++ (there are still a
2010-03-23 caro * declare variables at the beginning of the block
2010-03-14 barbieristringshare: optimization suggested by rasterman, docs.
2010-03-12 barbierifix docs.
2010-03-11 caroupdate vcproj files (add new str and strbuf files)
2010-03-09 caroupdate string buffer documentation
2010-03-07 caromore supported OS
2010-03-07 caroupdate TOC
2010-03-07 carotypo
2010-03-07 carowhen pthread is found, don't abort if spin lock is...
2010-03-07 caro * fix more str doc
2010-03-07 carofix doc for eina_str
2010-03-03 carothe 4th parameter should not be NULL, not the 3rd
2010-03-01 cedric * eina: Add eina_list_data_set.
2010-03-01 barbieriAllow user to redefine the default logging level used by
2010-03-01 cedric * eina: Don't variable name that could shadow math...
2010-02-28 barbieriremove stupid letter I introduced by mistake.
2010-02-28 barbieridoc improvements.
2010-02-28 caroabort when pthread is requested but not found
2010-02-27 barbieriBetter resize rotine, linear instead of double.
2010-02-27 barbierimacro -> inline
2010-02-27 barbieriFix other EINA_PURE/EINA_CONST.
2010-02-27 barbieriouch, SPANK SPANK SPANK... me :-( wrong function attrib...
2010-02-27 barbierimissing useful warnings for eina_str
2010-02-27 barbierieina_str speedups.
2010-02-26 barbierifind and replace too much!
2010-02-26 barbierioptimization attributes for functions.
2010-02-26 barbieriadd missing macro for prepend.
2010-02-26 barbierieina_strbuf_insert variants and fix leak with eina_strb...
2010-02-26 barbierimore docs for strbuf
2010-02-26 barbieridocumentation improvements for eina_strbuf.
2010-02-26 barbieriadd eina_strbuf_append_length()
2010-02-26 barbieriTRUE/FALSE are gone, use EINA_TRUE/EINA_FALSE instead.
2010-02-26 barbieriminor documentation fixes.
2010-02-26 barbierifix warnings.
2010-02-26 barbieriremove static/builtin modules warning, we ship with...
2010-02-26 barbieriRemove eina_error deprecated functions.
2010-02-24 devilhornsFix some doxy typos.
2010-02-24 carouse C (and not C++) pthread library on Windows
2010-02-19 caroadd mempool description in the doc
2010-02-14 englebassInclude safety checks before function include
2010-02-13 englebasssafety checks
2010-02-13 englebassAdd const where we don't modify pointer
2010-02-13 englebassAdd eina unlikely to alloc errors
2010-02-13 caro * -fno-strict-aliasing is checked at linked time ...
2010-02-12 sachielUse length of source string to copy.
2010-02-12 caroformatting
2010-02-12 caroconstants should be unsigned
2010-02-12 englebassWe always need to null terminate
2010-02-11 englebassSince we know we have enough space, use memcpy
2010-02-11 englebassAnd only log when debug
2010-02-11 englebassGood coverage for strbuf
2010-02-11 englebassDon't timeout
2010-02-11 englebassOnly test built mempools
2010-02-11 englebassMore tests for strbuf
2010-02-11 englebassUse eina_log
2010-02-11 englebassTests for strbuf
2010-02-11 caromissing "
2010-02-11 barbierilet's not return NULL but a more useful result.
2010-02-11 carono arithmetic pointer on void *
2010-02-11 devilhornsFix typo in doc.
2010-02-11 carowarnings--
2010-02-11 carowarning--
2010-02-09 englebassremove trailing whitespace
2010-02-09 englebassstring_remove -> string_steal
2010-02-09 englebassCheck whether alloc works, return false on error
2010-02-09 englebassunset eina magic on free
2010-02-09 englebassTypo
2010-02-09 englebassAdd simple test for strbuf
2010-02-09 cedric * eina: Remove warning in eina_stringshare.
2010-02-09 barbieridelete trailing whitespace.
2010-02-09 barbieridelete trailing whitespace.
2010-02-09 barbieriapply global log level if global domain exists.
2010-02-09 barbieriminor matching speedups.
2010-02-09 barbierijust try fnmatch (glob) if no specific level was set.
2010-02-09 barbierieina log level utilities.
2010-02-09 barbierieina log parameters getters and setters.
2010-02-08 sachielMore parentheses so the macro works inside if()
2010-02-08 barbieridisable color based on $TERM and isatty().
2010-02-08 caro * include stdlib.h so that NULL is always defined
2010-02-08 caroon some platform, iconv.h defines iconv() with a macro,
2010-02-08 mejFix build on RHEL5.
2010-02-07 caro * fix compilation when iconv.h is detected but libicon...
2010-02-07 englebassAnd since resize adds + 1 to size, grow must do to
2010-02-07 englebassAnd add () for increased safety
2010-02-07 englebassAnd correct return type
2010-02-07 englebassFix return values
2010-02-07 diebEina: fix compilation on strbuf.
2010-02-07 englebassDon't change size, since we don't realloc
2010-02-07 englebassDon't shrink when we append
2010-02-07 englebassWork with escaped string
2010-02-06 englebassAdd eina_strbuf_reset
2010-02-06 englebassAdd eina_strbuf_append_escaped for edje
2010-02-06 englebassAdd eina_str_escape
next