Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-10 | release: Update NEWS and bump version for 1.12.0 releasev1.12.0 | Stefan Schmidt | |
2014-11-03 | release: Update NEWS and bump version for 1.12.0-beta2 releasev1.12.0-beta2 | Stefan Schmidt | |
2014-10-27 | release: Update NEWS and bump version for 1.12.0-beta1 releasev1.12.0-beta1 | Stefan Schmidt | |
2014-10-21 | release: Update NEWS and bump version for 1.12.0-alpha1 releasev1.12.0-alpha1 | Stefan Schmidt | |
2014-09-21 | elm - we should not get our pc files to use hidden libs like x/wl | Carsten Haitzler (Rasterman) | |
ecore_x, ecore_wl, ecore_drm etc. were being linked to clients as they were added to the pc file - they should not have been. elm hides these. it's meant to hide them. remove them from the pc file. | |||
2014-09-16 | autotools: Add efl-cxx.pc when C++ bindings are enabled. | Savio Sena | |
2014-09-04 | create elementary.pc at make time to follow GNU coding standards | Vincent Torri | |
2014-09-04 | module: detect extention just based on if its windows or not. | Cedric BAIL | |
This follow what we do on other part of EFL and should fix issue on Mac OS X. Should fix D1161 at the same time. @fix | |||
2014-09-04 | autotools: simplify .pc.in. | Vincent Torri | |
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com> | |||
2014-09-04 | autotools: use always Requires.private in .pc | Vincent Torri | |
2014-09-04 | autotools: add m4 macro to check for options | Vincent Torri | |
This simplify autotools in elementary by recycling the same m4 and also compilation flags. Less code to read and maintain. | |||
2014-09-02 | autotools: require a less deprecated gettext and move stuff to be in a more ↵ | Cedric BAIL | |
coherent place. | |||
2014-09-02 | Configure: Stop using deprecated AC_HELP_STRING. | Tom Hacohen | |
Use AS_HELP_STRING instead. | |||
2014-09-02 | C++ bindings: disable generation by default (to follow the efl). | Tom Hacohen | |
2014-09-02 | configure.ac: Clean up and add macros for backend-checks. | Vincent Torri | |
Add an m4 macro and start using it (also fixes some issues). | |||
2014-09-02 | Reorganise configure.ac layout (and simplify) | Vincent Torri | |
This includes: Bumping versions of autoconf and automake. Remove or replace deprecated macros. Use correct paths. | |||
2014-09-02 | Revert "C++ bindings: disable generation by default (to follow the efl)." | Tom Hacohen | |
I'll reintroduce this in a moment, was just easier this way in order to merge Vincent's changes. This reverts commit d46fa601ef45d579d1448b19887d02ff2dfbb576. | |||
2014-09-02 | C++ bindings: disable generation by default (to follow the efl). | Tom Hacohen | |
2014-08-26 | elm engine_set etc. - undeprecate, just limit engines supported instead | Carsten Haitzler (Rasterman) | |
thre are still all the old engines supported inside, but docs dont say so so effectively deprecated. also handle a NULL engine. this is part of our engine/display system cleanup. | |||
2014-08-23 | Fix build after TAsn's interface work | Kai Huuhko | |
Elm wasn't linking against libefl so the build would error out with missing symbols. | |||
2014-08-21 | Configure: Add libefl's .eo file in eolian include path. | Tom Hacohen | |
2014-08-20 | configure: Switch to dev mode again and set version to .99 | Stefan Schmidt | |
Merge window for 1.12 is open. | |||
2014-08-20 | release: Update NEWS and bump version for 1.11.0 releasev1.11.0 | Stefan Schmidt | |
2014-08-13 | autotools: Renamed --disable-c++11 to --disable-cxx-bindings. | Savio Sena | |
The name was misleading. | |||
2014-08-11 | release: Update NEWS and bump version for 1.11.0-beta2 releasev1.11.0-beta2 | Stefan Schmidt | |
2014-08-08 | configure: Use the same default CFLAGS/LDFLAGS as we do for EFL | Stefan Schmidt | |
Especially the -fvisibility=hidden would be needed here for our EAPI handling. I never realised we miss this here but Lukasz Stanislawski pointed me to it when we wondered why it linked ofr him with missing EAPI but not for me. I'v compiling and releasing elm like this for a long time now so I don't expect any trouble but if something strange comes up we can still revert it before 1.11 final. | |||
2014-08-07 | autotools: install .pc files to the correct directory on FreeBSD | q66 | |
2014-08-04 | release: Update NEWS and bump version for 1.11.0-beta1 releasev1.11.0-beta1 | Stefan Schmidt | |
2014-08-01 | release: Update NEWS and bump version for 1.11.0-alpha1 releasev1.11.0-alpha1 | Stefan Schmidt | |
2014-08-01 | build: Avoid -shared LDFLAG to allow me to have a working distcheck | Stefan Schmidt | |
The -shared option in LDFLAG somehow is poisoning the configure run inside distcheck. This results in the compiler test getting a segfault and failing. I would really like to understand why this is needed to be set here manually anyway. Same for fPIC and dPIC. I would expect that we leave this to the user compiling the code or the packager. Skimming through the log only brought up fixing c++11 globally. Not really a commit message that helps me to understand why this is needed... | |||
2014-07-23 | cxx: Fixed --disable-c++11 option | Felipe Magno de Almeida | |
The use of AM_CONDITIONAL for setting LDFLAGS and CXXFLAGS was wrong because it ends up setting HAVE_CXX11 unconditionally. | |||
2014-07-22 | autotools: we actually do want portability warning. | Cedric BAIL | |
This tell people that are running our autogen they need to use gnu make and not report issue if they don't. | |||
2014-07-22 | autotools: Fixed C++ build globally. | Savio Sena | |
Previously I removed -fPIC from example LDFLAGS and CXXFLAGS. Now I'm adding "-fPIC -DPIC" to configure.ac conditioned to HAVE_CXX11. This commit fixes 'make check'. | |||
2014-07-21 | autotools: Fixed errors and warnings. | Savio Sena | |
Removed portability warnings from Automake. Removed *.eo.hh from BUILT_SOURCES. Fixed some redeclaration of variables. Added datarootdir and datadir to elementary.pc.in. | |||
2014-07-21 | autotools: Add eolian-cxx to elementary. | Savio Sena | |
Conflicts: src/lib/Makefile.am | |||
2014-07-05 | elm_web: Drop ewebkit backend (ewebkit2 is only available from now) | Ryuan Choi | |
ewebkit was dropped from webkit.org (https://bugs.webkit.org/show_bug.cgi?id=134087) | |||
2014-07-04 | fileselectior - fix to add explicit req on eio in elementary | Carsten Haitzler (Rasterman) | |
this adjusts for edje no longer implicitly initting eio (should never have been depended on anyway) | |||
2014-06-19 | configure: Report elementary_codegen path in configure summary | Stefan Schmidt | |
Another bianry path we might set being displayed in the summary. | |||
2014-06-19 | configure: Report elm_prefs_cc path in configure summary. | Stefan Schmidt | |
Usefull for cross-compiling or other use cases where you try to set the path. | |||
2014-06-12 | backend: add default engine support for Windows and Mac OS X | Vincent Torri | |
2014-06-12 | backend: remove Windows CE support Windows CE is dead and buried and its gcc ↵ | Vincent Torri | |
port is even more dead and I don't believe in zombies | |||
2014-06-12 | autotools: --enable-auto-import is passed by default, nowadays | Vincent Torri | |
2014-05-27 | autotools: Add xz as additional tarball format | Stefan Schmidt | |
If this turns out well we will remove bz2 in 1.12 | |||
2014-05-26 | release: Switch back to development mode | Stefan Schmidt | |
Open for 1.11 changes now. | |||
2014-05-26 | release: v1.10.0v1.10.0 | Stefan Schmidt | |
2014-05-12 | release: v1.10.0 beta2v1.10.0-beta2 | Stefan Schmidt | |
2014-05-10 | autotools: remove dead and erroneous code. | Cedric Bail | |
2014-05-05 | release: v1.10.0 beta1v1.10.0-beta1 | Stefan Schmidt | |
2014-04-28 | release: v1.10.0 alpha1v1.10.0-alpha1 | Stefan Schmidt | |
2014-03-24 | Revert "adding focus direction for gengrid" | Carsten Haitzler (Rasterman) | |
This reverts commit 4fe82cc740eda0c6b50ee09aedcf173aac1e775d. |