profile/ivi/eina.git
13 years agoEina: fix static linking with eina
caro [Fri, 3 Jun 2011 07:46:15 +0000 (07:46 +0000)]
Eina: fix static linking with eina

Fix static linking with eina (iconv could potentially not be
passed to the linker)

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

13 years agoEina : eina_module.c: fix dladdr use on Windows
caro [Wed, 1 Jun 2011 20:43:01 +0000 (20:43 +0000)]
Eina : eina_module.c: fix dladdr use on Windows

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

13 years agoeina: make him happy.
cedric [Wed, 1 Jun 2011 15:04:29 +0000 (15:04 +0000)]
eina: make him happy.

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

13 years agoEina : eina_file : eina_file_size_get() should return a size_t
caro [Wed, 1 Jun 2011 06:54:49 +0000 (06:54 +0000)]
Eina : eina_file : eina_file_size_get() should return a size_t

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

13 years agoEina : eina_file : add @since 1.1 to doxy doc
caro [Wed, 1 Jun 2011 06:53:49 +0000 (06:53 +0000)]
Eina : eina_file : add @since 1.1 to doxy doc

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

13 years agoEina : eina_file_win32.c : add share mode when opening a file
caro [Wed, 1 Jun 2011 06:18:56 +0000 (06:18 +0000)]
Eina : eina_file_win32.c : add share mode when opening a file

On Windows, if you want to open the same file several times,
you have to tell it can... No ChangeLog as that code is work in
progress)

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

13 years agoEina : eina_sched.c : simpler code on Windows
caro [Wed, 1 Jun 2011 06:12:55 +0000 (06:12 +0000)]
Eina : eina_sched.c : simpler code on Windows

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

13 years agoEina : eina_inline_lock_win32.x : fix cedric's modifications in win32 code
caro [Wed, 1 Jun 2011 05:55:48 +0000 (05:55 +0000)]
Eina : eina_inline_lock_win32.x : fix cedric's modifications in win32 code

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

13 years agoeina: fix eina_hash_set to act when data == NULL like eina_hash_del.
cedric [Tue, 31 May 2011 16:43:40 +0000 (16:43 +0000)]
eina: fix eina_hash_set to act when data == NULL like eina_hash_del.

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

13 years agoeina: fix misspellings
lucas [Mon, 30 May 2011 16:08:20 +0000 (16:08 +0000)]
eina: fix misspellings

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

13 years agoeina: add eina_condition_timedwait.
cedric [Mon, 30 May 2011 15:24:06 +0000 (15:24 +0000)]
eina: add eina_condition_timedwait.

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

13 years agoeina: ERROR_CHECK just make sense when you are debbuging lock usage.
cedric [Mon, 30 May 2011 12:49:04 +0000 (12:49 +0000)]
eina: ERROR_CHECK just make sense when you are debbuging lock usage.

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

13 years agoeina/eina_hash - fixed indentation
hermet [Thu, 26 May 2011 12:06:48 +0000 (12:06 +0000)]
eina/eina_hash - fixed indentation

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

13 years agoeina: fix eina_inlist_sorted_insert and improve its tests.
cedric [Wed, 25 May 2011 13:18:21 +0000 (13:18 +0000)]
eina: fix eina_inlist_sorted_insert and improve its tests.

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

13 years agoeina: add eina_inlist_sorted_insert.
cedric [Tue, 24 May 2011 15:17:56 +0000 (15:17 +0000)]
eina: add  eina_inlist_sorted_insert.

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

13 years agoEina: Implement eina_sched_prio_drop() on Windows
caro [Tue, 24 May 2011 06:29:58 +0000 (06:29 +0000)]
Eina: Implement eina_sched_prio_drop() on Windows

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

13 years agoI like alphabetical order :)
caro [Wed, 18 May 2011 19:11:09 +0000 (19:11 +0000)]
I like alphabetical order :)

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

13 years agodebug--
caro [Wed, 18 May 2011 13:17:54 +0000 (13:17 +0000)]
debug--

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

13 years agoEina_lock : fix Windows code, thanks to cedric
caro [Wed, 18 May 2011 13:15:25 +0000 (13:15 +0000)]
Eina_lock : fix Windows code, thanks to cedric

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

13 years agoeina: fix typo.
cedric [Wed, 18 May 2011 12:56:49 +0000 (12:56 +0000)]
eina: fix typo.

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

