office-gobmx/codemaker
Enrico Weigelt, metux ITS 823b334ad7 dropped unused method: FileStream::open
Change-Id: I3e6c1341666fddcfd1bd272a0943ca1de3e5d629
Reviewed-on: https://gerrit.libreoffice.org/1072
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-15 07:31:17 +00:00
..
inc/codemaker dropped unused method: FileStream::open 2012-11-15 07:31:17 +00:00
prj codemaker use boost, so declare the dep 2012-11-12 00:47:13 -06:00
source dropped unused method: FileStream::open 2012-11-15 07:31:17 +00:00
test/javamaker
Executable_cppumaker.mk fix system boost 2012-11-13 17:03:35 -05:00
Executable_javamaker.mk fix system boost 2012-11-13 17:03:35 -05:00
Makefile
Module_codemaker.mk
Package_inc.mk
README
StaticLibrary_codemaker.mk fix system boost 2012-11-13 17:03:35 -05:00
StaticLibrary_codemaker_cpp.mk fix system boost 2012-11-13 17:03:35 -05:00
StaticLibrary_codemaker_java.mk fix system boost 2012-11-13 17:03:35 -05: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