profile/ivi/eina.git
12 years agoeina: add eina_main_loop_is.
cedric [Fri, 29 Jul 2011 14:56:42 +0000 (14:56 +0000)]
eina: add eina_main_loop_is.

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

13 years agoEina: Groups shouldn't be inside themselves, and both groups
gastal [Fri, 15 Jul 2011 18:37:44 +0000 (18:37 +0000)]
Eina: Groups shouldn't be inside themselves, and both groups
 and conditionals need to be properly closed..

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

13 years agoEina: Making html tags in doc appear only in html doc.
gastal [Fri, 15 Jul 2011 18:35:45 +0000 (18:35 +0000)]
Eina: Making html tags in doc appear only in html doc.

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

13 years agoEina: Giving some pages better names and fixing a typo.
gastal [Fri, 15 Jul 2011 18:33:41 +0000 (18:33 +0000)]
Eina: Giving some pages better names and fixing a typo.

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

13 years agoeina: fix common misspellings
lucas [Fri, 15 Jul 2011 14:31:31 +0000 (14:31 +0000)]
eina: fix common misspellings

Misspellings detected by codespell.

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

13 years agoEina: add descriptions to eina accessor and eina strbuf.
gastal [Fri, 15 Jul 2011 14:07:03 +0000 (14:07 +0000)]
Eina: add descriptions to eina accessor and eina strbuf.

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

13 years agoEina: link against iconv, use rt_libs to hold -lrt and add -lrt to eina.pc.in's Libs...
caro [Thu, 14 Jul 2011 07:18:11 +0000 (07:18 +0000)]
Eina: link against iconv, use rt_libs to hold -lrt and add -lrt to eina.pc.in's Libs.private

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

13 years agoEina : configure.ac : improve shm_open detection
caro [Thu, 14 Jul 2011 06:58:59 +0000 (06:58 +0000)]
Eina : configure.ac : improve shm_open detection

 * Do not use spaces around '=' in configure scripts
 * formatting
 * put -lrt in EINA_LIBS instead of LIBS

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

13 years agoeina: fix typo.
cedric [Wed, 13 Jul 2011 09:25:49 +0000 (09:25 +0000)]
eina: fix typo.

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

13 years agoeina: fix eina shm_open detection.
cedric [Wed, 13 Jul 2011 09:21:55 +0000 (09:21 +0000)]
eina: fix eina shm_open detection.

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

13 years agoeina: fix build on NetBSD.
cedric [Wed, 13 Jul 2011 08:51:19 +0000 (08:51 +0000)]
eina: fix build on NetBSD.

NOTE: we need a fallback for shm_open that will work on BSD system.

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

13 years agoEina : lock (win32) : fix compilation
caro [Sat, 9 Jul 2011 10:20:02 +0000 (10:20 +0000)]
Eina : lock (win32) : fix compilation

cedric, can you confirm me that

-             LeaveCriticalSection(&mutex->cond_read->threads_count_lock);
...
+             LeaveCriticalSection(&mutex->cond_read.waiters_count_lock);

is correct ?

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

13 years agoEina: Adding diagrams for eina list macros.
gastal [Thu, 7 Jul 2011 19:26:47 +0000 (19:26 +0000)]
Eina: Adding diagrams for eina list macros.

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

13 years agoedje/ecore/eina: Updated documentaton for version number.
seoz [Thu, 7 Jul 2011 04:58:34 +0000 (04:58 +0000)]
edje/ecore/eina: Updated documentaton for version number.

I did this manually. But it'll be good if someone can automate this.
It's a painful for busy developers.

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

13 years agoeina/hash - Add examples to list and fix doc of some functions.
antognolli [Wed, 6 Jul 2011 18:01:42 +0000 (18:01 +0000)]
eina/hash - Add examples to list and fix doc of some functions.

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

13 years agoeina/hash - Add example that demonstrate many ways of deleting items.
antognolli [Wed, 6 Jul 2011 18:00:38 +0000 (18:00 +0000)]
eina/hash - Add example that demonstrate many ways of deleting items.

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

13 years agoeina/hash - Added examples that use different types of hash.
antognolli [Wed, 6 Jul 2011 17:59:58 +0000 (17:59 +0000)]
eina/hash - Added examples that use different types of hash.

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

