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-12-23
barbieri
remove dead stores and reduce some variable scope.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
cedric
Use float instead of double.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
cedric
Make it compile on Solaris.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
cedric
Remove now uneeded header.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
cedric
Remove PATH_MAX use.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
cedric
Make code understandable by Visual Studio.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
cedric
Declaration should be done before any code.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
dm
Eina Win32 VS8 project added
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
barbieri
oops, eina_stringshare_strlen() should never account...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-19
cedric
Fix EINA_ARRAY_ITER_NEXT off by one bug. With this...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-17
cedric
Update ac_attribute macro and remove __UNUSED__ declara...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
cedric
Add small bucket support.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
cedric
Add include to remove warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
cedric
Manipulating NULL iterator should be concidered as...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
cedric
If we set the data free callback of a hash, we expect...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
Only allocate hash bucket when needed.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
All eina_hash_find* functions should not report problem...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
Remove uneeded included.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
eina_hash_find should not complain when hash or key...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
Add a visual feedback to counte test.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
Change eina_counter_dump to return a string so it could...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
eina_hash_del must honor the data parameter when the...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
It's cleaner to first include private header as they...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
Prevent warning from Eina Magic when hash population...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
cedric
__UNUSED__ macro is not exported by eina.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
cedric
Add integer and pointer hash table helper.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
cedric
Fix include related to previous Eina Magic patch.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
cedric
Application and library using Eina Magic API should...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-07
barbieri
hash: better handling of NULL, add magic checking.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
refactor eina_hash_del*, expose simpler functions and...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
Let valgrind help with EINA_MAGIC.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
Fix couple of issues with MAGIC handling.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
grow array only when required, use step properly.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
Force dummy_symbol to be visible.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
do not segv on NULL inlist.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
Make it possible to create iterators outside Eina.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
shut up gcc warning, with comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
raster
fix list accounting on sort! bad - how did this hide...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
Fix namespace: Eina_Foreach -> Eina_Hash_Foreach.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
barbieri
Add safe Eina list walk function.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
illogict
Use includedir instead of prefix/include to install...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
illogict
Typo: --enable enables an option.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
cedric
Fix a little memory leak when iterating.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
caro
eina needs dl functions (Windows)
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
cedric
Fix some constness.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
cedric
Fix order of free during hash free.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
caro
put static functions where they belong
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
englebass
Add missing return value.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-05
cedric
Add eina_array_data_set.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-05
cedric
Fix documentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-04
barbieri
Add and use eina_stringshare_ref().
commit
|
commitdiff
|
tree
|
snapshot
2008-11-02
caro
small doc fix
commit
|
commitdiff
|
tree
|
snapshot
2008-11-01
cedric
Add dladdr and env code for eina_module from Vincent...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-01
caro
ffs does not exist on windows CE, so use Evil
commit
|
commitdiff
|
tree
|
snapshot
2008-10-31
caro
formatting
commit
|
commitdiff
|
tree
|
snapshot
2008-10-30
cedric
Make eina rectangle handle NULL case.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
barbieri
Pack a hole when magic is in use.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
raster
error macro.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
barbieri
Do not pad node on 64bits.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
raster
add error catching and output if mempool alloc/init...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
barbieri
Remove unused attribute warnings.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
barbieri
Fix stringshare on 64bits platforms.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
raster
remove from list properly and don't segv!
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
barbieri
ignore generated data.
commit
|
commitdiff
|
tree
|
snapshot
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
next