summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
AgeCommit message (Collapse)AuthorFilesLines
2012-02-27parse elm_icon.h and generate elm_icon.rbJérémy Zurcher1-0/+5
2012-02-27update module names, elm_tooltip->ElmTooltip, elm_object_item->ElmObjectItemJérémy Zurcher1-2/+2
2012-02-27tools/genruby.rb: add constant NATIVE=efl/nativeJérémy Zurcher1-15/+18
2012-02-26reorder elementary stack requires: all require elementary, which requires ↵Jérémy Zurcher1-3/+3
elm_general and elm_tootip
2012-02-26parse elm_object_item.h and generate native/elm/elm_object_item.rbJérémy Zurcher1-0/+5
2012-02-26parse and generate elm_general and elm_tooltipJérémy Zurcher1-0/+9
2012-02-26tools/genruby.rb: elementary generation: fix libname, add constants, ↵Jérémy Zurcher1-2/+3
requiresevas
2012-02-26tools/genruby.rb: manage subdirectories for native pathJérémy Zurcher1-3/+4
2012-02-26tools/genruby.rb: generate constantsJérémy Zurcher1-14/+21
2012-02-25tools/genruby.rb: do not output what is not necessaryJérémy Zurcher1-10/+20
2012-02-25rename module EMap->EmapJérémy Zurcher1-1/+1
2012-02-25tools/genruby.rb: rewrite modules definitions to use hashJérémy Zurcher1-107/+160
2012-02-24tools/genruby.rb: complete REQUIRES for clean native loadingJérémy Zurcher1-6/+6
2012-02-24tools/genruby.rb: cosmetic on outputJérémy Zurcher1-13/+13
2012-02-24tools/genruby.rb: rewrite set_type and get_type to allow usage of efl ↵Jérémy Zurcher1-12/+18
defined types as function parameter types
2012-02-24tools/genruby.rb: remove noisy outputsJérémy Zurcher1-2/+0
2012-02-17tools/genruby.rb: accept functions with no parametersJérémy Zurcher1-1/+1
2012-01-24tools/sed-enums, tools/genruby: take care of multilines DEF=(A|B|C)Jérémy Zurcher1-0/+7
2012-01-23tools/genruby: use eval to compute enum item valuesJérémy Zurcher1-1/+1
2012-01-23tools/genruby: gen_enums, remove trainling ', 'Jérémy Zurcher1-1/+1
2012-01-23tools/genruby: ooops fix gen_enums, must use given valuesJérémy Zurcher1-1/+4
2012-01-23tools/genruby: take care of enum backward referencesJérémy Zurcher1-1/+22
2012-01-23tools/genruby: take care of complex enum valuesJérémy Zurcher1-1/+1
2012-01-22tools/genruby: fix set_type, indirect typeJérémy Zurcher1-1/+1
2012-01-22tools/genruby: add requires arrayJérémy Zurcher1-7/+8
2012-01-22tools/genruby:Eina_Bool=>:eina_bool, lib/efl/native typedef :bool, :eina_boolJérémy Zurcher1-1/+1
2012-01-22tools/genruby FCT_PREFIX= xx unless contant_defined? ...Jérémy Zurcher1-1/+1
2012-01-22tools/genruby: cleanup, do not define specific pointer types, use :pointerJérémy Zurcher1-40/+27
2012-01-20genruby V2 seems okJérémy Zurcher1-20/+12
2012-01-20tools/genruby: rework startsJérémy Zurcher1-57/+52
2011-11-10Eina_Inlist * is a pointerJérémy Zurcher1-0/+1
2011-10-21take care of eina_xattr.hJérémy Zurcher1-0/+3
2011-09-02Efl::Native swallows Efl::FFIHelper moduleJérémy Zurcher1-2/+0
2011-08-18add EmapJérémy Zurcher1-1/+1
2011-08-18fix struct handling in genrubyJérémy Zurcher1-2/+2
2011-08-14handle struct keyword in type definitionsJérémy Zurcher1-2/+2
2011-08-13fix and update native api extraction and generationJérémy Zurcher1-0/+2
2011-06-19genruby.rb: add unsigned short *, accept commented callbacksJérémy Zurcher1-1/+2
2011-06-06regenerate native filesJérémy Zurcher1-0/+1
2011-05-19extract find_function from Module specific method_missingJérémy Zurcher1-25/+5
2011-05-19increase Efl::ModuleX::method_missing capabilitiesJérémy Zurcher1-3/+24
2011-05-11add missing sed-variables, fix EinaLog module generation, add self.version ↵Jérémy Zurcher1-1/+1
for all modules and use them in spec describe
2011-05-11take care of EAPI extern with FFI#attach_variableJérémy Zurcher1-1/+22
2011-05-11take care of eina/eina_log.h and regenerate ffisJérémy Zurcher1-0/+1
2011-05-09regenerate ffi with larger wraping columnsJérémy Zurcher1-5/+5
2011-05-05all FFI into one module Efl::NativeJérémy Zurcher1-7/+8
2011-05-04FFI are in separate namespaces (Efl::Evas::Native), ruby classes are in ↵seperate-nativesJérémy Zurcher1-7/+10
upper level (Efl::Evas)
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-29get rid of Efl::FFI, flatten lib/efl/ffi, module #method_missing uses ↵Jérémy Zurcher1-13/+15
module_eval, use @search_paths[] instead of @func_prefix for object #method_missing
2011-04-28fic efl/ffi/ecore_evas generation + minimal specsJérémy Zurcher1-1/+1