summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eolian: fix NULL checks in APIs that return iterators + fix testsdevs/jackdanielz/eolian_iteratorsDaniel Kolesa2014-07-233-63/+94
* eolian_cxx: fix migration to iteratorsDaniel Kolesa2014-07-231-2/+22
* Eolian: modify APIs to return iterators instead of lists.Daniel Zaoui2014-07-2312-200/+283
* edje embryo: Now supports get_anim_pos_mapAmitesh Singh2014-07-232-0/+65
* eolian: fix coverity defectsDaniel Kolesa2014-07-231-2/+2
* eolian: use new syntax for const methods as per wikiDaniel Kolesa2014-07-2222-352/+140
* eolian: use @protected syntax as per wikiDaniel Kolesa2014-07-223-13/+14
* eolian: lexer line context push/pop/restore/clearDaniel Kolesa2014-07-223-19/+81
* evas: do check visibility flag early to not propagate show/hide when not needed.Cedric BAIL2014-07-221-10/+10
* eolian: include file info in redef errors when different fileDaniel Kolesa2014-07-221-16/+20
* eolian: structs and aliases now contain line/column info for better error mes...Daniel Kolesa2014-07-222-18/+40
* eolian: new API: eolian_type_structs/aliases_get_by_fileDaniel Kolesa2014-07-226-0/+76
* eolian: support for typedefs in c_type_getDaniel Kolesa2014-07-223-4/+45
* eolian: include newly added test files in distDaniel Kolesa2014-07-221-1/+3
* autotools: missing files for make check in a make dist tarball.Cedric BAIL2014-07-221-1/+10
* Eolian/Generator: simplify eo_do invocation.Daniel Zaoui2014-07-221-6/+1
* ecore_audio: fix crash on OSX when using Ecore_Audio with PulseAudioJean Guyomarc'h2014-07-221-0/+4
* autotools: we actually do want portability warning.Cedric BAIL2014-07-221-1/+1
* eolian: prevent freeing of full named structures that are inside of typedefs ...Daniel Kolesa2014-07-223-22/+28
* eolian: another leak fixDaniel Kolesa2014-07-221-0/+1
* eolian: memory leak fixDaniel Kolesa2014-07-221-1/+3
* modules/evas/gl_common: Distribute rgb_a_pair_*.{h,shd}.Savio Sena2014-07-221-0/+8
* eolian-cxx: Oops. Fixing function_return_is_explicit_void the right way.Savio Sena2014-07-211-2/+3
* eolian-cxx: Handle exclicitly void-return getters.Savio Sena2014-07-212-1/+12
* eolian-cxx: Removes more warnings.Savio Sena2014-07-211-1/+1
* autotools: Added missing .eo to EXTRA_DISTSavio Sena2014-07-211-0/+2
* eolian-cxx: Added missing keyword.Savio Sena2014-07-211-0/+1
* eina-cxx: Remove warnings from tests.Savio Sena2014-07-212-17/+17
* eolian-cxx: Handle C++ keywords in function names.Savio Sena2014-07-212-1/+35
* eo-cxx: Fixed return of the assignment operator.Savio Sena2014-07-211-0/+1
* eina: Eina_Module - check whether the file exists or not, before memory alloc...Shinwoo Kim2014-07-212-4/+6
* eina: Eina_Tiler - return a NULL if intersection of two tilers doesn't existGwanglim Lee2014-07-213-7/+20
* eolian/generator: remove check_sameDaniel Kolesa2014-07-211-64/+1
* eolian: new API: eolian_type_alias_find_by_name, remove the old APIs that tak...Daniel Kolesa2014-07-216-60/+34
* eolian: rename _types to _aliasesDaniel Kolesa2014-07-217-18/+18
* Configure.ac: Free up the "efl" name for usage.Tom Hacohen2014-07-212-13/+13
* eolian: remove Eolian_Typedef, use Eolian_Type instead; allow eolian_type_bas...Daniel Kolesa2014-07-219-74/+61
* eolian: move eina types to namespaced syntaxDaniel Kolesa2014-07-2117-39/+39
* eolian: database_type_to_str now respects namespaces (and thus the to-C-type ...Daniel Kolesa2014-07-211-1/+17
* eolian/generator: add code to check if the newly generated output is the same...Daniel Kolesa2014-07-211-48/+101
* eolian: fill in full_name and namespaces properly, and allow parsing dots in ...Daniel Kolesa2014-07-211-21/+60
* eolian: type_struct_description, type_struct_file -> type_description, type_fileDaniel Kolesa2014-07-214-12/+21
* eolian: new APIs: eolian_type_full_name_get, eolian_type_naespaces_list_getDaniel Kolesa2014-07-213-8/+61
* eolian: type_struct_is_extern -> type_is_externDaniel Kolesa2014-07-213-5/+5
* eolian: initial code and struct layout for revamped alias APIDaniel Kolesa2014-07-214-18/+33
* Eina: fix annoying warning during tests.Daniel Zaoui2014-07-211-1/+1
* eolian: typo fixDaniel Kolesa2014-07-211-1/+1
* eolian: add API to retrieve filename for each typedef and structDaniel Kolesa2014-07-216-4/+70
* eolian: only check redef on actual named structsDaniel Kolesa2014-07-211-3/+10
* eolian: put structs and typedefs right in the respective hashmaps without goi...Daniel Kolesa2014-07-214-22/+5