13 years agoeina/hash - improve performance comparison between different hashes.
antognolli [Wed, 6 Jul 2011 17:58:41 +0000 (17:58 +0000)]
eina/hash - improve performance comparison between different hashes.

For the hashes available for storing string keys, give a better
explanation about the difference of performance.

Also add to the documentation that the data_free_cb will be called when
when items are deleted from the hash table, not only on the hash table
free.

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

13 years agoEina: Improving eina_accessor documentation.
gastal [Wed, 6 Jul 2011 14:50:46 +0000 (14:50 +0000)]
Eina: Improving eina_accessor documentation.

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

13 years agoEina: Improvements to eina_list's documentation.
gastal [Wed, 6 Jul 2011 14:50:33 +0000 (14:50 +0000)]
Eina: Improvements to eina_list's documentation.

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

13 years agoEina: Improvement to eina_iterator's documentation.
gastal [Wed, 6 Jul 2011 14:50:12 +0000 (14:50 +0000)]
Eina: Improvement to eina_iterator's documentation.

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

13 years agoEina: Improvements to eina_array's documentation.
gastal [Wed, 6 Jul 2011 14:49:44 +0000 (14:49 +0000)]
Eina: Improvements to eina_array's documentation.

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

13 years agoMake eina docs work on IE8 and IE9.
gastal [Tue, 5 Jul 2011 16:35:20 +0000 (16:35 +0000)]
Make eina docs work on IE8 and IE9.

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

13 years agoEina: Spelling fixes and using smaller size for hash image.
gastal [Mon, 4 Jul 2011 19:48:01 +0000 (19:48 +0000)]
Eina: Spelling fixes and using smaller size for hash image.

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

13 years agoEina: Adding link to example in eina_str documentation.
gastal [Mon, 4 Jul 2011 17:18:30 +0000 (17:18 +0000)]
Eina: Adding link to example in eina_str documentation.

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

13 years agoand include eina_mmap.h in Eina.h <- forgot
raster [Mon, 4 Jul 2011 09:35:17 +0000 (09:35 +0000)]
and include eina_mmap.h in Eina.h <- forgot

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

13 years agoadd eina mmap safety handling.
raster [Mon, 4 Jul 2011 09:29:59 +0000 (09:29 +0000)]
add eina mmap safety handling.

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

13 years agoEina: eina_strbuf example and documentation.
gastal [Tue, 28 Jun 2011 14:38:17 +0000 (14:38 +0000)]
Eina: eina_strbuf example and documentation.

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

13 years agoEina: Slight improvement to eina_strbuf's documentation.
gastal [Tue, 28 Jun 2011 14:37:49 +0000 (14:37 +0000)]
Eina: Slight improvement to eina_strbuf's documentation.

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

13 years agoEina: improve eina_str documentation.
gastal [Tue, 28 Jun 2011 13:52:59 +0000 (13:52 +0000)]
Eina: improve eina_str documentation.

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

13 years agoEina: eina_str example and accompanying documentation.
gastal [Mon, 27 Jun 2011 20:26:43 +0000 (20:26 +0000)]
Eina: eina_str example and accompanying documentation.

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

13 years agoeina/autotools - fix typo on eina_log example
antognolli [Mon, 27 Jun 2011 15:10:34 +0000 (15:10 +0000)]
eina/autotools - fix typo on eina_log example

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

13 years agoEina: Reorganization of eina log documentation.
gastal [Mon, 27 Jun 2011 14:02:10 +0000 (14:02 +0000)]
Eina: Reorganization of eina log documentation.

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

13 years agofix eina_binbuf_* signatures to use unsigned char instead of char...
discomfitor [Sun, 26 Jun 2011 00:08:03 +0000 (00:08 +0000)]
fix eina_binbuf_* signatures to use unsigned char instead of char...

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

13 years agoeina: add Eina_LockRW. more refactoring code comming.
cedric [Thu, 23 Jun 2011 09:58:54 +0000 (09:58 +0000)]
eina: add Eina_LockRW. more refactoring code comming.

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

13 years agoEina: Adding eina file example to makefile.
gastal [Wed, 22 Jun 2011 19:48:37 +0000 (19:48 +0000)]
Eina: Adding eina file example to makefile.

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

