summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* web: split web into a module.Cedric BAIL2016-03-091-58/+0
| | | | | There is currently no configuration to switch backend. Another patch will introduce it.
* efl-js: JavaScript Eolian bindingFelipe Magno de Almeida2015-12-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | To configure elementary sources with bindings to use in nodejs add ––with-js=nodejs in configure flags in EFL compilation to generate node files, then compile elementary normally: path/to/efl$ configure --with-js=nodejs path/to/efl$ make path/to/efl$ make install path/to/elm$ configure path/to/efl$ make path/to/efl$ make install To use, you have to require elm: elm = require('elm') The bindings is divided in two parts: generated and manually written. The generation uses the Eolian library for parsing Eo files and generate C++ code that is compiled against V8 interpreter library to create a elm.node file that can be required in a node.js instance. @feature
* pkg-config: Brought latest "echo compatibility" changes from EFL to m4/efl.m4.Savio Sena2014-09-171-10/+12
|
* Fix build break with elm_web since 4664b183eRyuan Choi2014-09-181-1/+1
| | | | Maniphest Tasks: T1482
* autotools: simplify .pc.in.Vincent Torri2014-09-042-3/+3
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* autotools: add m4 macro to check for optionsVincent Torri2014-09-041-0/+118
| | | | | This simplify autotools in elementary by recycling the same m4 and also compilation flags. Less code to read and maintain.
* configure.ac: Clean up and add macros for backend-checks.Vincent Torri2014-09-021-0/+38
| | | | Add an m4 macro and start using it (also fixes some issues).
* autotools: Add eolian-cxx to elementary.Savio Sena2014-07-211-0/+133
| | | | | Conflicts: src/lib/Makefile.am
* autotools: let's override what we just did set.Cedric BAIL2014-01-241-1/+1
|
* autotools: restore support of static compilation.Cedric BAIL2014-01-241-0/+447
| | | | This should fix T599.
* elm: Removed the use of __UNUSED__ from elementary.Daniel Juyung Seo2014-01-061-47/+0
| | | | Use EINA_UNUSED instead.
* build: fix crosscompilation to be actually working.Cedric Bail2013-12-081-2/+8
|
* elementary: shuttup autotools.Cedric Bail2013-12-051-1/+1
|
* autotools: improve build system to be able to correctly pick outside and ↵Cedric Bail2013-12-011-0/+2
| | | | inside tools.
* quicklaunch: Add AC_LANG_SOURCE to source codeSebastian Dransfeld2013-11-141-1/+1
| | | | | | | | | | Fixes warning: configure.ac:217: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/elm_quicklaunch.m4:9: ELM_QUICKLAUNCH is expanded from... configure.ac:217: the top level
* elementary: automatically detect if compiler can build quicklaunch binary.Cedric Bail2013-11-041-0/+24
|
* elementary: we are using the beta API of EFL.Cedric Bail2013-07-231-0/+5
|
* elementary: fix build without public Eo API turned on.Cedric Bail2013-06-281-0/+6
|
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-111-0/+39
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* Elementary: Use eina_lock in elm_storeYouness Alaoui2011-11-051-206/+0
| | | | SVN revision: 64775
* Elementary: Check for PATH_MAX define availabilityYouness Alaoui2011-10-151-0/+36
| | | | SVN revision: 64089
* elementary: Build with -Wall -WMike McCormack2011-06-291-0/+57
| | | | | | Signed-off-by: Mike McCormack <mj.mccormack@samsung.com> SVN revision: 60794
* Elementary: Actionslider example and accompaning documentation.Jonas M. Gastal2011-06-151-0/+63
| | | | SVN revision: 60351
* make thread support windows friendly. i hope.Carsten Haitzler2010-11-211-0/+206
| | | | SVN revision: 54754
* Fix common misspellingsLucas De Marchi2010-09-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Following misspellings were fixed: accomodate->accommodate alwyas->always backgorund->background beween->between dependant->dependent desireable->desirable doesnt->doesn't emmitted->emitted imediately->immediately ocurred->occurred sucess->success ther->the tranformed->transformed usefull->useful SVN revision: 52009
* Use a macro to add a specific path for efl tools (edje_cc and eet, here)Vincent Torri2010-08-221-0/+71
| | | | | | | See usage in efl_binary.m4 SVN revision: 51514
* remove unused parameter in the library.Vincent Torri2010-03-091-0/+47
| | | | | | | I won't do this everyday, and i won't touch the tests. SVN revision: 47093
* documentation... more! build! look vaguely okCarsten Haitzler2009-05-191-11/+12
| | | | SVN revision: 40734
* 1. configure.ac finallyCarsten Haitzler2009-05-151-0/+98
2. add docsbuilding infra 3. fix list/genlist on code-based select. SVN revision: 40667