office-gobmx/codemaker
Tor Lillqvist a73656244f Add css.reflection.XTypeDescriptionEnumerationAccess to the bootstrap types
Needed for some unknown reason in a 64-bit Mac LO. Doesn't do any harm
to have it included everywhere.

Change-Id: I62ae599692bb922678caabe78b7e1c0588573bb2
2012-09-28 10:08:22 +03:00
..
inc/codemaker
prj
source Add css.reflection.XTypeDescriptionEnumerationAccess to the bootstrap types 2012-09-28 10:08:22 +03:00
test/javamaker Keep null service manager throw a DeploymentException 2012-09-17 19:12:34 +02:00
Executable_cppumaker.mk use package instead of explicit include path 2012-09-22 08:15:46 +02:00
Executable_javamaker.mk use package instead of explicit include path 2012-09-22 08:15:46 +02:00
Makefile
Module_codemaker.mk
Package_inc.mk
README
StaticLibrary_codemaker.mk use package instead of explicit include path 2012-09-22 08:15:46 +02:00
StaticLibrary_codemaker_cpp.mk use package instead of explicit include path 2012-09-22 08:15:46 +02:00
StaticLibrary_codemaker_java.mk use package instead of explicit include path 2012-09-22 08:15:46 +02:00

UNO interface declaration/stub generators for:
- C++: cppumaker generates headers (.hpp and .hdl files) that provide
  the UNO API C++ binding
- Java: javamaker generates class files that provide the JVM UNO API binding
- the one for .Net is in module cli_ure

Note the different terminology used by cppumaker vs. gbuild for the
three variants that can be generated by cppumaker for some of the
inline functions:

(10:21:49) sberg: tml_, switch: -L; cpputype.cxx: light; gbuild: normal
(10:22:02) sberg: tml_, switch: none; cpputype.cxx: normal; gbuild: bootstrap
(10:22:20) sberg: tml_, switch: -C; cpputype.cxx: comprehensive; gbuild: comprehensive
(10:22:45) sberg: ...a recipe for confusion