Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-01 | merge: don't use recursive subdirs. Compilation should be faster. | Vincent Torri | |
Please check. note1: Only lib and bin for now, but should be extended to other stuff note2: distcheck does not work because eo_suite is failing. SVN revision: 78758 | |||
2012-10-26 | merge: add embryo | Vincent Torri | |
please check and report problems (not cosmetic ones) someone should update the efl.spec.in file, i don't know that stuff SVN revision: 78512 | |||
2012-10-26 | merge: add a holdall variable | Vincent Torri | |
SVN revision: 78503 | |||
2012-10-25 | merge: -Wl,--enable-auto-import is useless with recent versions of gcc on ↵ | Vincent Torri | |
Windows SVN revision: 78495 | |||
2012-10-23 | cosmetic | Vincent Torri | |
SVN revision: 78359 | |||
2012-10-23 | merge: move stuff | Vincent Torri | |
SVN revision: 78355 | |||
2012-10-23 | merge: add version for Evil requirements | Vincent Torri | |
SVN revision: 78351 | |||
2012-10-23 | merge: pass directly to the preprocessor the Windows macro instead of using ↵ | Vincent Torri | |
autotools SVN revision: 78350 | |||
2012-10-23 | merge: use package version instead of 1.7.99 | Vincent Torri | |
SVN revision: 78349 | |||
2012-10-22 | merge: useless (and wrong anyway) test, add reminder, and remove comment | Vincent Torri | |
SVN revision: 78346 | |||
2012-10-22 | merge: better output | Vincent Torri | |
SVN revision: 78345 | |||
2012-10-22 | and that one too | Vincent Torri | |
SVN revision: 78344 | |||
2012-10-22 | merge: remove useless define | Vincent Torri | |
SVN revision: 78343 | |||
2012-10-22 | merge: more cosmetic changes | Vincent Torri | |
SVN revision: 78342 | |||
2012-10-22 | merge: more quoted macros | Vincent Torri | |
SVN revision: 78341 | |||
2012-10-22 | merge: minor cleanup | Vincent Torri | |
SVN revision: 78340 | |||
2012-10-22 | efl: use EINA_CONFIG() instead of manual if-define-endif-AC_SUBST | Gustavo Sverzut Barbieri | |
bad cedric, did not look around in the file :-) SVN revision: 78338 | |||
2012-10-19 | efl: change a little bit API. | Cedric BAIL | |
SVN revision: 78229 | |||
2012-10-19 | efl: oops revert things that should not have got in. | Cedric BAIL | |
SVN revision: 78212 | |||
2012-10-19 | efl: backport r78209. | Cedric BAIL | |
SVN revision: 78211 | |||
2012-10-17 | cosmetic | Vincent Torri | |
SVN revision: 78139 | |||
2012-10-17 | more echo's | Vincent Torri | |
SVN revision: 78138 | |||
2012-10-17 | merge: configure.ac : quotes and cosmetic | Vincent Torri | |
SVN revision: 78137 | |||
2012-10-17 | efl: fix swapped dev/debug. | Gustavo Sverzut Barbieri | |
thanks demarchi. SVN revision: 78121 | |||
2012-10-17 | efl: add --with-profile=debug, make dev faster. | Gustavo Sverzut Barbieri | |
seems the debug of threads and stringshare could cause major slowdowns, then add another profile to produce debug. Changes: * dev: unlimited log. * debug: same as dev with debug malloc, threads and stringshare. SVN revision: 78120 | |||
2012-10-17 | add eina barrier to efl tree. | Carsten Haitzler | |
SVN revision: 78100 | |||
2012-10-10 | efl: move all system-level checks to a single place at the top. | Gustavo Sverzut Barbieri | |
SVN revision: 77836 | |||
2012-10-10 | oops, bad copy & paste | Gustavo Sverzut Barbieri | |
SVN revision: 77835 | |||
2012-10-10 | efl: helper macro and remove duplicated defines. | Gustavo Sverzut Barbieri | |
AC_CHECK_HEADERS() will already define HAVE_STDINT_H and HAVE_INTTYPES_H. SVN revision: 77834 | |||
2012-10-10 | efl: m4 macro to ease config file creation. | Gustavo Sverzut Barbieri | |
SVN revision: 77832 | |||
2012-10-10 | efl: unify EFL_DEBUG_THREADS and EINA_HAVE_DEBUG_THREADS | Gustavo Sverzut Barbieri | |
SVN revision: 77821 | |||
2012-10-10 | efl: HAVE_LOG is not used, just EINA_ENABLE_LOG | Gustavo Sverzut Barbieri | |
SVN revision: 77820 | |||
2012-10-10 | efl: do not define EINA_SAFETY_CHECKS twice. | Gustavo Sverzut Barbieri | |
it was being defined in config.h and eina_config.h SVN revision: 77819 | |||
2012-10-10 | efl: do not support old pkg-config. | Gustavo Sverzut Barbieri | |
if the distro still wants to support the SUPER OLD pkg-config, then it will have to fix the generated .pc before installing them: {{{ sed -i 's/^Requires.private:/Requires:/g' pc/*.pc }}} SVN revision: 77818 | |||
2012-10-10 | efl: cleanup unused conditional and always-enabled features. | Gustavo Sverzut Barbieri | |
SVN revision: 77817 | |||
2012-10-10 | efl: 'fix' support for exotic library. | Gustavo Sverzut Barbieri | |
it's still not merged into EFL single tree, but once it is we should use "HAVE_EXOTIC" define to work with it. Before we had: EINA_HAVE_EXOTIC (not used), HAVE_EXOTIC_H (used by eina_module.c). Since the other libs are all defined as HAVE_LIBNAME, we're using HAVE_EXOTIC everywhere now. SVN revision: 77816 | |||
2012-10-10 | efl: eet binary is not optional anymore. | Gustavo Sverzut Barbieri | |
it's pointless to have this and may cause problems or complex configure.ac when we have libraries that use 'eet' during its compile phase (like elementary generates its profile/configuration). SVN revision: 77815 | |||
2012-10-10 | efl: remove unused variables. | Gustavo Sverzut Barbieri | |
SVN revision: 77814 | |||
2012-10-10 | efl: cosmetic change to documentation summary. | Gustavo Sverzut Barbieri | |
SVN revision: 77813 | |||
2012-10-10 | efl: simplify thread summary | Gustavo Sverzut Barbieri | |
SVN revision: 77811 | |||
2012-10-10 | efl: remove --disable-assert, do it on build_profile. | Gustavo Sverzut Barbieri | |
SVN revision: 77809 | |||
2012-10-10 | minor improvement to last commit (use an intermediate variable ↵ | Gustavo Sverzut Barbieri | |
want_debug_threads) SVN revision: 77807 | |||
2012-10-10 | efl: remove option to debug threads, now enabled based on build profile. | Gustavo Sverzut Barbieri | |
If --with-profile=dev, we enable threads debug. SVN revision: 77806 | |||
2012-10-10 | efl: remove EINA_HAVE_ON_OFF_THREADS support. | Gustavo Sverzut Barbieri | |
it's still in the code, but not configurable anymore. We may remove it later if not really needed. SVN revision: 77802 | |||
2012-10-10 | efl: simplify threads step 1 - make it mandatory. | Gustavo Sverzut Barbieri | |
remove the eina_inline_lock_void.x fallback as it's not used anymore. still keep the EINA_HAVE_THREADS in the source code. SVN revision: 77796 | |||
2012-10-10 | efl: do not report specific functions in the summary. | Gustavo Sverzut Barbieri | |
iconv, dirfd, xattr can be checked in the whole configure output, config.h or config.log. SVN revision: 77795 | |||
2012-10-10 | efl: libjpeg and zlib are mandatory. | Gustavo Sverzut Barbieri | |
TODO: we should have a better way to check those without requiring the check for efl_lib_zlib and efl_lib_libjpeg. SVN revision: 77794 | |||
2012-10-10 | checking for NULL=0 is too much. | Gustavo Sverzut Barbieri | |
particularly if all you do is warning, the whole EFL would stop working due our "if (ptr)" checks. SVN revision: 77793 | |||
2012-10-10 | efl: simplify mempools, nuke some and make remaining statically built. | Gustavo Sverzut Barbieri | |
Now we always build the following memory pools statically: - pass_through: calls malloc/free directly, useful to debug. - chained_pool: default for ages. - one_big: used by some embedded systems (should we remove?) Removed: - ememoa_fixed and ememoa_unknown: depends on a separate lib, not supported? - buddy: nobody uses it? NOTE: we do not need the src/modules/eina/mp/*/Makefile.am anymore since they are statically built. But I'll keep these and the references in src/modules/eina/mp/Makefile.am SVN revision: 77792 | |||
2012-10-10 | efl: simplify print of options | Gustavo Sverzut Barbieri | |
SVN revision: 77791 |