13 years agoEina binbuf: Fix compilation and correct the mistakes.
tasn [Wed, 18 May 2011 11:45:32 +0000 (11:45 +0000)]
Eina binbuf: Fix compilation and correct the mistakes.

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

13 years agoEina binbuf: Struct name should be binbuf, not strbuf.
tasn [Wed, 18 May 2011 10:52:50 +0000 (10:52 +0000)]
Eina binbuf: Struct name should be binbuf, not strbuf.

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

13 years agoeina: part of the init is specific, so preserve it.
cedric [Wed, 18 May 2011 10:05:59 +0000 (10:05 +0000)]
eina: part of the init is specific, so preserve it.

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

13 years agoeina: fix eina_share_common_init.
cedric [Wed, 18 May 2011 07:56:11 +0000 (07:56 +0000)]
eina: fix eina_share_common_init.

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

13 years agoEina: add 'eina_init()' at the testcase of simple_xml_parser.
gouache [Wed, 18 May 2011 02:49:59 +0000 (02:49 +0000)]
Eina: add 'eina_init()' at the testcase of simple_xml_parser.

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

13 years agoEina: add testcase for 'eina_simple_xml_parser'
gouache [Wed, 18 May 2011 02:29:59 +0000 (02:29 +0000)]
Eina: add testcase for 'eina_simple_xml_parser'

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

13 years agoeina: fix eina_file to be really usable.
cedric [Tue, 17 May 2011 16:17:28 +0000 (16:17 +0000)]
eina: fix eina_file to be really usable.

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

13 years agoEina: Added .gitignore.
tasn [Tue, 17 May 2011 15:49:08 +0000 (15:49 +0000)]
Eina: Added .gitignore.

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

13 years agoEina binbuf: Added eina_binbuff an auto resizing binary buffer.
tasn [Tue, 17 May 2011 15:45:39 +0000 (15:45 +0000)]
Eina binbuf: Added eina_binbuff an auto resizing binary buffer.

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

13 years agoeina: build without threads support.
cedric [Tue, 17 May 2011 10:15:19 +0000 (10:15 +0000)]
eina: build without threads support.

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

13 years agoEina_ : eina_file_win32.c : fix returned value of eina_file_shutdown()
caro [Tue, 17 May 2011 05:38:29 +0000 (05:38 +0000)]
Eina_ : eina_file_win32.c : fix returned value of eina_file_shutdown()

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

13 years agofix eina_prefix.c on Windows (at least a part of it, as elm is not working with it)
caro [Mon, 16 May 2011 17:39:20 +0000 (17:39 +0000)]
fix eina_prefix.c on Windows (at least a part of it, as elm is not working with it)

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

13 years agofix eina_inline_lock_void.x
caro [Mon, 16 May 2011 17:37:51 +0000 (17:37 +0000)]
fix eina_inline_lock_void.x

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

13 years agoEina: eina_lock: fix eina_lock on Windows
caro [Sun, 15 May 2011 10:55:07 +0000 (10:55 +0000)]
Eina: eina_lock: fix eina_lock on Windows

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

13 years agoi'm not cedric
caro [Sat, 14 May 2011 21:23:03 +0000 (21:23 +0000)]
i'm not cedric

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

13 years agoEina : eina_lock : make it compile on Windows
caro [Sat, 14 May 2011 21:19:36 +0000 (21:19 +0000)]
Eina : eina_lock : make it compile on Windows

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

13 years agoeina: improve hash documentation on free_cb
billiob [Sat, 14 May 2011 14:39:25 +0000 (14:39 +0000)]
eina: improve hash documentation on free_cb

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

13 years agoeina: always put map in memory when requested and use HUGETLB when available.
cedric [Fri, 13 May 2011 10:44:29 +0000 (10:44 +0000)]
eina: always put map in memory when requested and use HUGETLB when available.

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

13 years agoeina: check condition is still alive when debugging threads.
cedric [Mon, 9 May 2011 14:41:39 +0000 (14:41 +0000)]
eina: check condition is still alive when debugging threads.

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

13 years agoeina: have same behaviour on windows and linux.
cedric [Mon, 9 May 2011 13:12:36 +0000 (13:12 +0000)]
eina: have same behaviour on windows and linux.

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

13 years agoeina: oops, need to protect inside #ifdef.
cedric [Mon, 9 May 2011 13:06:03 +0000 (13:06 +0000)]
eina: oops, need to protect inside #ifdef.

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

13 years agoeina: improve lock debugging.
cedric [Mon, 9 May 2011 12:54:47 +0000 (12:54 +0000)]
eina: improve lock debugging.

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

