office-gobmx/codemaker
Caolán McNamara 1f9f8f4f40 loplugin: some log, indent and unused variable warnings
fix up some indents, remove some unused OUStrings and add some log areas

Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b
2012-10-13 20:34:54 +01:00
..
inc/codemaker
prj
source loplugin: some log, indent and unused variable warnings 2012-10-13 20:34:54 +01:00
test/javamaker
Executable_cppumaker.mk
Executable_javamaker.mk
Makefile
Module_codemaker.mk
Package_inc.mk
README
StaticLibrary_codemaker.mk add missing deps on headers to static libs 2012-10-01 07:21:09 +02:00
StaticLibrary_codemaker_cpp.mk add missing deps on headers to static libs 2012-10-01 07:21:09 +02:00
StaticLibrary_codemaker_java.mk add missing deps on headers to static libs 2012-10-01 07:21:09 +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