barbieri [Tue, 16 Jun 2009 14:59:09 +0000 (14:59 +0000)]
better error setting and reporting in module loading.
* just set error codes if we know the error.
* debug dlopen() error using EINA_ERROR_PDBG()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41057
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 15 Jun 2009 06:29:43 +0000 (06:29 +0000)]
back to svn soname
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41042
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 15 Jun 2009 05:32:49 +0000 (05:32 +0000)]
make distcheck and... SNAP!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41039
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 12 Jun 2009 17:48:10 +0000 (17:48 +0000)]
Add DragonFly BSD and simplifies other conditions.
By: Joerg Sonnenberger.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41020
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 12 Jun 2009 07:35:53 +0000 (07:35 +0000)]
Remove trailing slash in the installation directory
Fix installation of the eina modules with automake 1.11
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41013
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 9 Jun 2009 16:02:20 +0000 (16:02 +0000)]
* eina: Remove memory leak (patch from Andre Dieb).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40986
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 8 Jun 2009 08:27:33 +0000 (08:27 +0000)]
* modify the way eina_config.h is built (see eina_config.h.in
and configure.ac)
* include eina_config.h explicitely in files where the macros
of eina_config.h are used
* define eina_magic_string_init() and eina_magic_string_shutdown()
even when the mugle option is set (magic disabled)
* formatting and fix in configure.ac
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40962
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sat, 6 Jun 2009 22:53:03 +0000 (22:53 +0000)]
do not leak module if user do not want it.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40924
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 6 Jun 2009 04:22:21 +0000 (04:22 +0000)]
Fix init error handling of array, benchmark, counter,main,
rectangle and stringshare modules. Patch by Andre Dieb, modified
by me (formatting and fix for the Windows code in eina_counter)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40915
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 6 Jun 2009 03:55:32 +0000 (03:55 +0000)]
fix documentation
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40914
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 4 Jun 2009 09:11:20 +0000 (09:11 +0000)]
* eina: Update eina authors list.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40893
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 4 Jun 2009 09:02:29 +0000 (09:02 +0000)]
* Fix some init/shutdown procedure.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40892
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 26 May 2009 17:34:53 +0000 (17:34 +0000)]
fix debian rules files.
* fix the way AC_INIT macros are parsed to consider [] as well.
* set both LDFLAGS and CFLAGS on the libs I use and I know support -fvisibility=hidden.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40838
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 18 May 2009 14:49:57 +0000 (14:49 +0000)]
* eina: Patch from Albin Tonnerre that add a new accessor for Inlist container.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40726
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 15 May 2009 08:12:38 +0000 (08:12 +0000)]
underquoted parameters of AC_INIT
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40651
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 15 May 2009 08:11:51 +0000 (08:11 +0000)]
update efl_doxygen.m4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40650
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 13 May 2009 18:42:40 +0000 (18:42 +0000)]
don't use the release stuff for Windows CE
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40624
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 6 May 2009 04:11:01 +0000 (04:11 +0000)]
enable adding just part of a string.
this allows us to add stringshare from a larger buffer that cannot be
modified.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40516
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
davemds [Wed, 29 Apr 2009 21:44:33 +0000 (21:44 +0000)]
* New style for Eina Doxy... now lets see what will happend with the online generation ;)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40467
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 28 Apr 2009 16:38:18 +0000 (16:38 +0000)]
Missing build-deps
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40446
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 23 Apr 2009 00:32:53 +0000 (00:32 +0000)]
move to uses no []'s as it works for me, but for belem... inconsistent []'s
doesnt work.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40300
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Wed, 22 Apr 2009 16:37:17 +0000 (16:37 +0000)]
Updated debian stuff for core EFL. Changed debian stuff of others to work with core EFL updates.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40292
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 22 Apr 2009 14:08:21 +0000 (14:08 +0000)]
and incriment to next rev.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40285
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 22 Apr 2009 14:07:05 +0000 (14:07 +0000)]
snapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
uploaded.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40284
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 21 Apr 2009 17:39:20 +0000 (17:39 +0000)]
Updated changelogs for packages which will go into repository.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40270
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 21 Apr 2009 14:17:42 +0000 (14:17 +0000)]
1. embryo shoudl have soname
2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40267
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Sun, 19 Apr 2009 16:22:00 +0000 (16:22 +0000)]
Merged with pkgE
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40226
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Sun, 19 Apr 2009 16:18:41 +0000 (16:18 +0000)]
Prepared for merge with pkgE debian stuff
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40225
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 18 Apr 2009 09:17:37 +0000 (09:17 +0000)]
fix rectangle unit test
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40158
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 17 Apr 2009 10:01:45 +0000 (10:01 +0000)]
lutin... release soname patch. verbose svn soname used right now
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40131
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 14 Apr 2009 17:21:19 +0000 (17:21 +0000)]
Updated debian stuff(grew Standards-Version, updated python-ecore rules file)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@40043
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
urandom [Sat, 11 Apr 2009 16:59:39 +0000 (16:59 +0000)]
fix docu
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39989
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Fri, 10 Apr 2009 09:05:24 +0000 (09:05 +0000)]
Added doxygen to eina deps in debian
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39922
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 9 Apr 2009 15:51:32 +0000 (15:51 +0000)]
* eina_rectangle: Use a mempool to reduce memory allocation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39909
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 9 Apr 2009 05:55:51 +0000 (05:55 +0000)]
new -> news. people with g++ using eina in their c++ stuff will be most
un-amused by the use of a variable called "new".
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39905
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 8 Apr 2009 18:25:02 +0000 (18:25 +0000)]
eina_stringshare_replace() gets in!
I was replicating this code in many places, it should go into eina itself.
It's the right way to change strings that you don't know are
stringshared before, since it will first add a reference and then
remove, making it impossible to have references to go 0 and string
being released before adding new references, fixing the following
possible problem:
x = eina_stringshare_add("x");
replace(x, x);
then:
incorrect_replace(const char **b, const char *a) {
eina_stringshare_del(*b); /* reference gets to 0 */
eina_stringshare_add(a); /* BUG!!! */
*b = a;
}
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39903
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Mon, 6 Apr 2009 12:41:50 +0000 (12:41 +0000)]
export vargs version of eina_error_print().
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39879
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 25 Mar 2009 12:04:21 +0000 (12:04 +0000)]
Fix llvm report in eain_tiler.
The remaining llvm reports, in eina_rbtree.c, are not correct, I think.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39710
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 25 Mar 2009 10:32:33 +0000 (10:32 +0000)]
fix llvm report in eina_stringshare
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39707
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 25 Mar 2009 09:24:56 +0000 (09:24 +0000)]
fix llvm reports in eina_list
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39706
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39695
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39694
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39693
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 24 Mar 2009 07:10:46 +0000 (07:10 +0000)]
use variadic macros, as suggested by Gustavo
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39663
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 23 Mar 2009 20:36:10 +0000 (20:36 +0000)]
fix some llvm report
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39657
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 22 Mar 2009 13:40:28 +0000 (13:40 +0000)]
Fix compilation on OpenBSD (bug #250). Patch by eumel.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39627
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 22 Mar 2009 12:22:39 +0000 (12:22 +0000)]
change the variable near to lnear, as it seems
that it's a keyword on Windows...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 20 Mar 2009 01:00:35 +0000 (01:00 +0000)]
deprecated attribute
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39597
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 20 Mar 2009 01:00:04 +0000 (01:00 +0000)]
constness++
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39596
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 18 Mar 2009 15:00:52 +0000 (15:00 +0000)]
* eina_list: Add a eina_list_search_sorted_near_list. Usefull if you want to build
a sorted list.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39550
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 18 Mar 2009 13:29:36 +0000 (13:29 +0000)]
* eina_list: Add eina_list_search_sorted_list and eina_list_search_unsorted_list.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39546
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 17 Mar 2009 13:05:02 +0000 (13:05 +0000)]
add missing prototype.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39516
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 17 Mar 2009 12:52:38 +0000 (12:52 +0000)]
fix docs and add clone and reversed iterator calls.
* docs: be clear if it's a copy or in-place.
* clone: add some apis to create a copy while operates, sort should
do the same.
* reversed iterator: new call to walk the list reversed, will make
life easier in some cases.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39515
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 13 Mar 2009 11:32:56 +0000 (11:32 +0000)]
inlist: add count.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39465
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 13 Mar 2009 10:53:07 +0000 (10:53 +0000)]
1. cygwin fixes from booleanlabel@gmail.com
2. these are just generic fixes - so also fix 1 doc example too.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39464
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 13 Mar 2009 10:24:45 +0000 (10:24 +0000)]
strict-aliasing is gcc 3+ - apply to CFLAGS for libeina.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39462
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
turran [Sun, 1 Mar 2009 12:35:30 +0000 (12:35 +0000)]
+ Fix the precision when multiplying two fixed point numbers
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39307
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 27 Feb 2009 16:32:22 +0000 (16:32 +0000)]
New macros, documentation and consistency for iterators and accessors.
EINA_ITERATOR_FOREACH() and EINA_ACCESSOR_FOREACH() are new macros to
help us forget about nasty C details (like cast to (void **)).
Document most iterators and accessors.
All iterators now set EINA_ERROR_OUT_OF_MEMORY if it's the case.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39267
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 25 Feb 2009 20:19:32 +0000 (20:19 +0000)]
Add reverse iterator macros for eina list.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39218
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 25 Feb 2009 16:24:00 +0000 (16:24 +0000)]
Fix EINA_INLIST_GET() macro.
now EINA_INLIST_GET(bla)->next will work, before it was like
&bla->__in_list->next
which is wrong, since __in_list is not a pointer, rather the memory itself.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39210
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 25 Feb 2009 10:46:14 +0000 (10:46 +0000)]
* eina/src/lib/eina_list.c: Use less code.
* eina/src/lib/eina_error.c: Add a way to abord on any error message.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39196
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 20 Feb 2009 16:44:26 +0000 (16:44 +0000)]
* eina/src/include/eina_list.h: Add a macro for freeing each element of an Eina_List.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39109
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 19 Feb 2009 19:48:03 +0000 (19:48 +0000)]
set correctly the relative path of the extern directory,
so that it fits the one used in the tutorial.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39099
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 17 Feb 2009 14:18:14 +0000 (14:18 +0000)]
* eina/m4/efl_pthread.m4,
* eina/src/modules/mp/chained_pool/Makefile.am,
* eina/src/modules/mp/chained_pool/eina_chained_mempool.c: Now chained mempool are thread safe.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39058
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 17 Feb 2009 12:58:09 +0000 (12:58 +0000)]
* eina/src/lib/eina_module.c: After deleting all members, we should flush the array.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39057
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 3 Feb 2009 13:20:30 +0000 (13:20 +0000)]
* eina/src/lib/eina_array.c: Fix small typo.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38921
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 1 Feb 2009 20:21:56 +0000 (20:21 +0000)]
* fix logic in efl_doxygen.m4
* allow aclocal to check for modifications of the m4 macros in m4/
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38892
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 29 Jan 2009 23:16:23 +0000 (23:16 +0000)]
* more doc in the tutorial of the array data type
* minor formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38853
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
turran [Thu, 29 Jan 2009 13:06:46 +0000 (13:06 +0000)]
+ Remove unlikely macro debug
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38840
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
turran [Wed, 28 Jan 2009 20:01:42 +0000 (20:01 +0000)]
+ Make the tiler functions static
+ Make the iterator actually work: keep track of current node
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38833
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 28 Jan 2009 18:00:20 +0000 (18:00 +0000)]
force the files that are in the _DATA primary to be
distributed in the tarball
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38832
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 27 Jan 2009 16:59:06 +0000 (16:59 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38815
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 27 Jan 2009 16:44:45 +0000 (16:44 +0000)]
* formatting: new lines are good for reading code
* remove comma after EINA_MAGIC (compilation with Visual Studio)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38814
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 27 Jan 2009 16:38:06 +0000 (16:38 +0000)]
add source and header files to Visual Studio project files
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38813
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
rephorm [Tue, 27 Jan 2009 05:11:16 +0000 (05:11 +0000)]
don't leak
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38806
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
turran [Mon, 26 Jan 2009 19:35:12 +0000 (19:35 +0000)]
+ Fix for 64 bit asm
+ Fix for MinGW
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38799
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
turran [Mon, 26 Jan 2009 16:27:00 +0000 (16:27 +0000)]
+ Add eina_cpu subsystem: just query cpu simd operations for now.
+ Add eina_tiler subsystem: initially abstraction and import of gustavo's splitter code.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38793
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
turran [Mon, 26 Jan 2009 16:23:07 +0000 (16:23 +0000)]
+ Fix some english typos
+ Fix some macros that need an expression and there are no attributes support, just pass the expression as is
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38792
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 26 Jan 2009 14:46:02 +0000 (14:46 +0000)]
Add new set of usefull fonctions for eina list.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38791
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 23 Jan 2009 18:24:35 +0000 (18:24 +0000)]
fix warnings with vc++
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38744
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 23 Jan 2009 16:44:25 +0000 (16:44 +0000)]
add eina_main.h in vc project
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38742
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 23 Jan 2009 16:43:14 +0000 (16:43 +0000)]
put macro after declarations, otherwise vc++ is not happy
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38741
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 23 Jan 2009 16:11:45 +0000 (16:11 +0000)]
* minor formatting
* add some doc in eina_array
* in eina_main.c, include only the necessary headers
* fix some warnings (size_t <-> int)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38740
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 23 Jan 2009 14:46:56 +0000 (14:46 +0000)]
put eina_init() and eina_shutdown() in their own header file
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38738
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 20 Jan 2009 16:47:19 +0000 (16:47 +0000)]
* eina/src/include/eina_private.h: better use do {} while(0);
* eina/src/lib/eina_array.c: Use gcc attribute to shutdown llvm warning.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38666
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 20 Jan 2009 16:14:36 +0000 (16:14 +0000)]
too much alloca declarations :-)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38665
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 20 Jan 2009 15:56:48 +0000 (15:56 +0000)]
* eina/src/include/eina_array.h,
* eina/src/include/eina_f16p16.h,
* eina/src/include/eina_accessor.h,
* eina/src/include/eina_list.h,
* eina/src/include/eina_iterator.h,
* eina/src/lib/eina_rectangle.c,
* eina/src/lib/eina_list.c,
* eina/src/lib/eina_array.c,
* eina/src/lib/eina_hash.c,
* eina/src/lib/eina_module.c,
* eina/src/lib/eina_stringshare.c,
* eina/src/lib/eina_benchmark.c: Fix for windows compilation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38663
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 20 Jan 2009 15:44:52 +0000 (15:44 +0000)]
* eina/src/include/eina_private.h,
* eina/src/lib/eina_array.c: Remove potential error detected by llvm in eina_array.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38662
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 20 Jan 2009 15:42:34 +0000 (15:42 +0000)]
Remove warning.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38661
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 20 Jan 2009 15:40:36 +0000 (15:40 +0000)]
Fix wrong order and useless double include.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38660
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 20 Jan 2009 08:29:41 +0000 (08:29 +0000)]
* fix warning (missing alloca declaration)
* formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38657
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tilman [Sat, 17 Jan 2009 17:13:03 +0000 (17:13 +0000)]
Fixed two trivial const correctness issues.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 14 Jan 2009 08:36:16 +0000 (08:36 +0000)]
update ac_attribute.m4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38579
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 13 Jan 2009 06:19:47 +0000 (06:19 +0000)]
The problem of the detection of __attribute__ on mac os x comes
from the fact that we put a definition of a function in the
body of main(). Moving it outside fixes it. In addition, the
extra flag i added in configure.ac is useless.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38565
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 11 Jan 2009 09:25:47 +0000 (09:25 +0000)]
mac os x port of gcc has problems with __attribute__ and thinks that
there are nested functions. -fnested-functions must be passed to the
compiler to allow the compilation on that platform.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38544
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Fri, 9 Jan 2009 16:33:51 +0000 (16:33 +0000)]
Added debian/rules files with a new permissions set(755).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38519
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Fri, 9 Jan 2009 16:31:51 +0000 (16:31 +0000)]
prepare debian rules files for new chmod permissions.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38518
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Thu, 1 Jan 2009 11:35:17 +0000 (11:35 +0000)]
Added new set of debian subdirs.
BROKEN/etox
e
ecore
e_dbus
edje
edje_editor
edje_viewer
eet
efreet
eina
elicit
elitaire
embryo
E-MODULES-EXTRA
emotion
emphasis
empower
emprint
enhance
enity
entrance
ephoto
epsilon
esmart
estickies
etk
etk_extra
evas
evolve
ewl
exhibit
exml
expedite
imlib2
imlib2_loaders
MISC/engage
OLD/eclair
OLD/engrave
OLD/enotes
OLD/entrance_edit_gui
OLD/e_utils
OLD/evoak
OLD/examine
OLD/iconbar
PROTO/etk_server
PROTO/exchange
PROTO/extrackt
rage
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38399
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Thu, 1 Jan 2009 11:25:05 +0000 (11:25 +0000)]
Removed debian subfolders - prepared for a new set of debian subdirs.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38398
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 1 Jan 2009 03:09:48 +0000 (03:09 +0000)]
naruto takahashi's fix for gcc3 patch
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38397
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33