profile/ivi/eina.git
14 years agoFix compilation issue reported by Vincent on Windows (stdint and c++ compiler), setup...
dieb [Thu, 27 Aug 2009 21:32:42 +0000 (21:32 +0000)]
Fix compilation issue reported by Vincent on Windows (stdint and c++ compiler), setup a negative value for flagging the unknown level.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@42049 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd eina_log module into the main module and global header.
dieb [Tue, 25 Aug 2009 21:26:27 +0000 (21:26 +0000)]
Add eina_log module into the main module and global header.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41985 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agodo not check for data, eina_iterator_next/eina_accessor_data_get() does that.
barbieri [Tue, 25 Aug 2009 21:05:00 +0000 (21:05 +0000)]
do not check for data, eina_iterator_next/eina_accessor_data_get() does that.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41984 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoInitial import of the new eina logging API.
dieb [Mon, 24 Aug 2009 21:43:48 +0000 (21:43 +0000)]
Initial import of the new eina logging API.

* eina_error might be kept for error messages and codes, but it's logging API
  will be deprecated. For now, it's been kept for not breaking others code and
  for a smoother transition.
* Added test for new logging API, also demonstrates usage.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix warning
caro [Sun, 23 Aug 2009 20:37:17 +0000 (20:37 +0000)]
fix warning

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41943 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * Put definition of alloca before any standard header
caro [Sun, 23 Aug 2009 09:18:14 +0000 (09:18 +0000)]
 * Put definition of alloca before any standard header
   files according to the doc
 * define _GNU_SOURCE before the inclusion of alloca
   as features.h inclued by alloca.h, defines some
   macros according to _GNU_SOURCE.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41940 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agodon't do arithmetic on void *
caro [Thu, 20 Aug 2009 11:56:57 +0000 (11:56 +0000)]
don't do arithmetic on void *

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41885 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agorewrite a bit that m4 macro
caro [Thu, 20 Aug 2009 08:31:26 +0000 (08:31 +0000)]
rewrite a bit that m4 macro

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41881 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago-pthread should be passed to eina_chained_mempool_la_LDFLAGS
caro [Wed, 19 Aug 2009 12:15:10 +0000 (12:15 +0000)]
-pthread should be passed to eina_chained_mempool_la_LDFLAGS

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41876 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix a bit the documentation
caro [Wed, 19 Aug 2009 07:54:13 +0000 (07:54 +0000)]
fix a bit the documentation

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41870 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoclean a bit the hamster
caro [Wed, 19 Aug 2009 07:36:39 +0000 (07:36 +0000)]
clean a bit the hamster

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41869 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * remove uneeded semicolons
caro [Wed, 19 Aug 2009 07:09:24 +0000 (07:09 +0000)]
 * remove uneeded semicolons
 * fix and add doxygen doc

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41868 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agodon't suppose that gcc is the only compiler that can be used.
caro [Tue, 18 Aug 2009 20:04:19 +0000 (20:04 +0000)]
don't suppose that gcc is the only compiler that can be used.
Check if -Wall and -fno-strict-aliasing are supported by the compiler

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41863 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina_rectangle: Add a local cache to rectangle creation.
cedric [Tue, 18 Aug 2009 13:35:33 +0000 (13:35 +0000)]
* eina_rectangle: Add a local cache to rectangle creation.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41856 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoimprove docs and simplify macro, by kubo.
barbieri [Sun, 16 Aug 2009 00:47:23 +0000 (00:47 +0000)]
improve docs and simplify macro, by kubo.

Kubo just found that docs could be improved and macro could be
simplified during his learning of EFL. Big bonus he did the
improvements =)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41799 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Fix typo.
cedric [Fri, 14 Aug 2009 14:22:25 +0000 (14:22 +0000)]
* eina: Fix typo.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41762 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoamazing time hamsters!
raster [Thu, 13 Aug 2009 01:26:08 +0000 (01:26 +0000)]
amazing time hamsters!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41728 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoeina hamster++
raster [Thu, 13 Aug 2009 00:47:55 +0000 (00:47 +0000)]
eina hamster++

