Age | Commit message (Expand) | Author | Files | Lines |
2012-01-22 | tools/genruby:Eina_Bool=>:eina_bool, lib/efl/native typedef :bool, :eina_bool | Jérémy Zurcher | 1 | -1/+1 |
2012-01-22 | tools/genruby FCT_PREFIX= xx unless contant_defined? ... | Jérémy Zurcher | 1 | -1/+1 |
2012-01-22 | tools/genruby: cleanup, do not define specific pointer types, use :pointer | Jérémy Zurcher | 1 | -40/+27 |
2012-01-22 | tools/sed-enums: do not add trypedef when not used | Jérémy Zurcher | 1 | -1/+1 |
2012-01-20 | genruby V2 seems ok | Jérémy Zurcher | 1 | -20/+12 |
2012-01-20 | tools/genruby: rework starts | Jérémy Zurcher | 1 | -57/+52 |
2012-01-19 | tools/extract-api.sh : do not use cat | sed, just sed | Jérémy Zurcher | 1 | -1/+1 |
2011-12-23 | tools/check_specs: add echo SPEC .. | Jérémy Zurcher | 1 | -0/+1 |
2011-11-10 | Eina_Inlist * is a pointer | Jérémy Zurcher | 1 | -0/+1 |
2011-10-21 | add tools/check_specs | Jérémy Zurcher | 1 | -0/+23 |
2011-10-21 | add tools/check_loading | Jérémy Zurcher | 1 | -0/+33 |
2011-10-21 | take care of eina_xattr.h | Jérémy Zurcher | 2 | -0/+4 |
2011-10-21 | add comment to sed scripts, fix sed-enum | Jérémy Zurcher | 5 | -10/+47 |
2011-09-02 | Efl::Native swallows Efl::FFIHelper module | Jérémy Zurcher | 1 | -2/+0 |
2011-08-18 | add Emap | Jérémy Zurcher | 1 | -1/+1 |
2011-08-18 | fix struct handling in genruby | Jérémy Zurcher | 1 | -2/+2 |
2011-08-14 | handle struct keyword in type definitions | Jérémy Zurcher | 1 | -2/+2 |
2011-08-13 | fix and update native api extraction and generation | Jérémy Zurcher | 3 | -3/+6 |
2011-06-19 | sed-callbacks eats comments | Jérémy Zurcher | 1 | -1/+1 |
2011-06-19 | genruby.rb: add unsigned short *, accept commented callbacks | Jérémy Zurcher | 1 | -1/+2 |
2011-06-19 | extract-api.sh works with api-next folder | Jérémy Zurcher | 1 | -8/+17 |
2011-06-06 | regenerate native files | Jérémy Zurcher | 1 | -0/+1 |
2011-05-19 | extract find_function from Module specific method_missing | Jérémy Zurcher | 1 | -25/+5 |
2011-05-19 | increase Efl::ModuleX::method_missing capabilities | Jérémy Zurcher | 1 | -3/+24 |
2011-05-11 | add missing sed-variables, fix EinaLog module generation, add self.version fo... | Jérémy Zurcher | 2 | -1/+2 |
2011-05-11 | take care of EAPI extern with FFI#attach_variable | Jérémy Zurcher | 3 | -3/+24 |
2011-05-11 | take care of eina/eina_log.h and regenerate ffis | Jérémy Zurcher | 2 | -0/+2 |
2011-05-09 | regenerate ffi with larger wraping columns | Jérémy Zurcher | 1 | -5/+5 |
2011-05-09 | use a cleaner way to get the include dir. Previous was buggy on Gentoo at least | Lionel Orry | 1 | -1/+1 |
2011-05-05 | bugfix : sed-enums, regenerate ffi | Jérémy Zurcher | 1 | -1/+1 |
2011-05-05 | all FFI into one module Efl::Native | Jérémy Zurcher | 1 | -7/+8 |
2011-05-04 | FFI are in separate namespaces (Efl::Evas::Native), ruby classes are in upper...seperate-natives | Jérémy Zurcher | 1 | -7/+10 |
2011-04-29 | make genruby.rb compliant with ruby 1.8. | Lionel Orry | 1 | -3/+3 |
2011-04-29 | Nicely continue when a header is not found. | Lionel Orry | 1 | -0/+5 |
2011-04-29 | get rid of Efl::FFI, flatten lib/efl/ffi, module #method_missing uses module_... | Jérémy Zurcher | 1 | -13/+15 |
2011-04-28 | fic efl/ffi/ecore_evas generation + minimal specs | Jérémy Zurcher | 1 | -1/+1 |
2011-04-28 | fix efl/ffi/ecore_input generation, add specs | Jérémy Zurcher | 1 | -1/+1 |
2011-04-28 | fix ecore_evas library, regenerate efl/ffi/ => elementary gains 2 functions | Jérémy Zurcher | 1 | -16/+16 |
2011-04-28 | generate eina_hash | Jérémy Zurcher | 2 | -3/+2 |
2011-04-28 | update tools/genruby callback regexp | Jérémy Zurcher | 1 | -4/+12 |
2011-04-28 | sed-functions removes trailing EINA_ | Jérémy Zurcher | 1 | -1/+1 |
2011-04-28 | clean tools/genruby | Jérémy Zurcher | 1 | -21/+24 |
2011-04-27 | add eina_list and specs | Jérémy Zurcher | 2 | -2/+2 |
2011-04-27 | add eina_main and specs | Jérémy Zurcher | 2 | -1/+3 |
2011-04-27 | module Efl::API renamed to Efl::FFI | Jérémy Zurcher | 1 | -2/+2 |
2011-04-27 | move generated ffi files into lib/efl/ffi | Jérémy Zurcher | 1 | -5/+5 |
2011-04-21 | extract-api.sh, don't override previous data without -x flag | Jérémy Zurcher | 1 | -4/+10 |
2011-04-20 | focus jeremy please | Jérémy Zurcher | 1 | -1/+1 |
2011-04-20 | genruby, set module name and fct prefix | Jérémy Zurcher | 1 | -15/+15 |
2011-04-20 | ffi-e17 renamed to ffi-efl | Jérémy Zurcher | 1 | -5/+5 |