13 years agoeina: more check.
cedric [Mon, 9 May 2011 10:42:42 +0000 (10:42 +0000)]
eina: more check.

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

13 years agoeina: add Eina_Condition.
cedric [Mon, 9 May 2011 10:32:56 +0000 (10:32 +0000)]
eina: add Eina_Condition.

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

13 years agoeina: check pending lock at the right time.
cedric [Mon, 9 May 2011 10:29:55 +0000 (10:29 +0000)]
eina: check pending lock at the right time.

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

13 years agoeina: remove flood of debugging information.
cedric [Fri, 6 May 2011 09:16:40 +0000 (09:16 +0000)]
eina: remove flood of debugging information.

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

13 years agoeina: remove useless lock.
cedric [Fri, 6 May 2011 09:07:26 +0000 (09:07 +0000)]
eina: remove useless lock.

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

13 years agoeina: improve on/off and debugging lock.
cedric [Wed, 4 May 2011 13:53:22 +0000 (13:53 +0000)]
eina: improve on/off and debugging lock.

Now if a lock is still taken when shutdown occur, you will know
where it come from !

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

13 years agoEina lock: unused warning suppression is done with (void).
tasn [Mon, 2 May 2011 18:19:41 +0000 (18:19 +0000)]
Eina lock: unused warning suppression is done with (void).

Not only that it's uglier doing mutex=0, but also new gcc started
complainig about it.

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

13 years agoeina: forgotten commit.
cedric [Mon, 2 May 2011 13:52:34 +0000 (13:52 +0000)]
eina: forgotten commit.

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

13 years agoeina: use the right naming.
cedric [Mon, 2 May 2011 13:51:20 +0000 (13:51 +0000)]
eina: use the right naming.

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

13 years agoeina: add back threads on/off support.
cedric [Mon, 2 May 2011 13:40:28 +0000 (13:40 +0000)]
eina: add back threads on/off support.

NOTE: only use it if you know what you are doing !

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

13 years agoeina: forgotten initialization.
cedric [Mon, 2 May 2011 13:09:38 +0000 (13:09 +0000)]
eina: forgotten initialization.

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

13 years agoeina: improve thread debugging and portability.
cedric [Mon, 2 May 2011 11:25:35 +0000 (11:25 +0000)]
eina: improve thread debugging and portability.

All thread debugging facility, including lock debug, on by turning --enable-debug-threads
at configure time of eina.

When threads check are disable, make sure that all lock/release are called
from the main loop only. And in all case, eina_lock_new/eina_lock_delete should be
called from the main loop.

Remove static initialization as it is not portable under Windows.

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

13 years agoeina: make sure eina_threads_init/eina_threads_shutdown are correctly called.
cedric [Mon, 2 May 2011 11:20:00 +0000 (11:20 +0000)]
eina: make sure eina_threads_init/eina_threads_shutdown are correctly called.

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

13 years agoalso return deadlock from normal lock (not try only)
raster [Mon, 2 May 2011 08:34:22 +0000 (08:34 +0000)]
also return deadlock from normal lock (not try only)

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

13 years agoformalise eina lock results to be equivalent to true/false with added
raster [Mon, 2 May 2011 08:24:06 +0000 (08:24 +0000)]
formalise eina lock results to be equivalent to true/false with added
deadlock for try.

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

13 years agotime.h should be sufficient
caro [Mon, 2 May 2011 07:04:24 +0000 (07:04 +0000)]
time.h should be sufficient

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

13 years agoEina: eina_file.h: fix compilation on Mac Os X
caro [Mon, 2 May 2011 05:52:31 +0000 (05:52 +0000)]
Eina: eina_file.h: fix compilation on Mac Os X

define time_t on Mac OS X. Patch by Dave Ray.

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

13 years agooh dear. this new eina_lock thing is a bit of a mess isn't it now?
raster [Sun, 1 May 2011 13:24:08 +0000 (13:24 +0000)]
oh dear. this new eina_lock thing is a bit of a mess isn't it now?
some fundamental errors there. don't go replacing pthread locks with
wrappers unless you know full well what u are doing. havnig threads
only work while "threads are initted" and then init/shtudown the thread
thing every time u spawn a thread.. is pretty silly. what if a thread
ends in the background WHILE u have a lock.. u try unlock.. u know
what ? your unlock DOES nothing. so you retain a lock. next time u
want to lock once a thread is around.. u have a deadlock issue.

