summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-05-03REinaList : simple spec for EnumerableJérémy Zurcher1-0/+16
2011-05-03small typoJérémy Zurcher1-1/+1
2011-05-03be 1.8 compatibleJérémy Zurcher5-15/+15
2011-05-03use a real variable instead of an uninitialized oneLionel Orry1-1/+1
2011-05-03remove unicode BOM from file (was failing to run under ruby18)Lionel Orry1-1/+1
2011-05-03increase REcoreEvas class and specsJérémy Zurcher2-17/+306
2011-05-03enhance evas_specJérémy Zurcher1-6/+5
2011-05-03add REvasObject #geometry, #size, #size= #color, add block handling in ↵Jérémy Zurcher1-1/+11
#object_add
2011-05-02update gem dependenciesJérémy Zurcher2-1/+5
2011-05-02evas : cleanup REvas#initialize and REvasObject#initialize, update specsJérémy Zurcher2-27/+20
2011-05-02eina_list : remove Array#from_eina_list, cleanup REinaList#initialize update ↵Jérémy Zurcher2-25/+5
specs
2011-05-02eina_hash : remove Hash#from_eina_hash, cleanup REinaHash#initialize and ↵Jérémy Zurcher2-34/+15
FFI::Autopointer usage, update specs
2011-05-02REetFile : remove unnecessary usage of MemoryPointer for :string paramJérémy Zurcher1-1/+1
2011-05-02REetFile use AutoPointerJérémy Zurcher2-11/+17
2011-05-02clear ecore_getopt specsJérémy Zurcher2-20/+21
2011-05-02cleanup ecore_specJérémy Zurcher1-29/+32
2011-05-02fix REcorePipe pointer mangementJérémy Zurcher2-3/+10
2011-05-02fix ClassHelper#method_missingJérémy Zurcher1-1/+1
2011-05-01specs : use == instead of eqlJérémy Zurcher9-249/+251
2011-05-01fix REvasObject#(geometry|color)_getJérémy Zurcher1-2/+2
2011-05-01embed edje_test.edc into test_edje.rb0.0.3Jérémy Zurcher4-88/+96
2011-05-01update lib/efl, README, ChangelogJérémy Zurcher3-19/+46
2011-05-01add test_edje and dataJérémy Zurcher3-0/+131
2011-05-01fix AutoPointer usage + use it for REinaHashJérémy Zurcher4-14/+8
2011-05-01fix AutoPointer usage, not sure about REinaHash, ...Jérémy Zurcher4-13/+23
2011-05-01cleanup method_missing and [module,prefix] proxies usage and definitionJérémy Zurcher8-21/+71
2011-04-30add ecore_evas, needs specsgit statusJérémy Zurcher1-0/+62
2011-04-29fix ArgumentError in various constructorsJérémy Zurcher3-5/+5
2011-04-29Merge branch 'master' of github.com:jeremyz/ffi-eflJérémy Zurcher3-4/+9
2011-04-29update efl/elementary and testsJérémy Zurcher4-40/+52
2011-04-29unfreeze @search_paths[]Jérémy Zurcher4-5/+5
2011-04-29use the shebang line from genruby.rb for its invocationLionel Orry1-1/+1
It's too restrictive to call 'ruby' manually.
2011-04-29make genruby.rb compliant with ruby 1.8.Lionel Orry1-3/+3
The 'typedef enum' regexp has been simplified a lot, it seems to me that it's sufficient like that.
2011-04-29Nicely continue when a header is not found.Lionel Orry1-0/+5
This is needed because depending on the efl configuration, some header files may not be installed. We show a message to indicate no bindings will be generated though.
2011-04-29increase FFIHelper#method_missing NameError messageJérémy Zurcher1-1/+1
2011-04-29add Efl::FFIHelper#steal_ffitypeJérémy Zurcher1-0/+9
2011-04-29fix test_evasJérémy Zurcher1-9/+9
2011-04-29update efl/evas* and specsJérémy Zurcher2-108/+111
2011-04-29fix ClassHelper#===Jérémy Zurcher1-1/+1
2011-04-29update efl/eina* and specsJérémy Zurcher5-102/+108
2011-04-29update efl/eet* and specsJérémy Zurcher2-94/+86
2011-04-29update efl/ecore* and specsJérémy Zurcher9-78/+80
2011-04-29regenerate lib/efl/ffi/*Jérémy Zurcher12-60/+96
2011-04-29get rid of Efl::FFI, flatten lib/efl/ffi, module #method_missing uses ↵Jérémy Zurcher2-57/+65
module_eval, use @search_paths[] instead of @func_prefix for object #method_missing
2011-04-29fix ecore_getopt specsJérémy Zurcher1-1/+1
2011-04-28update .gitignoreJérémy Zurcher1-0/+1
2011-04-28fic efl/ffi/ecore_evas generation + minimal specsJérémy Zurcher5-2/+46
2011-04-28fix efl/ffi/ecore_input generation, add specsJérémy Zurcher4-3/+40
2011-04-28fix ecore_evas library, regenerate efl/ffi/ => elementary gains 2 functionsJérémy Zurcher3-17/+21
2011-04-28minor fixesJérémy Zurcher2-2/+1