platform/upstream/efl.git
2014-07-22 Daniel Kolesaeolian: lexer line context push/pop/restore/clear
2014-07-22 Cedric BAILevas: do check visibility flag early to not propagate...
2014-07-22 Daniel Kolesaeolian: include file info in redef errors when differen...
2014-07-22 Daniel Kolesaeolian: structs and aliases now contain line/column...
2014-07-22 Daniel Kolesaeolian: new API: eolian_type_structs/aliases_get_by_file
2014-07-22 Daniel Kolesaeolian: support for typedefs in c_type_get
2014-07-22 Daniel Kolesaeolian: include newly added test files in dist
2014-07-22 Cedric BAILautotools: missing files for make check in a make dist...
2014-07-22 Daniel ZaouiEolian/Generator: simplify eo_do invocation.
2014-07-22 Jean Guyomarc'hecore_audio: fix crash on OSX when using Ecore_Audio...
2014-07-22 Cedric BAILautotools: we actually do want portability warning.
2014-07-22 Daniel Kolesaeolian: prevent freeing of full named structures that...
2014-07-22 Daniel Kolesaeolian: another leak fix
2014-07-22 Daniel Kolesaeolian: memory leak fix
2014-07-22 Savio Senamodules/evas/gl_common: Distribute rgb_a_pair_*.{h...
2014-07-22 Savio Senaeolian-cxx: Oops. Fixing function_return_is_explicit_vo...
2014-07-22 Savio Senaeolian-cxx: Handle exclicitly void-return getters.
2014-07-22 Savio Senaeolian-cxx: Removes more warnings.
2014-07-22 Savio Senaautotools: Added missing .eo to EXTRA_DIST
2014-07-22 Savio Senaeolian-cxx: Added missing keyword.
2014-07-21 Savio Senaeina-cxx: Remove warnings from tests.
2014-07-21 Savio Senaeolian-cxx: Handle C++ keywords in function names.
2014-07-21 Savio Senaeo-cxx: Fixed return of the assignment operator.
2014-07-21 Shinwoo Kimeina: Eina_Module - check whether the file exists or...
2014-07-21 Gwanglim Leeeina: Eina_Tiler - return a NULL if intersection of...
2014-07-21 Daniel Kolesaeolian/generator: remove check_same
2014-07-21 Daniel Kolesaeolian: new API: eolian_type_alias_find_by_name, remove...
2014-07-21 Daniel Kolesaeolian: rename _types to _aliases
2014-07-21 Tom HacohenConfigure.ac: Free up the "efl" name for usage.
2014-07-21 Daniel Kolesaeolian: remove Eolian_Typedef, use Eolian_Type instead...
2014-07-21 Daniel Kolesaeolian: move eina types to namespaced syntax
2014-07-21 Daniel Kolesaeolian: database_type_to_str now respects namespaces...
2014-07-21 Daniel Kolesaeolian/generator: add code to check if the newly genera...
2014-07-21 Daniel Kolesaeolian: fill in full_name and namespaces properly,...
2014-07-21 Daniel Kolesaeolian: type_struct_description, type_struct_file ...
2014-07-21 Daniel Kolesaeolian: new APIs: eolian_type_full_name_get, eolian_typ...
2014-07-21 Daniel Kolesaeolian: type_struct_is_extern -> type_is_extern
2014-07-21 Daniel Kolesaeolian: initial code and struct layout for revamped...
2014-07-21 Daniel ZaouiEina: fix annoying warning during tests.
2014-07-21 Daniel Kolesaeolian: typo fix
2014-07-21 Daniel Kolesaeolian: add API to retrieve filename for each typedef...
2014-07-21 Daniel Kolesaeolian: only check redef on actual named structs
2014-07-21 Daniel Kolesaeolian: put structs and typedefs right in the respectiv...
2014-07-21 Daniel Kolesaeolian: check redefinitions in the parser instead ...
2014-07-21 Daniel Kolesaeolian: check for typedef and struct redefinitions
2014-07-19 q66eolian: ouch... fix a major bug, *spanks self*
2014-07-19 WooHyun Jungevas: table - when colspan(rowspan) is over 2, padding...
2014-07-18 Felipe Magno... eldbus-cxx: Used inner braces for initialization of...
2014-07-18 Felipe Magno... eolian-cxx: Fixed generation using abstract return...
2014-07-18 Felipe Magno... eolian-cxx: Fixed exapmle with support for complex...
2014-07-18 Felipe Magno... eolian-cxx: Fixed inheritance feature with callbacks
2014-07-18 Felipe Magno... eolian-cxx: Added callback test
2014-07-18 Felipe Magno... eolian-cxx: Various and various fixes with callbacks
2014-07-18 Felipe Magno... eolian-cxx: Workaround for callbacks without void*...
2014-07-18 Felipe Magno... eo-cxx: Added a few complex types to lookup table
2014-07-18 Felipe Magno... Fixed type looking up for complex types
2014-07-18 Felipe Magno... Changed uses of std::abort to assert's with better...
2014-07-18 Felipe Magno... eo-cxx: Added support for returning-void function objects
2014-07-18 Felipe Magno... eo-cxx: Removed the necessity of copying for interopera...
2014-07-18 Felipe Magno... eina-cxx: Added move-constructors to lists
2014-07-18 Felipe Magno... eo-cxx: Added default-constructor to wref type
2014-07-18 Felipe Magno... eina-cxx: Added range_list to range types for eina-cxx
2014-07-18 Felipe Magno... eolian-cxx: Workaround for multiple callbacks without...
2014-07-18 Felipe Magno... eina-cxx: eldbus-cxx: eo-cxx: Fixed test includes and...
2014-07-18 Felipe Magno... eo-cxx: Added catch-all to_c interoperability function
2014-07-18 Felipe Magno... eina-cxx: Fixed includ'ing list and array containers...
2014-07-18 Felipe Magno... eolian-cxx: Fixed double qualifying operator on generat...
2014-07-18 Savio Senaeolian-cxx: Fixed complex-types.
2014-07-18 Savio Senaeolian-cxx: Updated the examples according to the new...
2014-07-18 Savio Senaeolian-cxx: Relevant cosmetics.
2014-07-18 Savio Senaeolian-cxx: Fixed the translation of classnames
2014-07-18 Savio Senaeo-cxx: Fixed duplicated constructors.
2014-07-18 Felipe Magno... eolian-cxx: Added eo_base extension_inheritance
2014-07-18 Felipe Magno... eolian-cxx: Fixed using eo::base for extension_inheritance
2014-07-18 Felipe Magno... eolian-cxx: Added empty wrapper constructor
2014-07-18 Felipe Magno... evas-cxx: Added canvas sub-directory to include paths...
2014-07-18 Felipe Magno... eolian-cxx: Fixed inheritance extensions not proper...
2014-07-18 Savio Senaeolian-cxx: Fixed the translation of the native type.
2014-07-18 Savio Senaeolian-cxx: Fixed a bug in class validator.
2014-07-18 Savio Senaeolian-cxx: Initial version of complex types / callback...
2014-07-18 Savio Senaeolian-cxx: Added examples.
2014-07-18 Savio Senaeolian-cxx: Added tests.
2014-07-18 Savio Senaeina-cxx: Added interop containers.
2014-07-18 Savio Senatests: Added config.h to tests.
2014-07-18 Savio Senaexamples: Removed compilation warnings.
2014-07-18 Daniel Kolesaeolian: disallow the data field in interfaces; it's...
2014-07-18 Felipe Magno... eolian-cxx: Fixed example eo file
2014-07-18 Felipe Magno... eolian-cxx: Disabled temporarily the inheritance feature
2014-07-18 Stefan Schmidtbuild/drm: Allow building from scratch by not using...
2014-07-18 Carsten Haitzler... evas - render2 - now finally tracking updates right...
2014-07-18 Carsten Haitzler... evas - more render2 work - follows smart children now
2014-07-17 Carsten Haitzler... eina - fix eina-module warning with global + stop using...
2014-07-17 Chris Michaelecore-drm: Fix trapping of SIGUSR1 for VT switching...
2014-07-17 Chris Michaelecore-drm: Reduce debug noise
2014-07-17 Cedric BAILeina: forgotten return value.
2014-07-17 Vincent Torrieina: make error message more precise.
2014-07-17 Tom HacohenEolian generator: Disable system dir scan.
2014-07-17 Carsten Haitzler... more work on render2 - still not working with smart...
2014-07-17 Daniel Kolesaeolian: lexing of string literals (including support...
2014-07-17 Daniel Juyung Seomailmap: added Wonguk Jeong's information.
next