even better - the checking if threads are initted and up is not
locked, so it can come up while it is being checked. more race
conditions. u need to clokc the init/shutdown AND lock the checking of
the value... and even then u STILl have problem #1 above. so that code
is now gone.

also trylock trturn inverse logic to the original pthread func and the
macros in evas that used it were not changed accordingly! aaagh!

i've also added backtrace debug ability to eina threads if compiled in
- u can get a bt of who last locked something. i had to do this just to
begin to grasp what on earth was going on. it's off by default.
also... the locks are error check locks to trylock can detect
deadlocks. speacil "2" return for now. better than a poke in the eye
with a sharp stick until we decide what to do. for now i hopew i have
killed this thread lock bug.

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

13 years agoeina: fix #elif usage
billiob [Fri, 29 Apr 2011 19:08:03 +0000 (19:08 +0000)]
eina: fix #elif usage

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

13 years agoeina: remove redundant declaration
billiob [Fri, 29 Apr 2011 19:07:46 +0000 (19:07 +0000)]
eina: remove redundant declaration

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

13 years agoEina refcount: Wrap EINA_REFCOUNT_UNREF with do {} while(0).
tasn [Fri, 29 Apr 2011 18:54:29 +0000 (18:54 +0000)]
Eina refcount: Wrap EINA_REFCOUNT_UNREF with do {} while(0).

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

13 years agoeina: Add refcounting macro helper.
cedric [Fri, 29 Apr 2011 16:09:07 +0000 (16:09 +0000)]
eina: Add refcounting macro helper.

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

13 years agoEina: eina_object : more use of eina_lock
caro [Wed, 27 Apr 2011 19:44:57 +0000 (19:44 +0000)]
Eina: eina_object : more use of eina_lock

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

13 years agoEina: Fix static build of the buddy mempool
caro [Wed, 27 Apr 2011 17:00:36 +0000 (17:00 +0000)]
Eina: Fix static build of the buddy mempool

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

13 years agoformatting: alphabetical order
caro [Wed, 27 Apr 2011 16:58:23 +0000 (16:58 +0000)]
formatting: alphabetical order

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

13 years agodo not enter the modules dir if they are not built
caro [Wed, 27 Apr 2011 16:15:41 +0000 (16:15 +0000)]
do not enter the modules dir if they are not built

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

13 years agoremove shadow var
caro [Wed, 27 Apr 2011 15:50:12 +0000 (15:50 +0000)]
remove shadow var

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

13 years agoEina: eina_lock : fix compilation on Windows. eina_object.c must be fixed too.
caro [Tue, 26 Apr 2011 06:55:17 +0000 (06:55 +0000)]
Eina: eina_lock : fix compilation on Windows. eina_object.c must be fixed too.

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

13 years agoeina: fix eina_lock on windows.
cedric [Mon, 25 Apr 2011 08:48:20 +0000 (08:48 +0000)]
eina: fix eina_lock on windows.

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

13 years agolets compile again shall we?
raster [Mon, 25 Apr 2011 02:30:42 +0000 (02:30 +0000)]
lets compile again shall we?

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

13 years agoeina: move eina_object to use eina_lock too.
cedric [Sun, 24 Apr 2011 20:22:50 +0000 (20:22 +0000)]
eina: move eina_object to use eina_lock too.

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

13 years agoeina: put global into namespace and add lock abort
cedric [Sun, 24 Apr 2011 20:22:17 +0000 (20:22 +0000)]
eina: put global into namespace and add lock abort

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

13 years agoeina: fix api to actually work as expected.
cedric [Sun, 24 Apr 2011 16:49:48 +0000 (16:49 +0000)]
eina: fix api to actually work as expected.

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

13 years agoeina: starting to use eina_lock.
cedric [Sun, 24 Apr 2011 15:54:09 +0000 (15:54 +0000)]
eina: starting to use eina_lock.

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

13 years agofix bug when dladdr doesnt return full path. odd that it doesnt.
raster [Sun, 24 Apr 2011 09:53:00 +0000 (09:53 +0000)]
fix bug when dladdr doesnt return full path. odd that it doesnt.

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

13 years agomake docs right
raster [Sun, 24 Apr 2011 09:32:16 +0000 (09:32 +0000)]
make docs right

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

13 years agofix date
caro [Sun, 24 Apr 2011 09:14:12 +0000 (09:14 +0000)]
fix date

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

13 years agoEina: Fix uninstallation of the mempools modules
caro [Sun, 24 Apr 2011 09:11:11 +0000 (09:11 +0000)]
Eina: Fix uninstallation of the mempools modules

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

