platform/upstream/efl.git
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.
2014-07-17 Daniel Kolesaeolian: lexing of number literals (integer and floating...
2014-07-16 Chris Michaelevas-drm: Remove extra blank line
2014-07-16 Daniel Kolesaeolian: preliminary number constant stuff in eo_lexer
2014-07-16 Daniel Kolesaeolian: remove TOK_EOF, replace with -1
2014-07-16 Daniel Kolesaeolian: remove eo_lexer_get_until and allow just single...
2014-07-16 Daniel Kolesaeolian: simplify the lexer (remove custom ident chars)
2014-07-16 Daniel Kolesaeolian: parse events without get_ident
2014-07-16 Carsten Haitzler... oops - remove printf that snuck in from dev
2014-07-16 Daniel Kolesamailmap: add myself
2014-07-16 Carsten Haitzler... evas - work on evas render2 and begin making it work...
2014-07-16 Carsten Haitzler... eina - thread queue - fix block pool shutdown
2014-07-16 Daniel Juyung Seomailmap: keep in sync with elementary and enlightenment...
2014-07-16 Vyacheslav... evas: mark the evas text object as dirty, when text...
2014-07-16 Stefan Schmidtevas/drm: Make use of ecore_drm for opening DRM device
2014-07-16 Stefan Schmidtm4/evas_check_engine: Link evas drm engine to ecore...
2014-07-15 Daniel Kolesaeolian: fix memory leak
2014-07-15 Daniel Kolesaeolian: make event type syntax consistent
2014-07-15 Daniel Kolesaeolian: warning fix
2014-07-15 Daniel Kolesaeolian: parser cleanup - structs no longer have to...
2014-07-15 Stefan Schmidticonfigure: Only use libsystemd-login dep for ecore-drm
2014-07-15 Daniel Kolesaeolian: add test for extern
2014-07-15 Daniel Kolesaeolian: support for extern structs and typedefs (includ...
2014-07-15 Chris MichaelMerge branch 'devs/devilhorns/systemd'
2014-07-15 Chris Michaelecore-drm: Reenable setting the VT to graphics mode
2014-07-15 Chris Michaelecore-drm: Cleanup ecore_drm_input code to add/remove...
2014-07-15 Chris Michaelecore-drm: When we destroy any evdev device, also close...
2014-07-15 Chris Michaelecore-drm: Fix ecore_drm_device calls to drop & set...
2014-07-15 Chris Michaelecore-drm: Add ecore_drm_dbus file for dbus functions
2014-07-15 Chris Michaelecore-drm: Cleanup ecore_drm init/shutdown functions
2014-07-15 Chris Michaelecore-drm: Remove eldbus header and add dbus header
2014-07-15 Chris Michaelecore-drm: Remove eldbus dependency
2014-07-15 Chris Michaelecore-drm: Cleanup ecore_drm private header
next