Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-01 | update lib/efl, README, Changelog | Jérémy Zurcher | 3 | -19/+46 | |
2011-05-01 | add test_edje and data | Jérémy Zurcher | 3 | -0/+131 | |
2011-05-01 | fix AutoPointer usage + use it for REinaHash | Jérémy Zurcher | 4 | -14/+8 | |
2011-05-01 | fix AutoPointer usage, not sure about REinaHash, ... | Jérémy Zurcher | 4 | -13/+23 | |
2011-05-01 | cleanup method_missing and [module,prefix] proxies usage and definition | Jérémy Zurcher | 8 | -21/+71 | |
2011-04-30 | add ecore_evas, needs specsgit status | Jérémy Zurcher | 1 | -0/+62 | |
2011-04-29 | fix ArgumentError in various constructors | Jérémy Zurcher | 3 | -5/+5 | |
2011-04-29 | Merge branch 'master' of github.com:jeremyz/ffi-efl | Jérémy Zurcher | 3 | -4/+9 | |
2011-04-29 | update efl/elementary and tests | Jérémy Zurcher | 4 | -40/+52 | |
2011-04-29 | unfreeze @search_paths[] | Jérémy Zurcher | 4 | -5/+5 | |
2011-04-29 | use the shebang line from genruby.rb for its invocation | Lionel Orry | 1 | -1/+1 | |
It's too restrictive to call 'ruby' manually. | |||||
2011-04-29 | make genruby.rb compliant with ruby 1.8. | Lionel Orry | 1 | -3/+3 | |
The 'typedef enum' regexp has been simplified a lot, it seems to me that it's sufficient like that. | |||||
2011-04-29 | Nicely continue when a header is not found. | Lionel Orry | 1 | -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-29 | increase FFIHelper#method_missing NameError message | Jérémy Zurcher | 1 | -1/+1 | |
2011-04-29 | add Efl::FFIHelper#steal_ffitype | Jérémy Zurcher | 1 | -0/+9 | |
2011-04-29 | fix test_evas | Jérémy Zurcher | 1 | -9/+9 | |
2011-04-29 | update efl/evas* and specs | Jérémy Zurcher | 2 | -108/+111 | |
2011-04-29 | fix ClassHelper#=== | Jérémy Zurcher | 1 | -1/+1 | |
2011-04-29 | update efl/eina* and specs | Jérémy Zurcher | 5 | -102/+108 | |
2011-04-29 | update efl/eet* and specs | Jérémy Zurcher | 2 | -94/+86 | |
2011-04-29 | update efl/ecore* and specs | Jérémy Zurcher | 9 | -78/+80 | |
2011-04-29 | regenerate lib/efl/ffi/* | Jérémy Zurcher | 12 | -60/+96 | |
2011-04-29 | get rid of Efl::FFI, flatten lib/efl/ffi, module #method_missing uses ↵ | Jérémy Zurcher | 2 | -57/+65 | |
module_eval, use @search_paths[] instead of @func_prefix for object #method_missing | |||||
2011-04-29 | fix ecore_getopt specs | Jérémy Zurcher | 1 | -1/+1 | |
2011-04-28 | update .gitignore | Jérémy Zurcher | 1 | -0/+1 | |
2011-04-28 | fic efl/ffi/ecore_evas generation + minimal specs | Jérémy Zurcher | 5 | -2/+46 | |
2011-04-28 | fix efl/ffi/ecore_input generation, add specs | Jérémy Zurcher | 4 | -3/+40 | |
2011-04-28 | fix ecore_evas library, regenerate efl/ffi/ => elementary gains 2 functions | Jérémy Zurcher | 3 | -17/+21 | |
2011-04-28 | minor fixes | Jérémy Zurcher | 2 | -2/+1 | |
2011-04-28 | move #=== and #address from Evas to FFI::Helper | Jérémy Zurcher | 2 | -12/+6 | |
2011-04-28 | add eina_hash + specs | Jérémy Zurcher | 2 | -0/+267 | |
2011-04-28 | generate eina_hash | Jérémy Zurcher | 3 | -3/+110 | |
2011-04-28 | update tools/genruby callback regexp | Jérémy Zurcher | 1 | -4/+12 | |
2011-04-28 | regenerate lib/efl/ffi files | Jérémy Zurcher | 4 | -161/+161 | |
2011-04-28 | sed-functions removes trailing EINA_ | Jérémy Zurcher | 1 | -1/+1 | |
2011-04-28 | regenerate lib/efl/ffi with new hierarchy | Jérémy Zurcher | 10 | -5/+5 | |
2011-04-28 | clean tools/genruby | Jérémy Zurcher | 1 | -21/+24 | |
2011-04-28 | set hierarchy n lib and spec directories | Jérémy Zurcher | 6 | -7/+9 | |
2011-04-28 | start Efl::Evas::EvasObject specs | Jérémy Zurcher | 2 | -0/+91 | |
2011-04-28 | ffi.rb nicely handle (.*)\? functions | Jérémy Zurcher | 1 | -0/+3 | |
2011-04-27 | add Evas#address | Jérémy Zurcher | 2 | -10/+16 | |
2011-04-27 | add more evas specs | Jérémy Zurcher | 1 | -2/+28 | |
2011-04-27 | ffi.rb add eina_hash_p type, remove evas_p and evas_object_p types | Jérémy Zurcher | 1 | -2/+1 | |
2011-04-27 | fix evas spec for evas_event_callback_add | Jérémy Zurcher | 1 | -9/+13 | |
2011-04-27 | add test_evas | Jérémy Zurcher | 1 | -0/+104 | |
2011-04-27 | fis test_elm_win | Jérémy Zurcher | 1 | -21/+19 | |
2011-04-27 | add eina_list and specs | Jérémy Zurcher | 5 | -2/+285 | |
2011-04-27 | add eina_main and specs | Jérémy Zurcher | 5 | -1/+74 | |
2011-04-27 | add missing ffi/edje.rb | Jérémy Zurcher | 1 | -0/+459 | |
2011-04-27 | module Efl::API renamed to Efl::FFI | Jérémy Zurcher | 17 | -149/+149 | |