13 years agowhitespaces--
caro [Sun, 24 Apr 2011 08:37:52 +0000 (08:37 +0000)]
whitespaces--

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

13 years agomake sure eina_prefix is marked since 1.1.0
raster [Sun, 24 Apr 2011 08:30:12 +0000 (08:30 +0000)]
make sure eina_prefix is marked since 1.1.0

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

13 years agoremove useless headers
caro [Sun, 24 Apr 2011 08:12:00 +0000 (08:12 +0000)]
remove useless headers

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

13 years agoon Windows, the path separator in PATH env var is a semicolon, not a colon
caro [Sun, 24 Apr 2011 07:57:16 +0000 (07:57 +0000)]
on Windows, the path separator in PATH env var is a semicolon, not a colon

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

13 years agowhitespace cleanup and a bit of formatting
caro [Sun, 24 Apr 2011 07:49:43 +0000 (07:49 +0000)]
whitespace cleanup and a bit of formatting

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

13 years agochlog++
raster [Sun, 24 Apr 2011 07:35:52 +0000 (07:35 +0000)]
chlog++

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

13 years agoput a general prefix finder in eina.
raster [Sun, 24 Apr 2011 07:35:30 +0000 (07:35 +0000)]
put a general prefix finder in eina.

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

13 years agoEina: Add Eina_Lock API
caro [Fri, 22 Apr 2011 21:26:36 +0000 (21:26 +0000)]
Eina: Add Eina_Lock API

Eina_Lock API is a small set of functions to manage in a
cross platform way mutual exclusion objects

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

13 years agoEina: eina_object: Fix integer size on Windows 64 bits
caro [Fri, 22 Apr 2011 05:36:44 +0000 (05:36 +0000)]
Eina: eina_object: Fix integer size on Windows 64 bits

 * use unsigned __int64 on Windows 64 bits
 * use unsigned modifier 'u' to print objects id

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

13 years agopopulate optional.
raster [Thu, 21 Apr 2011 11:54:16 +0000 (11:54 +0000)]
populate optional.

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

13 years agoEina: eina_file: port API to Windows
caro [Fri, 15 Apr 2011 07:03:17 +0000 (07:03 +0000)]
Eina: eina_file: port API to Windows

Currently, that code can potentially fail on Windows 64 bits
as long is of size 32 bits and not 64 bits. All the file length
and offset must be changed to something that fit the arch, like size_t,
or use always uint64_t

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

13 years agofix error_find to actually return the Eina_Error instead of just i
discomfitor [Fri, 15 Apr 2011 00:41:01 +0000 (00:41 +0000)]
fix error_find to actually return the Eina_Error instead of just i

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

13 years agoefl: don't track cache file.
cedric [Thu, 14 Apr 2011 20:30:17 +0000 (20:30 +0000)]
efl: don't track cache file.

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

13 years agofix input check for list_move, add ESNV for error
discomfitor [Thu, 14 Apr 2011 18:21:40 +0000 (18:21 +0000)]
fix input check for list_move, add ESNV for error

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

13 years agoautogen: unobrk things.
cedric [Thu, 14 Apr 2011 14:51:36 +0000 (14:51 +0000)]
autogen: unobrk things.

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

13 years agoeina: improve autoconf cache usage.
cedric [Thu, 14 Apr 2011 09:40:47 +0000 (09:40 +0000)]
eina: improve autoconf cache usage.

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

13 years agounrevert. this is not a mistake.
discomfitor [Thu, 14 Apr 2011 07:42:04 +0000 (07:42 +0000)]
unrevert. this is not a mistake.

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

13 years agorevert. The check is already done by EINA_MAGIC_CHECK, called by EINA_MAGIC_CHECK_LIST
caro [Thu, 14 Apr 2011 06:56:10 +0000 (06:56 +0000)]
revert. The check is already done by EINA_MAGIC_CHECK, called by EINA_MAGIC_CHECK_LIST

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

13 years agoEina: eina_file.c: use fcntl instead of O_CLOEXEC
caro [Thu, 14 Apr 2011 05:52:24 +0000 (05:52 +0000)]
Eina: eina_file.c: use fcntl instead of O_CLOEXEC

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

13 years agoEina: eina_file.c replace ACCESSPERMS, which is not protable, by its value
caro [Thu, 14 Apr 2011 05:39:09 +0000 (05:39 +0000)]
Eina: eina_file.c replace ACCESSPERMS, which is not protable, by its value

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