index
:
ffi-efl
master
Ruby FFI binding to EFL - Enlightenment Foundation Libraries
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Collapse
)
Author
Files
Lines
2012-02-27
parse elm_panel.h, generate elm_panel.rb
Jérémy Zurcher
2
-0
/
+7
2012-02-27
parse elm_frame.h, generate elm_frame.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
parse elm_button.h, generate elm_button.rb
Jérémy Zurcher
2
-1
/
+7
2012-02-27
parse elm_box.h, generate elm_box.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
tools/check_loading: fix lib/efl loading file list
Jérémy Zurcher
1
-1
/
+1
2012-02-27
parse elm_object.h and generate elm_object.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
parse elm_label.h and generate elm_label.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
parse elm_bg.h and generate elm_bg.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
parse elm_win.h and generate elm_win.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
parse elm_list.h and generate elm_list.rb
Jérémy Zurcher
2
-0
/
+5
2012-02-27
tools/genruby: add edje,elm_icon,elm_scroller to elm_entry requires
Jérémy Zurcher
1
-1
/
+2
2012-02-27
parse elm_entry.h and generate elm_entry.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
parse elm_scroller.h and generate elm_scroller.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
parse elm_icon.h and generate elm_icon.rb
Jérémy Zurcher
2
-0
/
+6
2012-02-27
update module names, elm_tooltip->ElmTooltip, elm_object_item->ElmObjectItem
Jérémy Zurcher
1
-2
/
+2
2012-02-27
tools/genruby.rb: add constant NATIVE=efl/native
Jérémy Zurcher
1
-15
/
+18
2012-02-26
reorder elementary stack requires: all require elementary, which requires ↵
Jérémy Zurcher
1
-3
/
+3
elm_general and elm_tootip
2012-02-26
parse elm_object_item.h and generate native/elm/elm_object_item.rb
Jérémy Zurcher
2
-1
/
+7
2012-02-26
tools/check_loading: manage nativ subdirectories, keep failure outpu log files
Jérémy Zurcher
1
-2
/
+3
2012-02-26
parse and generate elm_general and elm_tooltip
Jérémy Zurcher
2
-0
/
+11
2012-02-26
tools/genruby.rb: elementary generation: fix libname, add constants, ↵
Jérémy Zurcher
1
-2
/
+3
requiresevas
2012-02-26
tools/genruby.rb: manage subdirectories for native path
Jérémy Zurcher
1
-3
/
+4
2012-02-26
tools/genruby.rb: generate constants
Jérémy Zurcher
1
-14
/
+21
2012-02-25
tools/genruby.rb: do not output what is not necessary
Jérémy Zurcher
1
-10
/
+20
2012-02-25
rename module EMap->Emap
Jérémy Zurcher
1
-1
/
+1
2012-02-25
tools/genruby.rb: rewrite modules definitions to use hash
Jérémy Zurcher
1
-107
/
+160
2012-02-24
tools/genruby.rb: complete REQUIRES for clean native loading
Jérémy Zurcher
1
-6
/
+6
2012-02-24
tools/genruby.rb: cosmetic on output
Jérémy Zurcher
1
-13
/
+13
2012-02-24
tools/genruby.rb: rewrite set_type and get_type to allow usage of efl ↵
Jérémy Zurcher
1
-12
/
+18
defined types as function parameter types
2012-02-24
tools/genruby.rb: remove noisy outputs
Jérémy Zurcher
1
-2
/
+0
2012-02-17
tools/genruby.rb: accept functions with no parameters
Jérémy Zurcher
1
-1
/
+1
2012-01-24
tools/sed-enums, tools/genruby: take care of multilines DEF=(A|B|C)
Jérémy Zurcher
2
-4
/
+12
2012-01-23
tools/genruby: use eval to compute enum item values
Jérémy Zurcher
1
-1
/
+1
2012-01-23
tools/genruby: gen_enums, remove trainling ', '
Jérémy Zurcher
1
-1
/
+1
2012-01-23
tools/genruby: ooops fix gen_enums, must use given values
Jérémy Zurcher
1
-1
/
+4
2012-01-23
tools/genruby: take care of enum backward references
Jérémy Zurcher
1
-1
/
+22
2012-01-23
tools/genruby: take care of complex enum values
Jérémy Zurcher
1
-1
/
+1
2012-01-23
tools/sed-enums: read complex values
Jérémy Zurcher
1
-1
/
+1
2012-01-22
tools/genruby: fix set_type, indirect type
Jérémy Zurcher
1
-1
/
+1
2012-01-22
tools/genruby: add requires array
Jérémy Zurcher
1
-7
/
+8
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
[next]