projects
/
profile
/
ivi
/
eina.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/eina.git
2008-10-28
barbieri
refactor eina_stringshare_del() to make it easier to...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
improve readability: avoid macros inside our code
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
test small strings.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
Add missing magic check for existing node.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
Code refactor and cleanup of eina_stringshare_add().
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
cedric
This test is now not defined. Remove it.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
fix _GET macros.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
cedric
Make Eina_Rectangle_Pool more usable.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
cedric
Fix a little typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
save a byte per stringshare node.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
reduce the popuplation_group size.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
stringshare_del optimization.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
Save 4 bytes per big string shared.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
Cheap way to get strlen of a shared string.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
define function as void as in prototype.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
barbieri
dump show percentages.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
cedric
Add Eina_Rectangle_Pool support. Typically help for...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
barbieri
better optimize small stringshare comparison
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
barbieri
stringshare: special case for small (2-3 letters).
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
englebass
Since CLOCK_PROCESS_CPUTIME_ID is a POSIX standard...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
englebass
Better fallback on clock as suggested by Naruto TAKAHASHI
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
englebass
Fix CLOCK as suggested by Ravenlock.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
cedric
Correctly put condition around the code.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
cedric
* Optimize case for string length == 0 and 1.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
englebass
Mark unused parameter with __UNUSED__
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
raster
add a stringshare dumper so we can examine what's in...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-25
mej
Sat Oct 25 11:41:49 2008 Michael...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-25
ravenlock
Build on FreeBSD. Patch from Naruto, plus a tweak...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
raster
handle some bizarre build issues...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
englebass
modules most export init and shutdown as EAPI
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
davemds
small doxy fix
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
cedric
Really return Eina_Bool.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
cedric
Add more error information during eina module load.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
barbieri
eina_bool is now an unsigned char.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
cedric
Rename EINA_LIST_ITER_NEXT to EINA_LIST_FOREACH.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
cedric
Rename EINA_INLIST_ITER_NEXT/EINA_INLIST_ITER_LAST...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
kaethorn
Add Debian files.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
cedric
Add merge function to list data type.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
cedric
Actually include eina_convert in the main header.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
cedric
Fix hash iterator to iterate with only one element.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
cedric
Put the mempool backend structure with other structure.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
cedric
Zero is a correct value.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
raster
actually compile!
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
cedric
Apps can now provide their own mempool.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
raster
and remvoe cats
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
raster
make eina able to do automake 1.9 and before... :)
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
caro
Fix compilation and warnings on Windows:
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
cedric
Seems better that way.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
cedric
Oops forgot this one.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
cedric
Should fix build outside of the source tree.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
cedric
Add option to report stringshare usage (E17 use around...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
cedric
Fix stringshare bug with same length.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
cedric
Move eina outside of PROTO.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
caro
and update comments
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
caro
bug--
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
caro
fix doxygen m4 macro (make it more efl-ish and fix...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
cedric
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
cedric
Don't display useless file.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
cedric
Actually bench djb2 inline and not superfast hash function.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
cedric
Give more choice to eina_list mempool.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
cedric
Update hash benchmark to reflect E use (hash population...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-05
caro
rename result files so that we can check out on Windows
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
caro
* add detection of SIMD and thread support
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
cedric
Remove dead declaration.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
cedric
Reduce code size, and improve sort speed.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
pfritz
configure.in -> configure.ac
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
cedric
Using mempool improve cache locality and speed list...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
cedric
Make eina_error depend on no other sub module that...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
cedric
Benchmark glib mempool too.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
cedric
Faster sort initialisation.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
cedric
Fix chained mempool allocator.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
cedric
Don't remove previous result of benchmark.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-30
caro
add a config.h
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
caro
when a .la file is passed to _LIBADD or _LDADD, automake
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
caro
* fix warning in tests
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
As real data came from e17. Little rename.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
Fix prev pointer during stringshare_del.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
Patch from Vincent Torri that cleanup tests, coverage...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
Change module API to use Eina_Array as we want to use...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
Update configure as we now need automake 1.10.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
Add benchmark for mempool (chained_mempool is disabled...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
Fix initialization.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
cedric
Fix initialization and cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
caro
minor formatting
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
caro
* fix clean and dist rules
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
caro
let the user specify his own CFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2008-09-26
cedric
Add a new type of memory pool and factorize test code.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-26
cedric
Inlined functions require NULL, so including stdlib...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-26
cedric
Faster sort from Alexandre Becoulet integrated by quari...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-26
cedric
Store build information inside eina_config.h, and fix...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-25
cedric
Last part of quarium patch.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-25
cedric
Patch from quarium.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-25
cedric
Add a sort benchmark.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-25
cedric
Patch from Arnaud de Turckheim "quarium" <quarium@gmail...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
cedric
Fix error stuff.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
cedric
As evas use of hash is below 3000 items per hash, updat...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
cedric
Fix test due to mempool internal change.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
cedric
Add hash and rbtree delete callback, cleanup the code...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
turran
+ Make the benchmark compile again
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
cedric
Group all rbtree functions.
commit
|
commitdiff
|
tree
|
snapshot
next