office-gobmx/codemaker
Stephan Bergmann 4b73d334a9 Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/
Change-Id: Ib46d7b8934f63d88ea953707fa1fbfb51c524efd
2013-04-15 10:38:33 +02:00
..
inc/codemaker Combine getSortResolve...() into one decompose() 2013-04-12 15:22:11 +02:00
source Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/ 2013-04-15 10:38:33 +02:00
test/javamaker
Executable_cppumaker.mk [API CHANGE] WIP: Experimental new binary type.rdb format 2013-04-09 09:44:33 +02:00
Executable_javamaker.mk [API CHANGE] WIP: Experimental new binary type.rdb format 2013-04-09 09:44:33 +02:00
Makefile
Module_codemaker.mk
Package_inc.mk [API CHANGE] WIP: Experimental new binary type.rdb format 2013-04-09 09:44:33 +02:00
README Clean up codemaker/README 2013-04-11 09:29:44 +02:00
StaticLibrary_codemaker.mk Revert "registry: new ZipPackage_registry_odk_headers" 2013-04-10 16:21:43 +02:00
StaticLibrary_codemaker_cpp.mk Revert "registry: new ZipPackage_registry_odk_headers" 2013-04-10 16:21:43 +02:00
StaticLibrary_codemaker_java.mk Revert "registry: new ZipPackage_registry_odk_headers" 2013-04-10 16:21:43 +02:00

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;

...a recipe for confusion.