From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- codemaker/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 codemaker/README.md (limited to 'codemaker/README.md') diff --git a/codemaker/README.md b/codemaker/README.md new file mode 100644 index 000000000..c195112fd --- /dev/null +++ b/codemaker/README.md @@ -0,0 +1,19 @@ +# Language Code Generators for UNOIDL Entities + +Generators for language-binding--specific representations of UNOIDL entities: + +- `cppumaker` generates header (`.hdl` and `.hpp`) files for the C++ UNO language + binding +- `javamaker` generates class files for the JVM language binding +- the codemaker for .NET is in module `cli_ure` + +Some of the code is re-used by the skeletonmakers in module `unodevtools`. + +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: + + cppumaker switch: -L; cpputype.cxx: light; gbuild: normal; + cppumaker switch: none; cpputype.cxx: normal; gbuild: bootstrap; + cppumaker switch: -C; cpputype.cxx: comprehensive; gbuild: comprehensive; + +which can be a source of confusion. -- cgit v1.2.3