efl/src/bin
Felipe Magno de Almeida a3db1dddd3 efl-js: JavaScript Eolian binding
To configure efl sources with bindings to use in nodejs add ––with-js=nodejs in configure flags to generate node files

$ configure --with-js=nodejs

and compile normally with:

$ make
$ make install

To use, you have to require efl:

efl = require('efl')

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 efl.node file that can be required in a node.js instance.

@feature
2015-12-23 23:59:40 -02:00
..
ecore_buffer ecore-buffer: Add ecore_buffer library to EFL. 2015-06-22 10:31:42 -04:00
ecore_evas ecore_evas_convert: Improve cmdline help a bit 2015-11-02 13:39:28 +09:00
edje edje - list mouse pressed signals as they are new in edcref 2015-12-23 21:53:55 +09:00
eet eet: Fix warning in eet file 2015-11-23 19:41:30 +09:00
eeze efl: add binary mode to open() calls 2015-12-05 21:06:04 +01:00
efl efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
efl_js efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
efreet efreetd: send ipc for EFREET_EVENT_DESKTOP_CACHE_BUILD...always 2015-12-23 13:40:48 -05:00
eina eina/btlog: Fix some Coverity issues 2015-08-03 12:27:21 +09:00
eldbus eldbus-codegen: More memory leak fixes for generated code. 2014-11-24 10:14:23 +01:00
elua elua lib: use Eina_Bool as return val in some utils 2015-05-06 15:05:23 +01:00
embryo efl: add binary mode to fdopen() calls 2015-12-05 21:05:23 +01:00
eolian Eolian gen: Don't fail if file is empty (--gi) 2015-12-14 16:17:52 +09:00
eolian_cxx eolian-cxx: Fixed possible exception escaping main 2015-10-09 13:54:32 -03:00
eolian_js efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
ethumb Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
ethumb_client Ethumb: Fix clang warning 2015-04-21 20:11:02 +09:00
evas evas_cserve2: use void to force empty function parameters 2015-11-26 17:23:47 +01:00
evil Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00