office-gobmx/bridges/source
Tor Lillqvist 9540af1ece Start of C++/UNO bridge for iOS simulator and device
Unlikely to work yet, but at least builds for the simulator.

We can not use dynamic code generation on iOS, so we use a fixed set
of code snippets, genertated by a Perl script. Experimentation seems
to indicate that a relatively small set of static code snippets should
be enough in simple use cases with no extensions (that we can't really
support on iOS anyway) and stuff.

Except for the static set of snippets the code mostly is, or will be,
an ifdefified combination of the gcc3_linux_arm and gcc3_macosx_intel
code. The ABI on iOS ARM devices should be quite close to that on
Linux ARM, knock on wood.
2011-08-14 00:51:32 +03:00
..
cpp_uno Start of C++/UNO bridge for iOS simulator and device 2011-08-14 00:51:32 +03:00
jni_uno Merge remote-tracking branch 'origin/integration/dev300_m101' 2011-03-18 15:58:02 +01:00
bridge_exports.map