<dieb_> weird, undefined refernce to eina_cpu_count
<raster> you have no cpus!
<dieb_> dammit!
<Sachiel> try eina_hamster_count
<dieb_> lo
<raster> oh god
<raster> now u did it
<raster> i have to add that
<dieb_> heheheh

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41727 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina_stringshare: We should use "unsigned char", because suncc think that char...
cedric [Wed, 12 Aug 2009 09:02:09 +0000 (09:02 +0000)]
* eina_stringshare: We should use "unsigned char", because suncc think that char is signed.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41697 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Fix SunPro compiler.
cedric [Tue, 11 Aug 2009 14:14:42 +0000 (14:14 +0000)]
* eina: Fix SunPro compiler.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41690 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: eina_cpu_count should be multiplatform.
cedric [Tue, 11 Aug 2009 14:11:36 +0000 (14:11 +0000)]
* eina: eina_cpu_count should be multiplatform.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41689 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFixed check at the start of eina_list_accessor_get_at.
antognolli [Fri, 7 Aug 2009 20:28:05 +0000 (20:28 +0000)]
Fixed check at the start of eina_list_accessor_get_at.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41634 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agobe more clear in docs.
barbieri [Fri, 7 Aug 2009 01:35:16 +0000 (01:35 +0000)]
be more clear in docs.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41629 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoBugfix eina_list_search_sorted_near_list() add sorted_insert.
barbieri [Thu, 6 Aug 2009 22:31:45 +0000 (22:31 +0000)]
Bugfix eina_list_search_sorted_near_list() add sorted_insert.

eina_list_search_sorted_near_list() was broken and barfed at my face
during development of eina_list_sorted_insert(), so I rewrote it
following more traditional approach, also adding special cases for
head/tail remembering that random access in lists is not as fast as
array. I also simplified that code.

eina_list_sorted_insert() should be fast, O(log2 n) insert, with
special cases to insert already sorted arrays forwards or backwards,
however I believe that it's better to simply append/prepend in those
cases (if known).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41625 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoallow limit tests to run.
barbieri [Thu, 6 Aug 2009 22:22:56 +0000 (22:22 +0000)]
allow limit tests to run.

eina_suite TEST1 TEST2 ... is your friend ;-)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAPI BREAK: eina_list_search_sorted_near_list() gets one more parameter.
barbieri [Thu, 6 Aug 2009 19:01:47 +0000 (19:01 +0000)]
API BREAK: eina_list_search_sorted_near_list() gets one more parameter.

This should not impact anybody, at least in SVN I got no hits for this
function.

The new parameter contains the result of the last call to func(), so
we can know if the node is smaller, bigger or exactly the requested
value and don't need to call func() on node to know for sure.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41623 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agosmarter eina_list_merge(), more tests.
barbieri [Thu, 6 Aug 2009 18:35:53 +0000 (18:35 +0000)]
smarter eina_list_merge(), more tests.

eina_list_merge() now fixes the smallest list segment, not always the
right. Before if we joined a list 1 to 1000 segments we'd fix all the
1000 instead of the single at left.

Tests to make sure both code paths are being executed.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41622 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agooops, consider fixed_bitmap if it was built statically.
barbieri [Thu, 6 Aug 2009 18:08:14 +0000 (18:08 +0000)]
oops, consider fixed_bitmap if it was built statically.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41621 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoeina list docs.
barbieri [Thu, 6 Aug 2009 15:50:19 +0000 (15:50 +0000)]
eina list docs.

 * document undocumented functions.
 * note order of magnitude of each function, try to avoid users
   falling into traps.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina_rectangle: Forgot to initialise one attribute.
