Thibault Saunier
|
248278d267
|
generator: Use a new AbiStruct object to handle wrapped type ABI
This allows us to totally get rid of the glue as this new class
handles bitfields and union properly.
|
2017-10-04 16:13:01 -03:00 |
|
Thibault Saunier
|
7d902ef7e4
|
generator: Handle new Callback field type.
|
2017-10-04 16:13:01 -03:00 |
|
Thibault Saunier
|
2852b771ea
|
generator: Use TextWriter instead of StreamWriter in base classes
Giving users of the writer more possibility, such as generating the
code in strings before actually using it.
|
2017-10-04 16:13:01 -03:00 |
|
Thibault Saunier
|
2d71de1360
|
generator: Enhance logging avoiding the use of simple prints
And adding a LogWriter.Info method enabled with the GENERATOR_DEBUG
environment variable.
|
2017-10-04 16:13:01 -03:00 |
|
Thibault Saunier
|
d28c09d15e
|
generator: Make instance_offset as hiding inherited member
|
2017-09-26 02:30:38 +02:00 |
|
Thibault Saunier
|
fe4fac8af2
|
Make sure to run exes within mono if required
|
2017-09-26 02:30:38 +02:00 |
|
Thibault Saunier
|
484a713442
|
build: Add keyfile as project argument
And delay signing when using csc
|
2017-09-26 02:30:38 +02:00 |
|
Thibault Saunier
|
2e03809ce8
|
glib: Make GObject.NativeType public
This is needed in GStreamer for the DynamicSignal part and is generaly
useful.
|
2017-09-25 19:13:32 +02:00 |
|
Harry
|
86b20442a2
|
Fix error in case glade.sh is not found (#9)
|
2017-09-23 11:56:25 -03:00 |
|
Harry
|
5f3d138d1a
|
Add base gtk# md addin (#8)
* Base Gtk# MD Addin
* Fix tabs
|
2017-09-23 11:38:43 -03:00 |
|
Thibault Saunier
|
d1457f6e03
|
generator: Mark instance_offset field as static
Those are per class and should not be overriden ever
|
2017-09-21 20:39:06 +02:00 |
|
Thibault Saunier
|
bc08418eb5
|
Build the assembly data file as required
|
2017-09-20 12:15:50 -03:00 |
|
Thibault Saunier
|
9de231db82
|
Generate ABI compatible structures for unions
|
2017-09-06 18:36:01 +02:00 |
|
Thibault Saunier
|
9a9ef4b60b
|
Remove autotools
|
2017-09-06 18:35:44 +02:00 |
|
Thibault Saunier
|
8e50c7068d
|
Ignore warnings on generated glue code
|
2017-09-06 13:16:56 -03:00 |
|
Thibault Saunier
|
9f9acbfdf4
|
Add a meson.build file in the toplevel folder
|
2017-09-04 22:40:02 -03:00 |
|
cra0zy
|
c35a345041
|
Quick Reorganization
|
2017-09-04 22:36:28 -03:00 |
|