caro [Fri, 16 Sep 2011 07:34:43 +0000 (07:34 +0000)]
fix configure output
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63434
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 16 Sep 2011 07:30:40 +0000 (07:30 +0000)]
quotes and cleanup
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63433
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
kakaroto [Fri, 16 Sep 2011 07:08:37 +0000 (07:08 +0000)]
Eina: Disable xattr calls when xattr api is not available
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63429
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 15 Sep 2011 15:37:28 +0000 (15:37 +0000)]
eina: add eina_xattr.{c,h}.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63412
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 15 Sep 2011 13:57:27 +0000 (13:57 +0000)]
eina: use eina safety check in eina_file.c.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63409
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 15 Sep 2011 12:39:40 +0000 (12:39 +0000)]
eina: add XAttr support to eina.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63408
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 14 Sep 2011 22:04:37 +0000 (22:04 +0000)]
eina: fix eina inlist sorted insert (with and without state)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63398
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 14 Sep 2011 19:08:50 +0000 (19:08 +0000)]
clean generated files
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63395
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
kakaroto [Mon, 12 Sep 2011 03:44:04 +0000 (03:44 +0000)]
Eina: Remove 'unused var' warnings from eina_inline_lock_void include
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63340
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
kakaroto [Mon, 12 Sep 2011 03:43:55 +0000 (03:43 +0000)]
Eina: Use @EINA_LIBS@ for static linking libs in .pc file
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63339
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 7 Sep 2011 10:16:27 +0000 (10:16 +0000)]
eina: threads debugging back to work.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63266
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Wed, 7 Sep 2011 08:06:42 +0000 (08:06 +0000)]
eina: Fix broken main loop thread check
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63263
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 6 Sep 2011 10:58:53 +0000 (10:58 +0000)]
Eina (u)strbuf: Added eina_(u)strbuf_manage_new.
This lets us take a string and use it as the string buffer instead of
copying and allocating.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63226
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 5 Sep 2011 20:26:21 +0000 (20:26 +0000)]
eina: oops. Thanks Vincent.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63214
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 5 Sep 2011 20:15:12 +0000 (20:15 +0000)]
eina: add eina_inlist_sorted_state_insert and helper.
Note: this function help keep a jump table so we reduce
the need to walk over the complete list to insert one
element. It's of course doesn't make it an O(log(n)) in
access time, but it increase it's cost more slowly.
With 10000 items, you can count around 50 pointers
dereferencing and with with 50000 items around 200 pointers
dereferencing.
Of course the comparison stay in O(log(n)).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63213
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 5 Sep 2011 07:15:41 +0000 (07:15 +0000)]
fix COPYING to say 2011.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63187
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sat, 3 Sep 2011 05:31:25 +0000 (05:31 +0000)]
eina_prefix: use log infrastructure.
use eina_log instead of weirdo printfs... multiple levels, greatness
everywhere... helped me debug emotion's warning.
It is always a pain to try to use library log and notice they are not
using their own standards :-/
export EINA_LOG_LEVELS=eina_prefix:4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63108
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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