Stefanos A.
33e6a6eae2
Avoid singletons
...
A reference to a Settings instance must now be stored explicitly.
2013-11-01 09:26:13 +01:00
Stefanos A.
51f52d7fc4
Moved more transformations into the *Processor classes.
...
An EnumProcessor or FuncProcessor instance is now required in order to
call their Translate*() methods. A number of transformations that
relied on calling the static methods have now been moved inside the
processor classes.
2013-10-27 01:30:45 +02:00
thefiddler
8dcb8601a2
Normalized line endings
...
Hopefully this is the first and last time we have to do this.
2013-10-11 01:58:54 +02:00
the_fiddler
f94fb52bfb
Do not rely on JNA types that are not available on Android.
...
Replaced generic multiple wrappers by a single Buffer wrapper.
2011-12-05 16:12:54 +00:00
the_fiddler
16119645f0
Fixed enum generation.
2011-12-05 15:48:51 +00:00
the_fiddler
9848b51089
Generic type parameters cannot be primitive types in Java. Fixed!
2011-12-05 13:28:17 +00:00
the_fiddler
e643d97317
Fixed generic type parameters (for real this time!), suppressed pointer parameters and shuffled code for improved readability.
2011-12-05 13:03:48 +00:00
the_fiddler
1a8177dc8f
Fixed generic parameter definitions.
2011-12-05 12:27:23 +00:00
the_fiddler
7d3823ca6f
Significant improvements to the Java wrappers: generate a package, improve wrapper generation taking into account lack of ref/out parameters.
2011-12-05 11:54:06 +00:00
the_fiddler
efc4f15033
Added missing function declarations (WIP).
2011-12-02 14:49:26 +00:00
the_fiddler
d66f9656be
Added preliminary Java wrapper generation. Heavy work-in-progress.
2011-12-02 11:27:04 +00:00