2010-03-26 |
caro | declare buddy init/shutdown functions it this |
commit | commitdiff | tree | snapshot |
2010-03-23 |
caro | fix most compilation errors with vc++ (there are still a |
commit | commitdiff | tree | snapshot |
2010-03-23 |
caro | * declare variables at the beginning of the block |
commit | commitdiff | tree | snapshot |
2010-03-14 |
barbieri | stringshare: optimization suggested by rasterman, docs. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
barbieri | fix docs. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
caro | update vcproj files (add new str and strbuf files) |
commit | commitdiff | tree | snapshot |
2010-03-09 |
caro | update string buffer documentation |
commit | commitdiff | tree | snapshot |
2010-03-07 |
caro | more supported OS |
commit | commitdiff | tree | snapshot |
2010-03-07 |
caro | update TOC |
commit | commitdiff | tree | snapshot |
2010-03-07 |
caro | typo |
commit | commitdiff | tree | snapshot |
2010-03-07 |
caro | when pthread is found, don't abort if spin lock is... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
caro | * fix more str doc |
commit | commitdiff | tree | snapshot |
2010-03-07 |
caro | fix doc for eina_str |
commit | commitdiff | tree | snapshot |
2010-03-03 |
caro | the 4th parameter should not be NULL, not the 3rd |
commit | commitdiff | tree | snapshot |
2010-03-01 |
cedric | * eina: Add eina_list_data_set. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
barbieri | Allow user to redefine the default logging level used by |
commit | commitdiff | tree | snapshot |
2010-03-01 |
cedric | * eina: Don't variable name that could shadow math... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
barbieri | remove stupid letter I introduced by mistake. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
barbieri | doc improvements. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
caro | abort when pthread is requested but not found |
commit | commitdiff | tree | snapshot |
2010-02-27 |
barbieri | Better resize rotine, linear instead of double. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
barbieri | macro -> inline |
commit | commitdiff | tree | snapshot |
2010-02-27 |
barbieri | Fix other EINA_PURE/EINA_CONST. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
barbieri | ouch, SPANK SPANK SPANK... me :-( wrong function attrib... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
barbieri | missing useful warnings for eina_str |
commit | commitdiff | tree | snapshot |
2010-02-27 |
barbieri | eina_str speedups. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | find and replace too much! |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | optimization attributes for functions. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | add missing macro for prepend. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | eina_strbuf_insert variants and fix leak with eina_strb... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | more docs for strbuf |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | documentation improvements for eina_strbuf. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | add eina_strbuf_append_length() |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | TRUE/FALSE are gone, use EINA_TRUE/EINA_FALSE instead. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | minor documentation fixes. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | fix warnings. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | remove static/builtin modules warning, we ship with... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
barbieri | Remove eina_error deprecated functions. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
devilhorns | Fix some doxy typos. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
caro | use C (and not C++) pthread library on Windows |
commit | commitdiff | tree | snapshot |
2010-02-19 |
caro | add mempool description in the doc |
commit | commitdiff | tree | snapshot |
2010-02-14 |
englebass | Include safety checks before function include |
commit | commitdiff | tree | snapshot |
2010-02-13 |
englebass | safety checks |
commit | commitdiff | tree | snapshot |
2010-02-13 |
englebass | Add const where we don't modify pointer |
commit | commitdiff | tree | snapshot |
2010-02-13 |
englebass | Add eina unlikely to alloc errors |
commit | commitdiff | tree | snapshot |
2010-02-13 |
caro | * -fno-strict-aliasing is checked at linked time ... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
sachiel | Use length of source string to copy. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
caro | formatting |
commit | commitdiff | tree | snapshot |
2010-02-12 |
caro | constants should be unsigned |
commit | commitdiff | tree | snapshot |
2010-02-12 |
englebass | We always need to null terminate |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | Since we know we have enough space, use memcpy |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | And only log when debug |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | Good coverage for strbuf |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | Don't timeout |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | Only test built mempools |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | More tests for strbuf |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | Use eina_log |
commit | commitdiff | tree | snapshot |
2010-02-11 |
englebass | Tests for strbuf |
commit | commitdiff | tree | snapshot |
2010-02-11 |
caro | missing " |
commit | commitdiff | tree | snapshot |
2010-02-11 |
barbieri | let's not return NULL but a more useful result. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
caro | no arithmetic pointer on void * |
commit | commitdiff | tree | snapshot |
2010-02-11 |
devilhorns | Fix typo in doc. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
caro | warnings-- |
commit | commitdiff | tree | snapshot |
2010-02-11 |
caro | warning-- |
commit | commitdiff | tree | snapshot |
2010-02-09 |
englebass | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-02-09 |
englebass | string_remove -> string_steal |
commit | commitdiff | tree | snapshot |
2010-02-09 |
englebass | Check whether alloc works, return false on error |
commit | commitdiff | tree | snapshot |
2010-02-09 |
englebass | unset eina magic on free |
commit | commitdiff | tree | snapshot |
2010-02-09 |
englebass | Typo |
commit | commitdiff | tree | snapshot |
2010-02-09 |
englebass | Add simple test for strbuf |
commit | commitdiff | tree | snapshot |
2010-02-09 |
cedric | * eina: Remove warning in eina_stringshare. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
barbieri | delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
barbieri | delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
barbieri | apply global log level if global domain exists. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
barbieri | minor matching speedups. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
barbieri | just try fnmatch (glob) if no specific level was set. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
barbieri | eina log level utilities. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
barbieri | eina log parameters getters and setters. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
sachiel | More parentheses so the macro works inside if() |
commit | commitdiff | tree | snapshot |
2010-02-08 |
barbieri | disable color based on $TERM and isatty(). |
commit | commitdiff | tree | snapshot |
2010-02-08 |
caro | * include stdlib.h so that NULL is always defined |
commit | commitdiff | tree | snapshot |
2010-02-08 |
caro | on some platform, iconv.h defines iconv() with a macro, |
commit | commitdiff | tree | snapshot |
2010-02-08 |
mej | Fix build on RHEL5. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
caro | * fix compilation when iconv.h is detected but libicon... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
englebass | And since resize adds + 1 to size, grow must do to |
commit | commitdiff | tree | snapshot |
2010-02-07 |
englebass | And add () for increased safety |
commit | commitdiff | tree | snapshot |
2010-02-07 |
englebass | And correct return type |
commit | commitdiff | tree | snapshot |
2010-02-07 |
englebass | Fix return values |
commit | commitdiff | tree | snapshot |
2010-02-07 |
dieb | Eina: fix compilation on strbuf. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
englebass | Don't change size, since we don't realloc |
commit | commitdiff | tree | snapshot |
2010-02-07 |
englebass | Don't shrink when we append |
commit | commitdiff | tree | snapshot |
2010-02-07 |
englebass | Work with escaped string |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | Add eina_strbuf_reset |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | Add eina_strbuf_append_escaped for edje |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | Add eina_str_escape |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | Add shrink buffer code |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | Simpler to use _eina_strbuf_resize |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | Add functions to match evas strbuf |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | EINA_ARG_NONNULL |
commit | commitdiff | tree | snapshot |
2010-02-06 |
englebass | Include own header to be sure prototypes match |
commit | commitdiff | tree | snapshot |
next |