2010-06-28 |
caro | export symbols on Windows |
commit | commitdiff | tree | snapshot |
2010-06-28 |
caro | export symbols on Windows |
commit | commitdiff | tree | snapshot |
2010-06-28 |
caro | on Windows, path delemiter is backslash and not slash |
commit | commitdiff | tree | snapshot |
2010-06-27 |
raster | and final post snap - next releasename |
commit | commitdiff | tree | snapshot |
2010-06-27 |
raster | snap+release |
commit | commitdiff | tree | snapshot |
2010-06-27 |
raster | Snapshot eina |
commit | commitdiff | tree | snapshot |
2010-06-26 |
caro | printf modifiers are different on Windows |
commit | commitdiff | tree | snapshot |
2010-06-21 |
cedric | * eina: improve quadtree to support more stuff needed... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
caro | fix eina_convert examples |
commit | commitdiff | tree | snapshot |
2010-06-18 |
cedric | * configure.ac: take inept translation a little... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
caro | fix doc |
commit | commitdiff | tree | snapshot |
2010-06-17 |
caro | typo |
commit | commitdiff | tree | snapshot |
2010-06-09 |
barbieri | SVN_REPO_PATH envvar during autoconf to use svnversion... |
commit | commitdiff | tree | snapshot |
2010-06-06 |
raster | restore after snap/release |
commit | commitdiff | tree | snapshot |
2010-06-06 |
raster | Snapshot eina |
commit | commitdiff | tree | snapshot |
2010-06-06 |
raster | post-snap anr release.. reset svn back.. this time... |
commit | commitdiff | tree | snapshot |
2010-06-06 |
raster | Snapshot eina |
commit | commitdiff | tree | snapshot |
2010-06-06 |
raster | post release - move relname to pre-svn again. |
commit | commitdiff | tree | snapshot |
2010-06-06 |
raster | Snapshot eina |
commit | commitdiff | tree | snapshot |
2010-06-06 |
caro | VMIC not defined anymore at configure time |
commit | commitdiff | tree | snapshot |
2010-06-04 |
raster | change svnversion shell goop to nuke sed and just use... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
sachiel | Let git-svn users get the right revision number to... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
cedric | * eina: remove duplicate declaration of MODULE_ARCH. |
commit | commitdiff | tree | snapshot |
2010-05-31 |
raster | nopw svn revision works again. |
commit | commitdiff | tree | snapshot |
2010-05-31 |
raster | fix - if no svn tree, then it will pretend to be a... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
raster | fix release modules |
commit | commitdiff | tree | snapshot |
2010-05-29 |
raster | remove semi-colon |
commit | commitdiff | tree | snapshot |
2010-05-29 |
raster | eina gets version thing ala eet. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
caro | declare variables at the beginning of the block |
commit | commitdiff | tree | snapshot |
2010-05-28 |
caro | do not declare inlined functions in the source file, |
commit | commitdiff | tree | snapshot |
2010-05-28 |
caro | vasprintf is not declared in mingw too |
commit | commitdiff | tree | snapshot |
2010-05-28 |
caro | do not declare _eina_small_share twice |
commit | commitdiff | tree | snapshot |
2010-05-28 |
caro | fix pthread support with mingw |
commit | commitdiff | tree | snapshot |
2010-05-21 |
nash | Minor doc update: It's nice when examples compile witho... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
discomfitor | comment out nonexistent functions |
commit | commitdiff | tree | snapshot |
2010-05-04 |
cedric | * eina: don't shadow global variable. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
cedric | * eina: use previous cached result in quadtree. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
cedric | * eina: make quadtree faster. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
caro | * link pthread and spinlock code instead of just compiling |
commit | commitdiff | tree | snapshot |
2010-05-01 |
caro | Some libc have a pthread that declares spinlock functions, |
commit | commitdiff | tree | snapshot |
2010-05-01 |
caro | indentation and comments |
commit | commitdiff | tree | snapshot |
2010-04-30 |
cedric | * eina: improve QuadTree API. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
lucas | Define new error handling macros |
commit | commitdiff | tree | snapshot |
2010-04-29 |
cedric | * eina: oops forgotten file. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
cedric | * eina: Add first version of a Quad Tree data type. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
cedric | * eina: add tests for eina fixed point sin/cos functions. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
raster | apparently fbsd is unaware of expr substr... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
raster | amd64 - apparently fbsd is still living back in that... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
mej | After discussing with raster, this is what he requested... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
cedric | * eina: fix rounding issue with different size of... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
caro | and add mempool source files... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
caro | Patch Eina if Visual Studio 2005 is used. I fear that |
commit | commitdiff | tree | snapshot |
2010-04-15 |
caro | forgot a semicolon |
commit | commitdiff | tree | snapshot |
2010-04-15 |
caro | remove useless semicolon |
commit | commitdiff | tree | snapshot |
2010-04-15 |
caro | include Evil.h with vc++ for vasprintf |
commit | commitdiff | tree | snapshot |
2010-04-15 |
caro | include private headers after standard headers |
commit | commitdiff | tree | snapshot |
2010-04-15 |
caro | * link against iconv.lib |
commit | commitdiff | tree | snapshot |
2010-04-12 |
tiago | Using value returned from vasprintf, and removed warnings |
commit | commitdiff | tree | snapshot |
2010-04-10 |
caro | explicit cast |
commit | commitdiff | tree | snapshot |
2010-04-09 |
tiago | Adding strbuf printfs |
commit | commitdiff | tree | snapshot |
2010-04-03 |
caro | define strcasecmp() as stricmp() for vc++, remove |
commit | commitdiff | tree | snapshot |
2010-04-03 |
caro | remove cegcc compiler support |
commit | commitdiff | tree | snapshot |
2010-03-26 |
caro | add colored log on Windows with the DOS console and... |
commit | commitdiff | tree | snapshot |
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 |
next |