13 years agoEina: Eina error documentation improvement.
gastal [Wed, 22 Jun 2011 19:48:27 +0000 (19:48 +0000)]
Eina: Eina error documentation improvement.

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

13 years agoEina: Eina file documentation.
gastal [Wed, 22 Jun 2011 19:25:44 +0000 (19:25 +0000)]
Eina: Eina file documentation.

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

13 years agoeina: update Eina_Refcount API to please Tasn.
cedric [Wed, 22 Jun 2011 14:04:09 +0000 (14:04 +0000)]
eina: update Eina_Refcount API to please Tasn.

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

13 years agodont bloody cache files! all this will do is leak them forever. no
raster [Wed, 22 Jun 2011 12:47:12 +0000 (12:47 +0000)]
dont bloody cache files! all this will do is leak them forever. no
cache. JUSt a shared hash. ZERO speculative retention cache. it was
broken before anyway.

grrrrr..........

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

13 years agoeina: fix eina_stringshare_dump bug #791 reported by jgastal@profusion.mobi.
cedric [Wed, 22 Jun 2011 08:14:32 +0000 (08:14 +0000)]
eina: fix eina_stringshare_dump bug #791 reported by jgastal@profusion.mobi.

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

13 years agoEina: Eina_Stringshare documentation.
gastal [Tue, 21 Jun 2011 20:45:50 +0000 (20:45 +0000)]
Eina: Eina_Stringshare documentation.

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

13 years agoEina: EINA_MAGIC example and documentation.
gastal [Mon, 20 Jun 2011 21:15:17 +0000 (21:15 +0000)]
Eina: EINA_MAGIC example and documentation.

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

13 years agoeina: fix common misspellings
lucas [Sat, 18 Jun 2011 19:48:28 +0000 (19:48 +0000)]
eina: fix common misspellings

Common misspellings found by codespell.

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

13 years agoEina: Adding images for latex docs.
gastal [Fri, 17 Jun 2011 14:20:59 +0000 (14:20 +0000)]
Eina: Adding images for latex docs.

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

13 years agoeina: rename eina_hash_free_set as eina_hash_free_cb_set.
cedric [Fri, 17 Jun 2011 09:49:15 +0000 (09:49 +0000)]
eina: rename eina_hash_free_set as eina_hash_free_cb_set.

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

13 years agoeina: forgotten commit.
cedric [Fri, 17 Jun 2011 08:55:22 +0000 (08:55 +0000)]
eina: forgotten commit.

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

13 years agoeina: disabling Eina_Object until 1.1 is released.
cedric [Fri, 17 Jun 2011 08:48:02 +0000 (08:48 +0000)]
eina: disabling Eina_Object until 1.1 is released.

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

13 years agoSince the SVN revision is now included in %{version}, it's redundant
mej [Thu, 16 Jun 2011 20:36:43 +0000 (20:36 +0000)]
Since the SVN revision is now included in %{version}, it's redundant
to have it in %{release} also.  So let's just tag the package as ours
and try to make sure it doesn't interfere with vendor releases.

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

13 years agoeina: @since
cedric [Wed, 15 Jun 2011 15:54:42 +0000 (15:54 +0000)]
eina: @since

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

13 years agoeina: +eina_hash_free_set.
cedric [Wed, 15 Jun 2011 15:46:10 +0000 (15:46 +0000)]
eina: +eina_hash_free_set.

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

13 years agoeina: Add detailed description and some examples to Eina_Inlist.
antognolli [Tue, 14 Jun 2011 17:43:53 +0000 (17:43 +0000)]
eina: Add detailed description and some examples to Eina_Inlist.

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

13 years agoeina: A few fixes for the Eina_List doc.
gastal [Mon, 13 Jun 2011 17:46:22 +0000 (17:46 +0000)]
eina: A few fixes for the Eina_List doc.

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

13 years agoeina: Add acknowledgment of Samsung's patronage to
gastal [Mon, 13 Jun 2011 16:44:08 +0000 (16:44 +0000)]
eina: Add acknowledgment of Samsung's patronage to
 documentation project.

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