cedric [Wed, 5 Aug 2009 14:46:21 +0000 (14:46 +0000)]
* eina_rectangle: Forgot to initialise one attribute.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41606 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Add eina_cpu_count.
cedric [Thu, 30 Jul 2009 16:45:15 +0000 (16:45 +0000)]
* eina: Add eina_cpu_count.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41543 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoback to pre ver's
raster [Wed, 29 Jul 2009 08:19:34 +0000 (08:19 +0000)]
back to pre ver's

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41535 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoSNAPSHOT: svn-03
raster [Wed, 29 Jul 2009 08:03:25 +0000 (08:03 +0000)]
SNAPSHOT: svn-03

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41532 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Handle NULL in eina_list_search_sorted_near_list.
cedric [Tue, 21 Jul 2009 15:21:46 +0000 (15:21 +0000)]
* eina: Handle NULL in eina_list_search_sorted_near_list.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41467 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoEina rectangle missing list init.
barbieri [Tue, 21 Jul 2009 01:55:31 +0000 (01:55 +0000)]
Eina rectangle missing list init.

Rectangle needs the list module for the pool_new() function. Patch
also adds a check for initialization error on the unit test.

By: Andre Dieb

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41460 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoupdate rectangle test to new API.
barbieri [Sat, 18 Jul 2009 15:58:44 +0000 (15:58 +0000)]
update rectangle test to new API.

Guys, when you change API, please change it everywhere and then run tests!

By: Andre Dieb

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41421 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Rename eina_module_list_delete to eina_module_list_flush.
cedric [Fri, 17 Jul 2009 11:13:38 +0000 (11:13 +0000)]
* eina: Rename eina_module_list_delete to eina_module_list_flush.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41385 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Fix declaration according to Vincent Torri review.
cedric [Thu, 16 Jul 2009 12:09:29 +0000 (12:09 +0000)]
    * eina: Fix declaration according to Vincent Torri review.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41359 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agocast. c++ doesn't like the implied void * -> struct * cast.
raster [Thu, 16 Jul 2009 03:04:56 +0000 (03:04 +0000)]
cast. c++ doesn't like the implied void * -> struct * cast.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41358 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Expose an helper for memory pool as Eina_Trash data type.
cedric [Wed, 15 Jul 2009 13:13:52 +0000 (13:13 +0000)]
* eina: Expose an helper for memory pool as Eina_Trash data type.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41350 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoinlist: docs, docs docs
barbieri [Tue, 14 Jul 2009 15:32:21 +0000 (15:32 +0000)]
inlist: docs, docs docs

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41328 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd missing stddef.h, required by offsetof()
barbieri [Tue, 14 Jul 2009 15:32:01 +0000 (15:32 +0000)]
add missing stddef.h, required by offsetof()

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41327 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoone more safety check: do not remove element if it's not in any list.
barbieri [Tue, 14 Jul 2009 14:00:59 +0000 (14:00 +0000)]
one more safety check: do not remove element if it's not in any list.

This is the best we can do, but what should be done is to check if
element is really from that list.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41326 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Remove recursion from eina_rectangle.
cedric [Tue, 7 Jul 2009 11:24:44 +0000 (11:24 +0000)]
* eina: Remove recursion from eina_rectangle.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41263 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Partial fix for ticket #286.
cedric [Fri, 3 Jul 2009 12:39:32 +0000 (12:39 +0000)]
    * eina: Partial fix for ticket #286.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoOn windows use evil's dladdr implementation so you dont have to set
