efl/src
Carsten Haitzler 4e29db73c9 edje epp - fix gcc warning about possible unused var usage
gcc now is complaining about out ancient cpp code possibly using
newlines as undefined. this should keep this warning quiet - there
isnt a real performance issue here.

bin/edje/epp/cpplib.c: In function ‘cpp_get_token’:
bin/edje/epp/cpplib.c:4602:15: warning: ‘newlines’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
       else if (newlines > 0)

@fix
2016-03-01 13:25:35 +09:00
..
benchmarks Eo callbacks: Migrate all of the EFL to the new event cb signatures. 2016-02-29 11:33:27 +00:00
bin edje epp - fix gcc warning about possible unused var usage 2016-03-01 13:25:35 +09:00
bindings eolian-cxx: Fix C++ events with new Eo_Event_Cb signature 2016-02-29 11:01:04 -03:00
edje_external/emotion
examples Eo callbacks: Migrate all of the EFL to the new event cb signatures. 2016-02-29 11:33:27 +00:00
lib evas render2 - move empty region data into const land so it is in RO mem 2016-03-01 13:13:33 +09:00
modules Eo callbacks: Migrate all of the EFL to the new event cb signatures. 2016-02-29 11:33:27 +00:00
scripts
static_libs Static deps unibreak: Update to latest version. 2015-12-21 11:10:37 +00:00
tests eolian-cxx: Fix C++ events with new Eo_Event_Cb signature 2016-02-29 11:01:04 -03:00
utils/ecore efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
Makefile.am emile: Added example program for base64 encoding and decoding. 2016-01-14 11:28:40 +09:00
Makefile_EPhysics.am
Makefile_Ecore.am ecore: create ecore_types.eot and add Ecore.Time to it 2016-02-09 11:38:58 -02:00
Makefile_Ecore_Audio.am efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
Makefile_Ecore_Audio_Cxx.am
Makefile_Ecore_Avahi.am
Makefile_Ecore_Buffer.am
Makefile_Ecore_Cocoa.am Cocoa: Fix make dist 2015-12-04 16:24:02 +09:00
Makefile_Ecore_Con.am ecore_con: changing from Ecore.Con.Base to Efl.Network.Base. 2016-02-18 11:25:21 -08:00
Makefile_Ecore_Cxx.am Test rework #3: Ecore_Cxx 2016-02-16 12:41:06 +00:00
Makefile_Ecore_Drm.am ecore_drm: fix out of source tree compilation 2015-12-23 17:43:22 +01:00
Makefile_Ecore_Evas.am ecore-wl2: Port Ecore_Evas engines to use Ecore_Wl2 code 2015-12-03 12:02:40 -05:00
Makefile_Ecore_FB.am
Makefile_Ecore_File.am
Makefile_Ecore_IMF.am ecore-imf-wayland: Port ecore_imf_wayland to use Ecore_Wl2 2015-12-03 12:02:40 -05:00
Makefile_Ecore_IMF_Evas.am
Makefile_Ecore_Input.am
Makefile_Ecore_Input_Evas.am
Makefile_Ecore_Ipc.am
Makefile_Ecore_Js.am efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
Makefile_Ecore_Psl1ght.am
Makefile_Ecore_SDL.am
Makefile_Ecore_Wayland.am
Makefile_Ecore_Win32.am ecore_win32: add support of X11 shaped cursors 2015-12-01 12:15:31 -08:00
Makefile_Ecore_Wl2.am ecore-wl2: Start on implementing support for multi-seat 2015-12-03 12:05:01 -05:00
Makefile_Ecore_X.am
Makefile_Ector.am build: fix duplicated use of the variable in multiple Makefile_*.am. 2016-02-18 13:37:31 -08:00
Makefile_Edje.am edje: add test for omitting "name" keyword in color_classes.color_class block 2016-02-05 07:51:34 +01:00
Makefile_Edje_Cxx.am
Makefile_Edje_Helper.am
Makefile_Eet.am Test rework #6: Eet 2016-02-16 12:41:06 +00:00
Makefile_Eet_Cxx.am Test rework #6: Eet_Cxx 2016-02-16 12:41:06 +00:00
Makefile_Eeze.am Test rework #7: Eeze 2016-02-16 12:41:06 +00:00
Makefile_Efl.am efl: fix installation and compilation of efl_types.eot.h 2016-02-10 20:02:11 -02:00
Makefile_Efl_Cxx.am
Makefile_Efl_Js.am efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
Makefile_Efreet.am
Makefile_Eina.am Add efl_check.h to eina unit test files as Eina is mandatory 2016-02-16 12:41:06 +00:00
Makefile_Eina_Cxx.am Test rework #11: Eina_Cxx 2016-02-16 12:41:06 +00:00
Makefile_Eio.am
Makefile_Eio_Cxx.am
Makefile_Eldbus.am build: make sure eldbus_eolian_type_files lands in a tarball for distcheck 2016-02-18 14:27:35 +01:00
Makefile_Eldbus_Cxx.am Test rework #14: ElDbus_Cxx 2016-02-16 12:41:06 +00:00
Makefile_Elocation.am eldbus: add efl.model implementation. 2015-12-10 12:02:30 -08:00
Makefile_Elua.am
Makefile_Elua_Helper.am
Makefile_Embryo.am
Makefile_Emile.am Test rework #16: Emile 2016-02-16 12:41:06 +00:00
Makefile_Emotion.am efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
Makefile_Eo.am Eo: Add an interface for other interfaces to inherit from. 2016-02-29 12:08:33 +00:00
Makefile_Eo_Cxx.am
Makefile_Eolian.am
Makefile_Eolian_Cxx.am Test rework #19: Eolian_Cxx 2016-02-16 12:41:06 +00:00
Makefile_Eolian_Cxx_Helper.am
Makefile_Eolian_Helper.am eolian: re-enable strict validation 2016-02-18 10:14:41 +00:00
Makefile_Eolian_Js.am efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
Makefile_Eolian_Js_Helper.am efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
Makefile_Escape.am
Makefile_Ethumb.am
Makefile_Ethumb_Client.am
Makefile_Evas.am build: fix duplicated use of the variable in multiple Makefile_*.am. 2016-02-18 13:37:31 -08:00
Makefile_Evas_Cxx.am Evas: Fix the build... I hope 2016-01-06 17:56:01 +09:00
Makefile_Evil.am Evil: integrate the dlfcn code into Evil 2015-12-29 22:13:58 +09:00