profile/ivi/eina.git
12 years agoEina rbtree: Fixed EINA_RBTREE_GET. Should enclose in parenthesis.
tasn [Thu, 1 Sep 2011 12:11:24 +0000 (12:11 +0000)]
Eina rbtree: Fixed EINA_RBTREE_GET. Should enclose in parenthesis.

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

12 years agoAdd missing function in lock void
caro [Wed, 31 Aug 2011 08:50:19 +0000 (08:50 +0000)]
Add missing function in lock void
Patch by Youness Alaoui

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

12 years agoseriously guys.
discomfitor [Sun, 28 Aug 2011 06:30:51 +0000 (06:30 +0000)]
seriously guys.
null checks.
why are there still functions that don't have them after we've hit 1.0?

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

12 years agofix main loop stuff on Windows
caro [Fri, 26 Aug 2011 16:13:29 +0000 (16:13 +0000)]
fix main loop stuff on Windows

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

12 years agodefine HAVE_DLOPEN also on Windows
caro [Fri, 26 Aug 2011 16:01:28 +0000 (16:01 +0000)]
define HAVE_DLOPEN also on Windows

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

12 years agou know... if u are going to add lots of pthread calls to .x headers
raster [Fri, 26 Aug 2011 04:50:55 +0000 (04:50 +0000)]
u know... if u are going to add lots of pthread calls to .x headers
that get inlined.. u should be telling apps to enable pthread too at
link time eh? :)

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

12 years agooooooh wowo! that prefix change broke stuff1 it looks ok on elm. revert!
raster [Thu, 25 Aug 2011 12:13:16 +0000 (12:13 +0000)]
oooooh wowo! that prefix change broke stuff1 it looks ok on elm. revert!

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

12 years agoFrom: Jérémy Zurcher <jeremy@asynk.ch>
Jérémy Zurcher [Thu, 25 Aug 2011 10:01:22 +0000 (10:01 +0000)]
From: Jérémy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] patch : eina_prefix + elementary_test

please find attached a small patch for eina_prefix

it prevent segfault when for instance
no elm_app_compile_*_dir_set is called prior to elm_app_info_set

and another one for elementary/src/bin/test*.c which tends to replace
usage of PACKAGE_DATA_DIR with elm_app_data_dir_get

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

12 years ago[eina] Repeated link, be gone.
glima [Wed, 24 Aug 2011 15:13:10 +0000 (15:13 +0000)]
[eina] Repeated link, be gone.

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

12 years agoadd some comments and debug to eina_preifx. in case we have to test it
raster [Mon, 22 Aug 2011 23:40:05 +0000 (23:40 +0000)]
add some comments and debug to eina_preifx. in case we have to test it
when packaged under debians new multiarch.

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

12 years agoeina: add eina_main_loop_define.
cedric [Wed, 17 Aug 2011 09:42:43 +0000 (09:42 +0000)]
eina: add eina_main_loop_define.

Do not use it.

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

12 years agoeina - just removed white spaces.
hermet [Tue, 16 Aug 2011 09:08:02 +0000 (09:08 +0000)]
eina - just removed white spaces.

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

12 years agoguys...null checks are not the end of the world.
discomfitor [Thu, 11 Aug 2011 21:26:46 +0000 (21:26 +0000)]
guys...null checks are not the end of the world.

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

12 years agofix segv from missing null check
discomfitor [Wed, 10 Aug 2011 22:42:27 +0000 (22:42 +0000)]
fix segv from missing null check

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

12 years agoif we are going to have %d's - use them in the next scanf too.
raster [Wed, 10 Aug 2011 04:39:04 +0000 (04:39 +0000)]
if we are going to have %d's - use them in the next scanf too.

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

12 years agoeina: Use %d to get build time
Mike McCormack [Tue, 9 Aug 2011 23:48:47 +0000 (23:48 +0000)]
eina: Use %d to get build time

eina_hamster_count() was returning -1 on my machine (Ubuntu 11.04/AMD64),
causing make check to fail.

eina_test_main.c:51:F:Main:eina_hamster:0: Failure 'eina_hamster_count() <= 0' occured

Using %d instead of %i for integers fixes it.

Signed-off-by: Mike McCormack <mj.mccormack@ring3k.org>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@62268 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeina: windows cleanup.
cedric [Tue, 9 Aug 2011 09:21:07 +0000 (09:21 +0000)]
eina: windows cleanup.