lmunch [Thu, 2 Jul 2009 07:45:01 +0000 (07:45 +0000)]
On windows use evil's dladdr implementation so you dont have to set
EINA_MODULES_MEMPOOL_DIR and EVAS_MODULES_DIR in the windows environment.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41230 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * remove the mention of the static link check in configure ouput
caro [Tue, 30 Jun 2009 16:18:41 +0000 (16:18 +0000)]
 * remove the mention of the static link check in configure ouput
 * add a (ecologic) warning at the end of configure if a module is
   statically linked to eina

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * more doc
caro [Sun, 28 Jun 2009 06:29:11 +0000 (06:29 +0000)]
 * more doc
 * check the returned value of eina_error_init() in eina_module_init()

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41218 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoupdate m4 macros (mainly formatting)
caro [Sat, 27 Jun 2009 06:42:14 +0000 (06:42 +0000)]
update m4 macros (mainly formatting)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41212 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * fix typo
caro [Fri, 26 Jun 2009 07:52:56 +0000 (07:52 +0000)]
 * fix typo
 * move option of e17 benchmark to its correct place

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41204 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * use a m4 macro for checking benchmark libraries and
caro [Fri, 26 Jun 2009 07:20:15 +0000 (07:20 +0000)]
 * use a m4 macro for checking benchmark libraries and
   check the libraries only if benchmarking is enabled
 * add extra dist files to be able to configure eina
   with autogen.sh and also add .spec files

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41203 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * Remove the use of HAVE___ATTRIBUTE__ (which is defined at
caro [Thu, 25 Jun 2009 19:58:05 +0000 (19:58 +0000)]
 * Remove the use of HAVE___ATTRIBUTE__ (which is defined at
   configure time) in an exported header. Use only macros
   defined by the compilers, which is sufficient and simpler.
 * Add missing EINA_DEPRECATED in some cases.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41199 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd minimum supported version for Windows CE and XP
caro [Thu, 25 Jun 2009 19:55:06 +0000 (19:55 +0000)]
add minimum supported version for Windows CE and XP

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41198 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Fix rectangle merge.
cedric [Thu, 25 Jun 2009 10:58:16 +0000 (10:58 +0000)]
* eina: Fix rectangle merge.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41193 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAPI BREAK: fix Eina API so that it is more consistent with the other EFL
caro [Wed, 24 Jun 2009 16:56:49 +0000 (16:56 +0000)]
API BREAK: fix Eina API so that it is more consistent with the other EFL

what is modified:

eina_counter_add -> eina_counter_new
eina_counter_delete -> eina_counter_free
eina_lalloc_delete -> eina_lalloc_free
eina_mempool_new -> eina_mempool_add
eina_mempool_delete -> eina_mempool_del
eina_mempool_alloc -> eina_mempool_malloc
eina_tiler_del -> eina_tiler_free

It remains some questions: have the following API a good name:

eina_module_list_delete
eina_list_free
eina_rbtree_delete

(see ticket #286)

If you find any problem, please report in that thread

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41187 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Faster Eina_Rectangle_Pool (should be used by OpenGL engine).
cedric [Wed, 24 Jun 2009 13:38:25 +0000 (13:38 +0000)]
* eina: Faster Eina_Rectangle_Pool (should be used by OpenGL engine).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41185 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Make eina benchmark more configurable.
cedric [Wed, 24 Jun 2009 12:48:33 +0000 (12:48 +0000)]
* eina: Make eina benchmark more configurable.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago Evas_Rectangle are gone. We now use Eina_Rectangle and memory pool is
cedric [Tue, 23 Jun 2009 13:57:27 +0000 (13:57 +0000)]
Evas_Rectangle are gone. We now use Eina_Rectangle and memory pool is
shared accross the application.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41170 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix a bit the documentation, but there are still
caro [Mon, 22 Jun 2009 20:03:58 +0000 (20:03 +0000)]
fix a bit the documentation, but there are still
a lot of doc to write...

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41164 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoremove documentation on how to build eina with static mempools
caro [Mon, 22 Jun 2009 17:38:56 +0000 (17:38 +0000)]
remove documentation on how to build eina with static mempools

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41161 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina_rectangle: Fix typo.
cedric [Mon, 22 Jun 2009 13:46:05 +0000 (13:46 +0000)]
* eina_rectangle: Fix typo.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41158 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Add a benchmark for eina_rectangle_pool.
cedric [Mon, 22 Jun 2009 13:24:13 +0000 (13:24 +0000)]
* eina: Add a benchmark for eina_rectangle_pool.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41157 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Evas_Data are gone so unactivate benchmark.
cedric [Mon, 22 Jun 2009 13:20:29 +0000 (13:20 +0000)]
* eina: Evas_Data are gone so unactivate benchmark.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41156 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Fix API naming for eina_rectangle and add a global allocator.
cedric [Mon, 22 Jun 2009 13:16:51 +0000 (13:16 +0000)]
* eina: Fix API naming for eina_rectangle and add a global allocator.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41155 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoand rename static linkage as well.
barbieri [Sat, 20 Jun 2009 16:31:15 +0000 (16:31 +0000)]
and rename static linkage as well.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41131 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoi forgot to rename file...
caro [Sat, 20 Jun 2009 10:17:37 +0000 (10:17 +0000)]
i forgot to rename file...

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41126 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoformatting
caro [Sat, 20 Jun 2009 06:47:03 +0000 (06:47 +0000)]
formatting

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41120 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * All memory pools can be enabled / disabled
caro [Sat, 20 Jun 2009 06:42:32 +0000 (06:42 +0000)]
 * All memory pools can be enabled / disabled
 * Allow to pass 'static' to configure memory pools
 * Add fixed_bitmap in the possible statically linked memory pools

For example:

./configure --enable-chained-pool=static --disable-fixed-bitmap

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41119 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Add an eina_hash_stringshare_new.
cedric [Fri, 19 Jun 2009 14:44:23 +0000 (14:44 +0000)]
* eina: Add an eina_hash_stringshare_new.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41112 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Improve eina hash manipulation for int.
cedric [Thu, 18 Jun 2009 12:08:52 +0000 (12:08 +0000)]
* eina: Improve eina hash manipulation for int.

- Faster int key comparison.
- Key Length callback could now be NULL and 0 will be assumed.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41100 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUse correct module extension on cygwin
booleanlabel at gmail dot com. Thanks [Thu, 18 Jun 2009 04:06:34 +0000 (04:06 +0000)]
Use correct module extension on cygwin

Patch from: booleanlabel at gmail dot com. Thanks.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41094 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * AUTHORS: Update to reflect new contribution from Albin.
cedric [Wed, 17 Jun 2009 12:41:48 +0000 (12:41 +0000)]
* AUTHORS: Update to reflect new contribution from Albin.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41076 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agobetter error setting and reporting in module loading.
barbieri [Tue, 16 Jun 2009 14:59:09 +0000 (14:59 +0000)]
better error setting and reporting in module loading.

 * just set error codes if we know the error.
 * debug dlopen() error using EINA_ERROR_PDBG()

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41057 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoback to svn soname
raster [Mon, 15 Jun 2009 06:29:43 +0000 (06:29 +0000)]
back to svn soname

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41042 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomake distcheck and... SNAP!
raster [Mon, 15 Jun 2009 05:32:49 +0000 (05:32 +0000)]
make distcheck and... SNAP!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41039 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdd DragonFly BSD and simplifies other conditions.
barbieri [Fri, 12 Jun 2009 17:48:10 +0000 (17:48 +0000)]
Add DragonFly BSD and simplifies other conditions.

By: Joerg Sonnenberger.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41020 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoRemove trailing slash in the installation directory
caro [Fri, 12 Jun 2009 07:35:53 +0000 (07:35 +0000)]
Remove trailing slash in the installation directory
Fix installation of the eina modules with automake 1.11

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41013 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Remove memory leak (patch from Andre Dieb).
cedric [Tue, 9 Jun 2009 16:02:20 +0000 (16:02 +0000)]
* eina: Remove memory leak (patch from Andre Dieb).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40986 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * modify the way eina_config.h is built (see eina_config.h.in
caro [Mon, 8 Jun 2009 08:27:33 +0000 (08:27 +0000)]
 * modify the way eina_config.h is built (see eina_config.h.in
   and configure.ac)
 * include eina_config.h explicitely in files where the macros
   of eina_config.h are used
 * define eina_magic_string_init()  and eina_magic_string_shutdown()
   even when the mugle option is set (magic disabled)
 * formatting and fix in configure.ac

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40962 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agodo not leak module if user do not want it.
barbieri [Sat, 6 Jun 2009 22:53:03 +0000 (22:53 +0000)]
do not leak module if user do not want it.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40924 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix init error handling of array, benchmark, counter,main,
caro [Sat, 6 Jun 2009 04:22:21 +0000 (04:22 +0000)]
Fix init error handling of array, benchmark, counter,main,
rectangle and stringshare modules. Patch by Andre Dieb, modified
by me (formatting and fix for the Windows code in eina_counter)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40915 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix documentation
caro [Sat, 6 Jun 2009 03:55:32 +0000 (03:55 +0000)]
fix documentation

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40914 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Update eina authors list.
cedric [Thu, 4 Jun 2009 09:11:20 +0000 (09:11 +0000)]
* eina: Update eina authors list.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40893 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * Fix some init/shutdown procedure.
cedric [Thu, 4 Jun 2009 09:02:29 +0000 (09:02 +0000)]
* Fix some init/shutdown procedure.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40892 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofix debian rules files.
barbieri [Tue, 26 May 2009 17:34:53 +0000 (17:34 +0000)]
fix debian rules files.

 * fix the way AC_INIT macros are parsed to consider [] as well.
 * set both LDFLAGS and CFLAGS on the libs I use and I know support -fvisibility=hidden.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40838 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eina: Patch from Albin Tonnerre that add a new accessor for Inlist container.
cedric [Mon, 18 May 2009 14:49:57 +0000 (14:49 +0000)]
* eina: Patch from Albin Tonnerre that add a new accessor for Inlist container.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40726 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agounderquoted parameters of AC_INIT
caro [Fri, 15 May 2009 08:12:38 +0000 (08:12 +0000)]
underquoted parameters of AC_INIT

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40651 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoupdate efl_doxygen.m4
caro [Fri, 15 May 2009 08:11:51 +0000 (08:11 +0000)]
update efl_doxygen.m4

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40650 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agodon't use the release stuff for Windows CE
caro [Wed, 13 May 2009 18:42:40 +0000 (18:42 +0000)]
don't use the release stuff for Windows CE

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoenable adding just part of a string.
barbieri [Wed, 6 May 2009 04:11:01 +0000 (04:11 +0000)]
enable adding just part of a string.

this allows us to add stringshare from a larger buffer that cannot be
modified.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40516 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * New style for Eina Doxy... now lets see what will happend with the online generati...
davemds [Wed, 29 Apr 2009 21:44:33 +0000 (21:44 +0000)]
 * New style for Eina Doxy... now lets see what will happend with the online generation ;)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40467 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMissing build-deps
quaker [Tue, 28 Apr 2009 16:38:18 +0000 (16:38 +0000)]
Missing build-deps

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40446 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agomove to uses no []'s as it works for me, but for belem... inconsistent []'s
raster [Thu, 23 Apr 2009 00:32:53 +0000 (00:32 +0000)]
move to uses no []'s as it works for me, but for belem... inconsistent []'s
doesnt work.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40300 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated debian stuff for core EFL. Changed debian stuff of others to work with core...
quaker [Wed, 22 Apr 2009 16:37:17 +0000 (16:37 +0000)]
Updated debian stuff for core EFL. Changed debian stuff of others to work with core EFL updates.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40292 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoand incriment to next rev.
raster [Wed, 22 Apr 2009 14:08:21 +0000 (14:08 +0000)]
and incriment to next rev.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40285 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agosnapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
raster [Wed, 22 Apr 2009 14:07:05 +0000 (14:07 +0000)]
snapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
uploaded.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40284 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdated changelogs for packages which will go into repository.
quaker [Tue, 21 Apr 2009 17:39:20 +0000 (17:39 +0000)]
Updated changelogs for packages which will go into repository.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago1. embryo shoudl have soname
raster [Tue, 21 Apr 2009 14:17:42 +0000 (14:17 +0000)]
1. embryo shoudl have soname
2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40267 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMerged with pkgE
quaker [Sun, 19 Apr 2009 16:22:00 +0000 (16:22 +0000)]
Merged with pkgE

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoPrepared for merge with pkgE debian stuff
quaker [Sun, 19 Apr 2009 16:18:41 +0000 (16:18 +0000)]
Prepared for merge with pkgE debian stuff

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40225 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33