office-gobmx/codemaker
Tor Lillqvist 6127d765e3 WaE: unused function 'checkNoTypeArguments'
Change-Id: I112e6ac263bb673b5ad553742d3fa77af50bdf03
2013-04-16 15:51:03 +03:00
..
inc/codemaker WIP: Experimental new binary type.rdb format 2013-04-16 13:52:29 +02:00
source WaE: unused function 'checkNoTypeArguments' 2013-04-16 15:51:03 +03:00
test/javamaker Keep null service manager throw a DeploymentException 2012-09-17 19:12:34 +02:00
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 gbuild conversion: codemaker module 2012-04-14 06:58:00 -05:00
Module_codemaker.mk more subtle dependencies for cross-compilation 2013-03-13 16:26:10 +01:00
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.