Patch by Vincent Torri.

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

12 years agoeina: add generic macro to generate error when outside of the main loop.
cedric [Tue, 9 Aug 2011 08:48:57 +0000 (08:48 +0000)]
eina: add generic macro to generate error when outside of the main loop.

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

12 years agoeina: detect main loop for windows to.
cedric [Tue, 9 Aug 2011 08:47:57 +0000 (08:47 +0000)]
eina: detect main loop for windows to.

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

12 years agoeina: correct guard of thread code.
cedric [Tue, 9 Aug 2011 08:46:29 +0000 (08:46 +0000)]
eina: correct guard of thread code.

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

12 years agoeina: make dlopen optional.
cedric [Tue, 9 Aug 2011 08:39:39 +0000 (08:39 +0000)]
eina: make dlopen optional.

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

12 years agoIt may be good to link Eina examples against Eina
sachiel [Fri, 5 Aug 2011 15:59:22 +0000 (15:59 +0000)]
It may be good to link Eina examples against Eina

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

12 years agoCheck Evas too, DSO thingy
sachiel [Fri, 5 Aug 2011 15:39:18 +0000 (15:39 +0000)]
Check Evas too, DSO thingy

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

12 years agoEina: Fixing borked eina_stringshare diagram.
gastal [Fri, 5 Aug 2011 13:45:01 +0000 (13:45 +0000)]
Eina: Fixing borked eina_stringshare diagram.

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

12 years agoEina: Fixing image in pdf doc.
gastal [Thu, 4 Aug 2011 22:52:29 +0000 (22:52 +0000)]
Eina: Fixing image in pdf doc.

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

12 years agoEina: eina tiler example.
gastal [Thu, 4 Aug 2011 22:05:46 +0000 (22:05 +0000)]
Eina: eina tiler example.

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

12 years agoEina: eina_tiler docs(examples to follow).
gastal [Thu, 4 Aug 2011 22:05:25 +0000 (22:05 +0000)]
Eina: eina_tiler docs(examples to follow).

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

12 years agoEina: adding image to eina_stringshare.
gastal [Thu, 4 Aug 2011 20:44:05 +0000 (20:44 +0000)]
Eina: adding image to eina_stringshare.

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

12 years agoEina: adding image showing eina array growth.
gastal [Thu, 4 Aug 2011 20:43:51 +0000 (20:43 +0000)]
Eina: adding image showing eina array growth.

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

12 years agoEina list: eina_list_data_set is *not* pure.
tasn [Thu, 4 Aug 2011 06:44:19 +0000 (06:44 +0000)]
Eina list: eina_list_data_set is *not* pure.

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

12 years agoEina: Separating eina_lock and company from eina_file's
gastal [Wed, 3 Aug 2011 19:13:18 +0000 (19:13 +0000)]
Eina: Separating eina_lock and company from eina_file's
 group.

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

12 years agoeina: the actual patch.
cedric [Wed, 3 Aug 2011 12:01:35 +0000 (12:01 +0000)]
eina: the actual patch.

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

12 years agoeina: fix eina_share_common_ref/del
cedric [Wed, 3 Aug 2011 12:00:46 +0000 (12:00 +0000)]
eina: fix eina_share_common_ref/del

patch by Myungjae Lee <mjae.lee@samsung.com>.

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

12 years agoimprove eina main page and links
raster [Wed, 3 Aug 2011 04:55:12 +0000 (04:55 +0000)]
improve eina main page and links

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

12 years agoEina: Moved valgrind check to the libararies check section.
tasn [Tue, 2 Aug 2011 10:50:13 +0000 (10:50 +0000)]
Eina: Moved valgrind check to the libararies check section.

As suggested by vtorri.

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

12 years agothat's it - remove autom4te.cache dirs again... - keep having to many
raster [Tue, 2 Aug 2011 04:13:33 +0000 (04:13 +0000)]
that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.

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

12 years agoeina: forgotten since.
cedric [Mon, 1 Aug 2011 14:59:51 +0000 (14:59 +0000)]
eina: forgotten since.

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

12 years agoeina: better implementation.
cedric [Fri, 29 Jul 2011 15:37:39 +0000 (15:37 +0000)]
eina: better implementation.

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

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