Commit Graph

34 Commits

Author SHA1 Message Date
Cedric BAIL bf1ebaf7f4 eet: add Exotic support
SVN revision: 68400
2012-02-24 11:17:26 +00:00
Cedric BAIL 20566e914b eet: use eina_lock.
SVN revision: 59378
2011-05-14 09:07:51 +00:00
Cedric BAIL 9e1667f16c * eet: define PATH_MAX when needed.
SVN revision: 55231
2010-12-03 23:02:37 +00:00
Cedric BAIL 98f2dfecd7 * eet: improve detection of -Wl,--as-needed
SVN revision: 55214
2010-12-03 18:27:17 +00:00
Cedric BAIL 85a8b8834f * eet: sync with eina efl_threads.m4.
Patch from the OpenBSD team :
              Fabien Romano <fabien@openbsd.org>
              Jonathan Armani <armani@opensbd.org>


SVN revision: 54758
2010-11-21 10:54:14 +00:00
Lucas De Marchi 07dfb49db2 Fix common misspellings
The following misspellings were fixed:

adress->address
alreayd->already
arbitary->arbitrary
cant->can't
convertion->conversion
impliment->implement
independant->independent
successfull->successful
tranformed->transformed
usefull->useful



SVN revision: 51963
2010-09-08 03:26:19 +00:00
Vincent Torri 8351950dee Add native Windows thread support instead of using pthread
(less overhead). On other OS, pthread is still used by default.
Pass --enable-win32-threads to activate thread support on
Windows.


SVN revision: 50262
2010-07-15 06:34:32 +00:00
Vincent Torri e103200963 fix linking with mingw
SVN revision: 49818
2010-06-23 15:50:19 +00:00
Vincent Torri 28736f4621 * link pthread and spinlock code instead of just compiling
* POSIX pthread spinlock may be unimplemented, so don't
   exit with an error if they are not available



SVN revision: 48539
2010-05-02 05:19:35 +00:00
Vincent Torri b6b530016f Some libc have a pthread that declares spinlock functions,
but does not define them. So the check now links the test code.



SVN revision: 48525
2010-05-01 20:38:10 +00:00
Vincent Torri 965ee1d469 typo
SVN revision: 46946
2010-03-07 12:13:44 +00:00
Vincent Torri 633c600ddf when pthread is found, don't abort if spin lock is not found but not reqested
Patch by Albin Tonnerre


SVN revision: 46941
2010-03-07 12:05:49 +00:00
Vincent Torri 9129d1d30a abort when pthread is requested but not found
patch by Albin Tonnerre



SVN revision: 46655
2010-02-28 17:27:38 +00:00
Vincent Torri 519cb98847 use efl_fnmatch m4 macro
SVN revision: 45852
2010-02-03 20:47:48 +00:00
Vincent Torri 3cbb822384 fix mingw flags
SVN revision: 45669
2010-01-28 17:13:30 +00:00
Vincent Torri f5ccebf7d5 binary can be disabled
SVN revision: 45168
2010-01-15 06:05:28 +00:00
Vincent Torri 7ccfc62c02 * better m4 code
* use latest efl_pthread.m4 code and update configure.ac accordingly



SVN revision: 44771
2009-12-30 00:02:48 +00:00
Cedric BAIL af13fe5496 * eet: All operation on Eet_File should be thread safe. This should
make use of all eet primitive thread safe now.

	Please any bug or lock that you find.


SVN revision: 44172
2009-12-03 15:35:04 +00:00
Vincent Torri 1b98d1216c Add check on libgcrypt library in configure. Needed when GNUtls
support is enabled.


SVN revision: 43622
2009-11-11 20:05:47 +00:00
Vincent Torri 390f94bcfd update m4 macros (mainly formatting)
SVN revision: 41212
2009-06-27 06:42:14 +00:00
Vincent Torri 13889717c4 update efl_doxygen.m4
SVN revision: 40652
2009-05-15 08:14:58 +00:00
Vincent Torri f5136b4b79 update m4 macro
SVN revision: 39152
2009-02-23 06:45:56 +00:00
Vincent Torri ff10defecc Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).


SVN revision: 38894
2009-02-01 20:26:08 +00:00
Vincent Torri 6364a1b9da check doxygen availability only if we enable documentation build
SVN revision: 38866
2009-01-31 20:18:51 +00:00
Vincent Torri 62ca2f49f2 fix logic in efl_doxygen.m4
SVN revision: 38700
2009-01-22 21:14:12 +00:00
Vincent Torri 8f4f9134d8 update ac_attribute.m4
SVN revision: 38578
2009-01-14 08:36:02 +00:00
Cedric BAIL 4b73a295ec Update m4 macro to provide __UNUSED__.
SVN revision: 38387
2008-12-31 13:08:45 +00:00
Vincent Torri 3e4465c4fa * add m4 macro for documentation, unit tests and coverage
* put documentation related files in doc, remove gendoc and
   add a doc rule to create the documentation and a doc tarball
   named eet-doc-$(version).tar.bz2
 * minor cleanup in the autotools


SVN revision: 36706
2008-10-16 08:41:40 +00:00
Sebastian Dransfeld d2b7cd5296 Remove unused file.
SVN revision: 29091
2007-03-25 08:46:57 +00:00
Sebastian Dransfeld dbe28a92ec No longer needed.
SVN revision: 28910
2007-03-22 16:01:20 +00:00
Mike Frysinger 7c8b0cb44c touchup help output
SVN revision: 18077
2005-10-29 02:43:40 +00:00
doursse 857aefef11 installation of the doc with the autofoo. gendoc is not used anymore. The documentation is built and installed only if doxygen exists. If it's good, I'll commit the same stuff for the other packages
SVN revision: 17001
2005-09-27 22:10:09 +00:00
sebastid 5b57517f63 If the version from config has something after x.y.z, drop it.
SVN revision: 16477
2005-09-03 03:55:13 +00:00
Carsten Haitzler 02411ea995 m4 macros
SVN revision: 10571
2004-06-24 05:56:37 +00:00