platform/upstream/efl.git
2015-05-07 Yury Usishchevevas: implement _op_blend_mas_c_dp_neon in NEON intrinsics.
2015-05-07 Yury Usishchevevas: implement _op_blend_p_dp_neon and _op_blend_pas_d...
2015-05-07 Yury Usishchevevas: implement _op_blend_c_dp_neon in NEON intrinsics.
2015-05-07 Yury Usishchevevas: enable NEON-optimized code for aarch64.
2015-05-07 Bogdan Devichevevas: torus is normalized in Evas_3D examples.
2015-05-07 Bogdan Devichevevas: surface primitive is normalized in Evas_3D examples.
2015-05-07 Bogdan Devichevevas: sphere is rotated to standard axis and fix tangen...
2015-05-07 Bogdan Devichevevas: fix indexation of grid (it neccessary for future...
2015-05-07 vivekemile: add emile_suite_build function to separate creat...
2015-05-07 kabeer khanautotools: enable make check per individual modules.
2015-05-07 Jean Guyomarc'hecore_audio: integrate Apple's CoreAudio to play sounds...
2015-05-07 Vincent TorriEcore_Exe: remove process_id field as it is a duplicate...
2015-05-07 Daniel ZaouiEolian/Generator: fix enums generation
2015-05-07 Daniel ZaouiEolian: Add API to retrieve an event of a class by...
2015-05-06 Tom HacohenEvas gl: Fix shader generation with out of source builds.
2015-05-06 Tom HacohenEmotion: Migrate some more of emotion to Eo/efl.player.
2015-05-06 maxerbaUpdating spanish translation
2015-05-06 Tom HacohenEo tests: Add the needed define for accessing protected...
2015-05-06 Tom HacohenEo: Add eo_do_part.
2015-05-06 Tom HacohenEo tests: Add the needed define for accessing protected...
2015-05-06 Tom HacohenEo base: Reorder the eolian file to be in a sensible...
2015-05-06 Tom HacohenEo base: Fix eo_constructor's declaration.
2015-05-06 Tom HacohenEo: Improve documentation.
2015-05-06 Tom HacohenEo: Take eo out of beta.
2015-05-06 Tom HacohenEo base: mark composite API as not ready.
2015-05-06 Daniel KolesaMerge branch 'devs/q66/elua_lib_overhaul'
2015-05-06 Daniel Kolesaelua lib: use -1 for default values in localeconv
2015-05-06 Daniel Kolesaelua lib: add API to retrieve lconv from lua
2015-05-06 Daniel Kolesaelua lib: add a func to retrieve the current translatio...
2015-05-06 Daniel Kolesaelua lib: remove unnecessary checks (always initialized)
2015-05-06 Daniel Kolesaelua lib: fix elua_util_app_load + docs
2015-05-06 Daniel Kolesaelua lib: use Eina_Bool as return val in some utils
2015-05-06 Daniel Kolesaelua lib: fix tests
2015-05-06 Daniel Kolesaelua lib: merge the 3 setup funcs into one
2015-05-06 Daniel Kolesaelua: include fix
2015-05-06 Daniel Kolesaelua: remove long opts (not necessary or useful)
2015-05-06 Daniel Kolesaelua lib: docs for elua_util_error_report + remove...
2015-05-06 Daniel Kolesaelua lib: docs for elua_util_script_run
2015-05-06 Daniel Kolesaelua lib: docs for elua_util_app_load
2015-05-06 Daniel Kolesaelua lib: docs for elua_util_string_run
2015-05-06 Daniel Kolesaelua lib: docs for elua_util_file_run
2015-05-06 Daniel Kolesaelua lib: docs for elua_util_require
2015-05-06 Daniel Kolesaelua lib: docs for elua_io_loadfile
2015-05-06 Daniel Kolesaelua lib: docs for elua_state_io_setup
2015-05-06 Daniel Kolesaelua lib: docs for elua_state_modules_setup
2015-05-06 Daniel Kolesaelua lib: docs for elua_state_i18n_setup
2015-05-06 Daniel Kolesaelua lib: docs for elua_state_lua_state_get
2015-05-06 Daniel Kolesaelua lib: docs for elua_state_appload_ref_push
2015-05-06 Daniel Kolesaelua lib: docs for elua_state_require_ref_push
2015-05-06 Daniel Kolesaelua lib: docs for elua_state_include_path_add
2015-05-06 Daniel Kolesaelua lib: add docs for elua_state_prog_name_get
2015-05-06 Daniel Kolesaelua lib: add docs for the dir retrieval APIs.
2015-05-06 Daniel Kolesaelua lib: add doc for elua_state_dirs_fill
2015-05-06 Daniel Kolesaelua lib: add docs for elua_state_dirs_set
2015-05-06 Daniel Kolesaelua lib: add state_free doc
2015-05-06 Daniel Kolesaelua lib: add state_from_lua_state_get doc
2015-05-06 Daniel Kolesaelua lib: add state_new doc
2015-05-06 Daniel Kolesaelua lib: add init/shutdown doc
2015-05-06 Daniel Kolesaelua lib: start adding documentation
2015-05-06 Daniel Kolesaelua lib: hide some APIs that should not be public
2015-05-06 Daniel Kolesaelua lib: test elua_util_script_run
2015-05-06 Daniel Kolesaelua lib: test elua_util_file_run
2015-05-06 Daniel Kolesaelua lib: unset environment vars in tests
2015-05-06 Daniel Kolesaelua lib: test raw file load
2015-05-06 Daniel Kolesaelua lib: test error reporting + lua stack state
2015-05-06 Daniel Kolesaelua lib: test more utility APIs
2015-05-06 Daniel Kolesaelua lib: test some util APIs
2015-05-06 Daniel Kolesaelua lib: tests for require/appload refs
2015-05-06 Daniel Kolesaelua lib: setup funcs tests
2015-05-06 Daniel Kolesaelua lib: test elua_state_dirs_fill
2015-05-06 Daniel Kolesaelua lib: tests for core dirs + fix core dirs
2015-05-06 Daniel Kolesaelua lib: test progname
2015-05-06 Daniel Kolesaelua: test state retrieval
2015-05-06 Daniel Kolesaelua: initial test (state creation/deletion)
2015-05-06 Daniel Kolesaelua lib: add test suite
2015-05-06 Daniel Kolesaelua lib: error_report is now in util namespace
2015-05-06 Daniel Kolesaelua lib: API rename
2015-05-06 Daniel Kolesaelua lib: unify API conventions
2015-05-06 Daniel Kolesaelua: cleanup launcher
2015-05-06 Daniel Kolesaelua: cleanup main runtime
2015-05-06 Daniel Kolesaelua lib: add elua_state_setup_modules + use
2015-05-06 Daniel Kolesaelua lib: move i18n initialization there
2015-05-06 Daniel Kolesaelua: utilize the new elua_util APIs
2015-05-06 Daniel Kolesaelua lib: add elua_util_ APIs
2015-05-06 Daniel Kolesaelua: use the new progname API
2015-05-06 Daniel Kolesaelua lib: add a way to retrieve the progname
2015-05-06 Daniel Kolesaelua lib: add progname to state
2015-05-06 Daniel Kolesaelua: remove -e param (we're not a REPL)
2015-05-06 Daniel Kolesaelua: utilize the new APIs for handling require/appload
2015-05-06 Daniel Kolesaelua lib: add APIs to retrieve refs to require/appload
2015-05-06 Daniel Kolesaelua lib: add APIs for include path management
2015-05-06 Daniel Kolesaelua: remove elua_prefix from main runtime
2015-05-06 Daniel Kolesaelua: new API elua_state_dirs_fill + utilize
2015-05-06 Daniel Kolesaelua: remove path decision from register_require
2015-05-06 Daniel Kolesaelua: remove EFL_RUN_IN_TREE hack (pass cmdline args)
2015-05-06 Daniel Kolesaelua lib: manage bound modules within Elua_State
2015-05-06 Daniel Kolesaelua lib: make Elua_State fields private (opaque pointers)
2015-05-06 Daniel Kolesaelua: use the new state get API
2015-05-06 Daniel Kolesaelua lib: add elua_state_lua_state_get
2015-05-06 Daniel Kolesaelua lib: const correctness
next