13 years agoeina: Eina_Accessor documentation.
gastal [Mon, 13 Jun 2011 16:42:25 +0000 (16:42 +0000)]
eina: Eina_Accessor documentation.

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

13 years agoremove .cvsignore files
billiob [Sun, 12 Jun 2011 21:38:37 +0000 (21:38 +0000)]
remove .cvsignore files

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

13 years agoEina strbuf: Add csize to documentation.
tasn [Sun, 12 Jun 2011 07:58:59 +0000 (07:58 +0000)]
Eina strbuf: Add csize to documentation.

Thanks to Ulrich Eckhardt for the patch

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

13 years agoEina ustrbuf: Fixed eina_ustrbuf_prepend_char.
tasn [Sun, 12 Jun 2011 07:58:55 +0000 (07:58 +0000)]
Eina ustrbuf: Fixed eina_ustrbuf_prepend_char.

Thanks to Ulrich Eckhardt for the report.

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

13 years agoeina examples/eina_list_01.c: Added new line to explicitly separate
seoz [Sat, 11 Jun 2011 09:17:31 +0000 (09:17 +0000)]
eina examples/eina_list_01.c: Added new line to explicitly separate
two outputs.

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

13 years agoeina: Fixed doxygen.
seoz [Sat, 11 Jun 2011 09:16:45 +0000 (09:16 +0000)]
eina: Fixed doxygen.

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

13 years agowrn--
raster [Sat, 11 Jun 2011 03:52:30 +0000 (03:52 +0000)]
wrn--

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

13 years agoEina examples: Removed trailing whitespaces.
seoz [Sat, 11 Jun 2011 01:24:04 +0000 (01:24 +0000)]
Eina examples: Removed trailing whitespaces.

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

13 years agoeina: Add missing hash table image and make imgs work for
gastal [Fri, 10 Jun 2011 14:54:01 +0000 (14:54 +0000)]
eina: Add missing hash table image and make imgs work for
 latex docs.

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

13 years agoeina: Eina_Iterator documentation.
gastal [Fri, 10 Jun 2011 13:42:19 +0000 (13:42 +0000)]
eina: Eina_Iterator documentation.

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

13 years agoeina: Eina_Array documentation.
gastal [Fri, 10 Jun 2011 13:41:59 +0000 (13:41 +0000)]
eina: Eina_Array documentation.

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

13 years agoeina: Documentation for Eina_List.
gastal [Fri, 10 Jun 2011 13:40:50 +0000 (13:40 +0000)]
eina: Documentation for Eina_List.

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

13 years agoOoops! Fixing eina_list_sorted doc, again!
fidencio [Fri, 10 Jun 2011 03:41:48 +0000 (03:41 +0000)]
Ooops! Fixing eina_list_sorted doc, again!

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

13 years agoFixing eina_list_sort docs
fidencio [Fri, 10 Jun 2011 03:33:01 +0000 (03:33 +0000)]
Fixing eina_list_sort docs

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

13 years agoeina: add autotools rules to building and installing examples.
antognolli [Thu, 9 Jun 2011 18:53:38 +0000 (18:53 +0000)]
eina: add autotools rules to building and installing examples.

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

13 years ago[eina] Add high-level documentation and examples for Eina_Hash.
antognolli [Thu, 9 Jun 2011 18:52:45 +0000 (18:52 +0000)]
[eina] Add high-level documentation and examples for Eina_Hash.

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

13 years agofix eina prefix - somehow using elm_init make it find the wrong prefix
raster [Wed, 8 Jun 2011 02:59:52 +0000 (02:59 +0000)]
fix eina prefix - somehow using elm_init make it find the wrong prefix
for the lib. weird.

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

13 years agoAdd ignore and update files
mike_m [Tue, 7 Jun 2011 10:26:13 +0000 (10:26 +0000)]
Add ignore and update files

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

13 years agoeina: fix doc building when srcdir != builddir.
antognolli [Mon, 6 Jun 2011 20:20:38 +0000 (20:20 +0000)]
eina: fix doc building when srcdir != builddir.

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

13 years agoeina: make Eina_File thread safe.
cedric [Mon, 6 Jun 2011 17:08:06 +0000 (17:08 +0000)]
eina: make Eina_File thread safe.

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

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